Skip to main content

Get Cloud Accounts for Connection

Retrieves a list of all cloud accounts associated with a specified cloud connection ID, used for resource selection and data security analysis.

Path Parameters
  • cloudConnectionId int32 required

    Unique identifier of the cloud connection

Query Parameters
  • includeDisabled boolean

    Whether to include disabled accounts in the response

Responses

Successfully retrieved cloud accounts


Schema
  • success boolean

    Indicates whether the request was successful

  • accounts object[]

    Array of cloud accounts associated with the connection

  • cloudAccountId string

    Unique identifier of the cloud account (AWS Account ID, Azure Subscription ID, etc.)

  • cloudAccountName string

    Human-readable name of the cloud account

  • cvCloudAccountId int32

    Internal Commvault identifier for the cloud account

  • dataSecurityEnabled boolean

    Indicates whether data security analysis is enabled for this account

  • dataSecurityFilter string

    JSON-formatted filter criteria specific to this account for resource selection

Loading...