CloudInstance

Number of APIs: 8

  1. Get all cloud images. GET {{baseUrl}}/app/rest/cloud/images?locator=<string>&fields=<string>

  2. Get cloud image matching the locator. GET {{baseUrl}}/app/rest/cloud/images/:imageLocator?fields=<string>

  3. Get all cloud instances. GET {{baseUrl}}/app/rest/cloud/instances?locator=<string>&fields=<string>

  4. Start a new cloud instance. POST {{baseUrl}}/app/rest/cloud/instances?fields=<string>

  5. Get cloud instance matching the locator. GET {{baseUrl}}/app/rest/cloud/instances/:instanceLocator?fields=<string>

  6. Stop cloud instance matching the locator. DELETE {{baseUrl}}/app/rest/cloud/instances/:instanceLocator

  7. Get all cloud profiles. GET {{baseUrl}}/app/rest/cloud/profiles?locator=<string>&fields=<string>

  8. Get cloud profile matching the locator. GET {{baseUrl}}/app/rest/cloud/profiles/:profileLocator?fields=<string>