Skip to main content

Select Server Plan

Select

SaaS

This API will return list of storage plan.

Responses

OK


Schema
  • data object[]
  • planName string
  • planId integer
GET /v4/office365/serverplan    

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/office365/serverplan' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'