Skip to main content

Verify if server is a virtual machine

Select

SaaS
Customer Managed

Check whether the server is a virtual machine

Path Parameters
  • serverId int32 required

    Server ID

Responses

OK


Schema
  • isVM boolean

    Is the server a virtual machine

GET /v4/servers/:serverid/isvm    

Authorization

type: apiKeyname: Authtokenin: header

Request

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