Cluster ActionsList cluster actions

List cluster actions

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

curl -X GET "https://api.rad.security/accounts/example_string/clusters/example_string/actions" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_TOKEN"
{
  "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.

Bearer Token
Bearer Tokenstring
Required

Bearer token - just enter the token, "Bearer" prefix will be added automatically

Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

Bearer token. Authentication token required.

Path Parameters

Responses

entriesarray
pageinteger
page_countinteger
page_sizeinteger
total_countinteger