Fetch Details of a Namespace

Shows details of the specified Namespace.

GET/v1.3/k8sResource/namespace/details/{namespaceUid}

Input ParametersInput Parameters

Parameter

Mandatory/Optional

Data Type

Description

podUid  Mandatory string Specify the UUID of a POD.
For example: 8c18a36e-ca9c-4b7e-9fe5-bbb260b99435

Sample: Fetch Details of a NamespaceSample: Fetch Details of a Namespace

API request

    curl -X 'GET'
'<qualys_base_url>/csapi/v1.3/k8sResource/namespace/details/3a6ec3a3-fbf7-494f-8719-024897cd6c5e'
-H 'accept: application/json'
-H 'Authorization: Bearer <Token>'

Response JSON

{
  "uuid": "3a6ec3a3-fbf7-494f-8719-024897cd6c5e",
  "customerUuid": "7e5dc235-1w3r-65b8-9q2e-e38ea0c4cd9e",
  "clusterUid": "3e27e85e-99f9-4fac-bfdc-052ae00653a6",
  "sensorUuid": "407a2a6b-74e5-2a14-3f24-e6a440c29e38",
  "name": "default",
  "labels": [
    "kubernetes.io/metadata.name:default"
  ],
  "annotations": null,
  "updatedAt": 1729988224191,
  "deletedAt": null,
  "resourceVersion": 37,
  "createdAt": 1717159080000,
  "status": "UNKNOWN"
}