Skip to content

getCloudObjectsCountByRegion

Get the count of cloud objects by region.

Arguments

Argument Type Description
workloadTypes [ManagedObjectType!] Workload type for the protection summary dashboard.
awsServiceTypeFilter [AwsCloudAccountServiceType!] Filter AWS objects by deployment model (BaaS / non-BaaS). Non-AWS objects pass through unfiltered. Empty or omitted disables the filter.

Returns

GetCloudObjectsCountByRegionReply!

Sample

query {
  getCloudObjectsCountByRegion
}
{}
{
  "data": {
    "getCloudObjectsCountByRegion": {
      "cloudObjectsCountByRegion": [
        {
          "objectCount": 0,
          "region": "example-string",
          "snappableType": "ACTIVE_DIRECTORY_DOMAIN"
        }
      ]
    }
  }
}