Skip to main content

Retrieve S3 buckets summary

GET /aws/ha/metadata/s3-summary

Retrieves the S3 buckets summary.

Error

Status: Default, Default response
Name Type Required Description

isSupportable

boolean

True

numOfBuckets

integer

True

numOfRegions

integer

False

Example error response
{
  "isSupportable": false,
  "numOfBuckets": 0
}