πŸ’€ KubeNidra

List watched namespaces

List all namespaces in the cluster that are being watched by KubeNidra

GET
/api/v1/namespaces
Authorization<token>

Api key authentication using Bearer tokens. Enter "Bearer " followed by your JWT token.

In: header

Response Body

curl -X GET "https://loading/api/v1/namespaces"
{
  "data": [
    "string"
  ],
  "message": "Operation completed successfully",
  "success": true,
  "timestamp": "2023-01-01T12:00:00Z"
}
{
  "error": {
    "code": "NOT_FOUND",
    "details": null,
    "message": "Resource not found"
  },
  "success": false,
  "timestamp": "2023-01-01T12:00:00Z"
}