PLATINUM DOCS
ApiVolumes

Volume capacity policy for this org (GiB)

GET
/v1/volumes/limits

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Response Body

application/json

curl -X GET "https://example.com/v1/volumes/limits"
{  "capacity": {    "default_gib": 1,    "max_gib": 1,    "unit": "GiB",    "default_bytes": 0,    "max_bytes": 0  },  "permitted": {    "local": true,    "shared": true,    "juicefs": true  }}
Empty