Skip to main content

Retrieve an AWS S3 bucket from a region

GET /account/{accountId}/providers/cloudmanager_cbs/api/v1/aws/awsAccountId/{awsAccountId}/buckets/{bucketName}

Retrieves a specific AWS S3 bucket from a specified region that belongs to a specified AWS account ID from the NetApp Console SaaS application.

Token usage: NetApp Console user token.

Parameters

Name Type In Required Description

fields

string

query

False

accountId

string

path

True

awsAccountId

string

path

True

bucketName

string

path

True

authorization

string

header

True

X-Agent-Id

string

header

True

Response

Status: 200, Default response
Name Type Required Description

buckets

array[buckets]

False

Example response
{
  "buckets": [
    {
      "name": "string",
      "region": "string",
      "is-encrypted": "string",
      "is-public": "string"
    }
  ]
}

Definitions

See Definitions

buckets

Name Type Required Description

name

string

False

region

string

False

is-encrypted

string

False

is-public

string

False