Storage Service Plan
List all Storage Service Plans.
get/v1/{tenantId}/tiers
Query parameters
namestring
Example:Gold
Filter the tier by name.
offsetinteger
The number of items to skip before starting to collect the result set
limitinteger
The numbers of items to return
Response
successful operation.
Example response
{
"tiers": [
{
"Id": "60d2e32e7df895000142695d",
"TenantId": "a881ede44b9449e2ba795e4deb2bf807",
"Name": "Gold",
"Backends": [
"backend001, backend002"
],
"Tenants": [
"Tenants1, Tenants2"
]
}
]
}