GET
/
kubeclusters
/
{cluster}
/
scans
/
{scan}
/
namespaces
{
  "$schema": "https://example.com/schemas/ListKubeClusterScanNamespaceOutputBody.json",
  "pagination": {
    "continue": "<string>"
  },
  "results": [
    {
      "$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
    }
  ]
}

Query Parameters

continue
string

Continuation token value (used when retrieving the next page of results).

n
integer

Number of records to show per page of results.

Required range: 0 <= x <= 100
filter
string

Record filter.

Response

200
application/json

OK

The response is of type object.