Scope
Read a troubleshooting action
get/scope/{scopeId}/action/{actionId}
Path parameters
scopeIdstring required
The ID of the scope.
actionIdstring required
The ID of the troubleshooting action.
Response
The operation was successful.
Example response
{
"id": "5678",
"name": "instance_kill",
"parameters": {
"instance_id": "i-0a1234567890b1234"
}
}