Liking cljdoc? Tell your friends :D

clj-oci.tag.work-requests

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.

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.
raw docstring

get-tagging-work-requestclj

(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 ...}.
raw docstring

list-tagging-work-request-errorsclj

(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
raw docstring

list-tagging-work-request-logsclj

(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
raw docstring

list-tagging-work-requestsclj

(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 100
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close