v4

latestOpenAPI 3.1.0MIT2026-08-04193459793.6 KB
RemediationService

List remediations

Lists remediations for an instance or cluster.

get/compute/clusters/{cluster_id}/instances/{instance_id}/remediations

Path parameters

cluster_idstring required
instance_idstring required

To list remediations on a specific node, pass the node's instance ID. To list remediations for all nodes in a cluster, pass - as a wildcard for the instance ID.

Query parameters

page_sizeinteger

Maximum results to return.

page_tokenstring

Pagination token from previous request.

statestring[]

Filter by state(s). Returns remediations matching any of the specified states.

  • PENDING_APPROVAL: Awaiting approval before processing can begin.
  • PENDING: Approved and queued for processing.
  • RUNNING: Actively being processed.
  • SUCCEEDED: Successfully completed.
  • FAILED: Failed with an error.
  • CANCELLED: Cancelled by user or system.
  • AUTO_RESOLVED: The underlying issue was automatically resolved before processing.
  • QUARANTINING: Cordoning or preparing the host before remediation.
  • QUARANTINED: Host has been cordoned or isolated for remediation.
order_bystring

Order by expression.

triggerstring[]

Filter by trigger type(s). Returns remediations matching any of the specified triggers.

modestring[]

Filter by remediation mode(s). Returns remediations matching any of the specified modes.

Response

OK

next_page_tokenstring required

Token for the next page.

has_nextboolean required

Indicates if there are more results available.