Skip to main content

Content browse volumes in a namespace

Select

SaaS
Customer Managed

API to browse volumes in a namespace

Path Parameters
  • clusterId int32 required

    clusterId is the ID of the Kubernetes cluster client

  • nameSpace string required

    Name of the namespace to browse for content

Responses

OK


Schema
  • items object[]

    List of items discovered form a Kubernetes cluster browse

GET /v5/kubernetes/cluster/:clusterid/content/namespace/:namespace/volumes    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clusterId — path required
nameSpace — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V5/Kubernetes/Cluster/:clusterId/Content/Namespace/:nameSpace/Volumes' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'