Cluster ActionsList cluster actions

List cluster actions

List cluster isolation actions for a cluster, most recently created first.

curl -X GET "https://api.prd.rad.security/accounts/example_string/clusters/example_string/actions" \
  -H "Content-Type: application/json" \
  -H "Authorization: YOUR_API_KEY"
{
  "entries": [
    {
      "id": "example_string",
      "cluster_id": "example_string",
      "account_id": "example_string",
      "action_type": "terminate_pod",
      "status": "Pending",
      "target_pod_name": "John Doe",
      "target_namespace": "John Doe",
      "parameters": {},
      "result": "example_string",
      "created_by": "example_string",
      "created_at": "example_string",
      "updated_at": "example_string",
      "deleted_at": "example_string"
    }
  ],
  "page": 25,
  "page_count": 25,
  "page_size": 25,
  "total_count": 10
}
GET
/accounts/{account_id}/clusters/{cluster_id}/actions
GET
Base URLstring

Target server for requests. Edit to use your own host.

API Key (header: Authorization)
Authorizationstring
Required

API key (sent in header)

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

API Key for authentication. Provide your API key in the header.

Path Parameters

Responses

entriesarray
pageinteger
page_countinteger
page_sizeinteger
total_countinteger