Skip to main content

DC Refresh

fetches all the datacenter for the provided pseudoclient

Path Parameters
  • clientId string required
Responses

OK


Schema
  • inventoryInfo object[]
  • name string
  • templateVM boolean
  • type integer
  • strGUID string
  • poweredOff boolean
  • toolsStatus boolean
  • inventoryInfo object[]
  • name string
  • templateVM boolean
  • type integer
  • strGUID string
  • poweredOff boolean
  • toolsStatus boolean
GET /v2/vsa/hypervisors/:clientid/refresh    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
clientId — path required
curl -L -X GET 'https://CommandCenterHostName/commandcenter/api/v2/vsa/hypervisors/:clientId/refresh' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>'