List Storage Policy Capabilities
API code: LIST_STORAGE_POLICY_CAPABILITIES
Pre-authorized role(s): PROVIDER_ADMIN
Platform(s): CLOUDIAN
Request
URI
GET
https://{api_host}/api/v1/core/storage-policy-capabilities
COPY
Query Parameters
string
data-centers
Optional
Indicating whether to show the buckets which are using the storage policy.
string
region
Optional
The region of a resource.
Responses
200
OK
Returns
StoragePolicyCapabilities
of type(s)
application/json
{
"dataCenters": [
{
"name": "string",
"nodes": [
"string"
]
}
],
"replicasCap": {
"maxReplicasNum": 0
},
"replicatedEcCap": {
"ecKmValues": [
"string"
]
},
"ecCrossDcCap": {
"ecCrossDcKmValues": [
"string"
]
}
}