Skip to main content

Get ServerGroup DC Plan

API to fetch DC plan associated to server group

Path Parameters
  • serverGroupId string required
Responses

OK


Schema
  • id int32
  • name string
GET /v4/servergroup/:servergroupid/dcplan    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://localhost/webconsole/api
token
serverGroupId — path required
curl -L -X GET 'https://localhost/webconsole/api/V4/ServerGroup/:serverGroupId/DCPlan' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'