Skip to main content
GET
Get cluster action

Authorizations

Authorization
string
header
required

Path Parameters

account_id
string
required

Account ID

cluster_id
string
required

Cluster ID

action_id
string
required

Action ID

Response

OK

id
string

Action ID, prefixed with ca-

cluster_id
string
account_id
string
action_type
enum<string>
Available options:
terminate_pod,
disable_outbound,
label_pod
Example:

"terminate_pod"

status
enum<string>

Execution status of the action

Available options:
Pending,
Executed,
Failed
Example:

"Pending"

target_pod_name
string
target_namespace
string
parameters
object

Action parameters. labels for label_pod, quarantine_id for disable_outbound.

result
string

Message reported by rad-sync after execution; the Kubernetes error when the action failed.

created_by
string

Identity that created the action

created_at
string
updated_at
string
deleted_at
string