Method |
URI |
Description |
---|---|---|
HEAD |
/v1/{account} |
Shows metadata of a specified account. |
{account} indicates the name of an account. Metadata of an account includes the number of containers, number of objects, and total number of bytes that are stored in OBS for the account.
This operation does not involve a request body.
curl -i $publicURL -X HEAD -H "X-Auth-Token:$token"
This operation does not include request query parameters.
Request URI parameters
Parameter |
Type |
Description |
---|---|---|
{account} |
String (Required) |
A unique account name. In the current version, it indicates a unique ID for the account. |
Request header parameters
Parameter |
Type |
Description |
---|---|---|
X-Auth-Token |
String (Required) |
Authentication token. |