Skip to main content

Retrieve S3 buckets policy status and tiering level

POST /vsa/metadata/get-buckets-application-info

Retrieves the S3 buckets policy status and tiering level.

Request Body

Name Type Required Description

buckets

array[string]

True

Example request
{
  "buckets": [
    "string"
  ]
}

Error

Status: Default, Default response
Name Type Required Description

bucketName

string

True

tieringLevel

string

False

accessData

string

False

Example error response
{
  "bucketName": "string",
  "tieringLevel": "string",
  "accessData": "string"
}