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
- 200
- 404
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
- isVM boolean
Is the server a virtual machine
{
"isVM": true
}
Not Found
Internal Server Error
Loading...