Skip to main content
GET
/
kubeclusters
/
{cluster}
/
resources
/
{resource}
{
  "cluster": "<string>",
  "external_id": "<string>",
  "namespace": "<string>",
  "resource_kind": "Deployment",
  "resource_name": "<string>",
  "scanned_on": 123,
  "$schema": "<string>",
  "deployment_system": "<string>",
  "package": "<string>",
  "package_component": "<string>",
  "package_system": "<string>"
}

Response

OK

cluster
string
required

Cluster is the ID of the KubeCluster in which this KubeClusterResource resides.

external_id
string
required

The value of the metadata.name field in the resource manifest.

namespace
string
required

The namespace in which the KubeClusterResource resides.

resource_kind
enum<string>
required

The Resource Kind.

Available options:
Deployment,
DaemonSet,
StatefulSet
resource_name
string
required

The value of the metadata.name field in the resource manifest.

scanned_on
integer<int64>
required

The timestamp the KubeClusterScan occurred.

$schema
string<uri>

A URL to the JSON Schema for this object.

deployment_system
string

During classification, if Chkk was able to determine what was used to deploy the resource, this field will contain the KubeDeploymentSystem that was identified.

package
string

During classification, if Chkk was able to determine the specific Package contained the resource, this field will contain the ID of the Package.

package_component
string

During classification, if Chkk was able to determine the specific PackageComponent that was associated with the resource, this field will contain the ID of the PackageComponent.

package_system
string

During classification, if Chkk was able to determine what packaging system was used to bundle the resource, this field will contain the PackageSystem that was identified.