OCI Tagging Work Request API wrapper.
Provides operations for tracking async tagging operations:
get-tagging-work-request — single work request by OCIDlist-tagging-work-requests — paginated listing by compartmentlist-tagging-work-request-errors — paginated errors for a work requestlist-tagging-work-request-logs — paginated logs for a work requestUses IdentityClient via clj-oci.clients. No caching — work requests
are dynamic and always fetched fresh.
OCI Tagging Work Request API wrapper. Provides operations for tracking async tagging operations: - `get-tagging-work-request` — single work request by OCID - `list-tagging-work-requests` — paginated listing by compartment - `list-tagging-work-request-errors` — paginated errors for a work request - `list-tagging-work-request-logs` — paginated logs for a work request Uses `IdentityClient` via `clj-oci.clients`. No caching — work requests are dynamic and always fetched fresh.
(get-tagging-work-request work-request-id)Fetches a single tagging work request by its OCID.
Returns {:data {:retryAfter ... :taggingWorkRequest {...}}} or {:error ...}.
Fetches a single tagging work request by its OCID.
Returns {:data {:retryAfter ... :taggingWorkRequest {...}}}
or {:error ...}.(list-tagging-work-request-errors work-request-id)(list-tagging-work-request-errors work-request-id opts)Fetches errors for a tagging work request, paginating automatically.
Returns {:data {:items [error-summary-maps...]}} or {:error ...}.
Options (all optional): :limit — page size, default 100
Fetches errors for a tagging work request, paginating automatically.
Returns {:data {:items [error-summary-maps...]}} or {:error ...}.
Options (all optional):
:limit — page size, default 100(list-tagging-work-request-logs work-request-id)(list-tagging-work-request-logs work-request-id opts)Fetches logs for a tagging work request, paginating automatically.
Returns {:data {:items [log-summary-maps...]}} or {:error ...}.
Options (all optional): :limit — page size, default 100
Fetches logs for a tagging work request, paginating automatically.
Returns {:data {:items [log-summary-maps...]}} or {:error ...}.
Options (all optional):
:limit — page size, default 100(list-tagging-work-requests compartment-id)(list-tagging-work-requests compartment-id opts)Fetches tagging work requests in compartment-id, paginating automatically.
Returns {:data {:items [work-request-summary-maps...]}} or {:error ...}.
Options (all optional): :resource-identifier — filter by resource OCID :limit — page size, default 100
Fetches tagging work requests in `compartment-id`, paginating automatically.
Returns {:data {:items [work-request-summary-maps...]}} or {:error ...}.
Options (all optional):
:resource-identifier — filter by resource OCID
:limit — page size, default 100cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |