Gets the namespace quota for a specified namespace.
namespace | Namespace identifier for which namespace quota details needs to retrieved. |
Requires one of the following roles:
SYSTEM_ADMIN
SYSTEM_MONITOR
NAMESPACE_ADMIN
The following conditions must be met in order to call this operation.
Namespace must exist
Response contains namespace quota details for the given namespace.
Field | Description | Type | Notes |
namespace_quota_details | |||
namespace | Gets Namespace | String | |
blockSize | Block size in GB. | Long | |
notificationSize | Notification size in GB. | Long |
GET https://192.168.0.0:4443/object/namespaces/namespace/s3/quota HTTP/1.1 Content-Type: application/xml X-SDS-AUTH-TOKEN: <AUTH_TOKEN>
HTTP/1.1 200 OK Content-Type: application/xml <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <namespace_quota_details> <blockSize>-1</blockSize> <namespace>s3</namespace> <notificationSize>-1</notificationSize> </namespace_quota_details>