v1

latestOpenAPI 3.0.12026-07-26152262362.2 KB
Cloud Connect

Get supported features for a connected account

Returns the list of supported features and their permission status for a cloud account connected via CloudConnect. The account must belong to the authenticated customer. Supports AWS and Azure accounts.

get/core/v1/cloudconnect/supportedFeatures/{accountID}

Path parameters

accountIDstring required

The cloud provider account ID (AWS account ID or Azure tenant ID).

Response

OK - Supported features returned.

Example response

{
  "supportedFeatures": [
    {
      "name": "sandbox",
      "hasRequiredPermissions": true
    }
  ]
}