VM
Retrieve a list of VM information.
Query parameters
SiteIdinteger · int32Optional
Site ID for which to retrieve VM information (optional)
Responses
200
Success
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
/api/Provider/VMRetrieve a list of VM information of a specific Provider by ID.
Path parameters
providerIdinteger · int32Required
Provider ID
Responses
200
Success
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
/api/Provider/{providerId}/VMRetrieve a specific VM by ID from a specific Provider by ID.
Path parameters
providerIdinteger · int32Required
Provider ID
idstringRequired
VM ID
Responses
200
Success
application/json; api-version=1.0
401
Unauthorized
application/json; api-version=1.0
404
Not Found
application/json; api-version=1.0
get
/api/Provider/{providerId}/VM/{id}Last updated
Was this helpful?