Skip to main content
GET
/
kubeclusters
/
{cluster}
/
scans
/
{scan}
/
namespaces
/
{namespace}
/
{
  "$schema": "https://example.com/schemas/KubeClusterScanNamespace.json",
  "cluster": "k8scl_83eaa8d5-36ab-4814-9559-77518ec434cf",
  "created_by": "<string>",
  "created_on": "2023-11-07T05:31:56Z",
  "last_modified_by": "<string>",
  "last_modified_on": "2023-11-07T05:31:56Z",
  "namespace": "kube-system",
  "scanned_on": 123
}

Response

OK

cluster
string
required

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

Examples:

"k8scl_83eaa8d5-36ab-4814-9559-77518ec434cf"

created_by
string
required

user who created the record.

created_on
string<date-time>
required

timestamp of when the record was created.

last_modified_by
string
required

user who last modified the record.

last_modified_on
string<date-time>
required

timestamp of when the record was last modified.

namespace
string
required

The Kubernetes Namespace in which the KubeClusterResource resides.

Examples:

"kube-system"

scanned_on
integer
required

The timestamp the KubeClusterScan occurred.

$schema
string<uri>

A URL to the JSON Schema for this object.

Examples:

"https://example.com/schemas/KubeClusterScanNamespace.json"

I