Skip to main content
GET
/
clusters
/
{cluster_id}
/
resources
/
{resource_id}
Resource details
curl --request GET \
  --url https://api.prd.rad.security/clusters/{cluster_id}/resources/{resource_id}
{
  "account_id": "<string>",
  "api_version": "<string>",
  "cluster_id": "<string>",
  "deleted_at": "<string>",
  "deletion_source": "<string>",
  "entity_type": "<string>",
  "id": "<string>",
  "ingested_at": "<string>",
  "kind": "<string>",
  "name": "<string>",
  "namespace": "<string>",
  "owner_uid": "<string>",
  "resource_created_at": "<string>",
  "resource_version": "<string>",
  "uid": "<string>",
  "version_overwritten_at": "<string>",
  "watched_at": "<string>"
}

Path Parameters

cluster_id
string
required

Cluster id

resource_id
string
required

resource id which is a combination of uid and resource version

Query Parameters

with_payload
boolean

Flag to return payload. Default: true

Response

OK

account_id
string
api_version
string
cluster_id
string
deleted_at
string
deletion_source
string
entity_type
string
id
string
ingested_at
string
kind
string
name
string
namespace
string
owner_uid
string
raw
file
resource_created_at
string
resource_version
string
uid
string
version_overwritten_at
string
watched_at
string