Actions
Authorizations
AuthorizationstringRequired
API authentication using Bearer tokens. Include your API token in the Authorization header:
Authorization: Bearer <your-api-token>
Tokens can be obtained from the Opsera platform's API token management interface.
Body
actionstring · enumRequiredExample:
The action to be performed
runPossible values: typestring · enumRequiredExample:
The type of resource to act upon
pipelinePossible values: versionnumberRequiredExample:
The API version for the action
1targetone ofOptionalExample:
["64d7c869b5760b001e46c1a2","64d7c869b5760b001e46c1a3"]stringOptional
Single resource ID
string[]Optional
Array of resource IDs for batch operations
settingsobjectOptional
Additional settings required for update actions
Responses
200
The action was successfully processed.
application/json
or
400
Invalid or unsupported action request.
application/json
401
Unauthorized access - Missing or invalid token.
application/json
500
Internal server error.
application/json
post
/api/v2/actionsLast updated

