doc-exports/docs/obs/api-swift/obs_03_0046.html
zhangyue 894279c39a Object Storage Service API Reference Swift V1
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: zhangyue <zhangyue164@huawei.com>
Co-committed-by: zhangyue <zhangyue164@huawei.com>
2023-02-02 08:50:48 +00:00

6.2 KiB

Request

Method

Table 1 Method description

Method

URI

Description

HEAD

/v1/{account}/{container}

Shows container metadata, including the number of objects and the total bytes of all objects stored in the container.

{account} indicates the name of an account.

{container} indicates the name of a container.

This operation does not involve a request body.

Example Request

Show metadata of container marktwain:

curl -i $publicURL/marktwain -X HEAD -H "X-Auth-Token:$token"

Request Query Parameters

This request does not include query parameters.

Request Headers

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.

{container}

String

(Required)

A unique container name.

For details about container naming rules, see Naming Rules.

Request header parameters

Parameter

Type

Description

X-Auth-Token

String

(Required)

Authentication token.