Get
/v1/accounts/storage-amounts
The “Get Storage Amounts” method is used to get all the available storage amount options. The purpose of “Get Storage Amounts” is to allow Distributor/Governance users to view all the options and choose the one they need for their new Standalone Account.
Limitations include: Only users with specific permissions can use this endpoint!
Security
HTTP
Type basic
Responses
200
OK
Array
Example[
{
"name": "Less than 25 TB"
},
{
"name": "25 - 50 TB"
},
{
"name": "50 - 100 TB"
},
{
"name": "100 - 150 TB"
},
{
"name": "150 - 250 TB"
},
{
"name": "250 - 500 TB"
},
{
"name": "500 TB - 1 PB"
},
{
"name": "1 - 20 PB"
},
{
"name": "20+ PB"
}
]