Skip to main content

Listing cloud accounts for adding resources

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

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

  • totalCount int32

    Total count of cloud accounts returned

  • 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

  • cloudconnectionId int32

    Cloud connection ID associated with this account

  • cloudconnectionName string

    Name of the cloud connection associated with this account

  • resourceCount int32

    Number of resources in this account

Loading...