CloudInstance
Number of APIs: 8
- 
Get all cloud images. GET {{baseUrl}}/app/rest/cloud/images?locator=<string>&fields=<string> 
- 
Get cloud image matching the locator. GET {{baseUrl}}/app/rest/cloud/images/:imageLocator?fields=<string> 
- 
Get all cloud instances. GET {{baseUrl}}/app/rest/cloud/instances?locator=<string>&fields=<string> 
- 
Start a new cloud instance. POST {{baseUrl}}/app/rest/cloud/instances?fields=<string> 
- 
Get cloud instance matching the locator. GET {{baseUrl}}/app/rest/cloud/instances/:instanceLocator?fields=<string> 
- 
Stop cloud instance matching the locator. DELETE {{baseUrl}}/app/rest/cloud/instances/:instanceLocator 
- 
Get all cloud profiles. GET {{baseUrl}}/app/rest/cloud/profiles?locator=<string>&fields=<string> 
- 
Get cloud profile matching the locator. GET {{baseUrl}}/app/rest/cloud/profiles/:profileLocator?fields=<string>