Skip to main content

Retrieve AWS storage classes

Contributors

GET /account/{accountId}/providers/cloudmanager_cbs/api/v1/aws/archival-storage-class

Retrieves a list of AWS storage classes available for archival support.

Token usage: BlueXP user token.

Parameters

Name Type In Required Description

accountId

string

path

True

authorization

string

header

True

x-agent-id

string

header

True

Response

Status: 200, Default response
Name Type Required Description

storage-class

array[string]

False

Example response
{
  "storage-class": {
  }
}