Skip to main content
Monitoring & Collection/Auto Remediation

ExecuteRemediationAction

Execute a remediation action against the target resource

POST/api/v1/monitoring/remediation/actions/{actionId}/execute

Operation ID

ExecuteRemediationAction

Since

1.0.0

Execution Mode

Synchronous

Auth Context

Auth Required

Auth Context

Send these values as request headers when calling this API.

AuthorizationstringRequired

Bearer Token

X-Tenant-IDstring

X-Tenant-ID

Request Inputs

Path Parameters

  • actionId
    StringRequired

    UUID of the action to execute

Responses

200 OK
200 OK

On success, this API returns the following response structure.

  • actionId
    String

    ID of the action that was executed

    Example: action-001-abc

  • status
    String

    Execution status (running, succeeded, failed)

    Example: running

  • startTime
    String

    Start time

    Example: 2026-01-15T08:00:00Z

  • message
    String

    Informational message about the execution outcome

    Example: Migration started for 4 VMs