Skip to main content

Get List of Plans

Select

SaaS
Customer Managed

Get All Plans as Name Id Pairs

Responses

Success


Schema
  • entities object[]
  • id int32
  • name string
GET /v4/planids    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/V4/PlanIds' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'