Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Set Container Meta Data

POST /v1/{account}/{container}

Creates or updates the arbitrary container metadata by associating custom metadata headers with the container. These headers must have the format, X-Container-Meta-*.

URL Format

v1/{account}/{container}

Request Headers

X-Container-Meta optionalContainer metadata. * represents the name of metadata.
X-Container-Read optionalGroups that are assigned READ rights to container
X-Container-Write optionalGroups that are assigned WRITE rights to container

Prerequisites

The following conditions must be met in order to call this operation.

  • Container must exist


Request Payload

No Request Payload


Response Body

Response indicating the status of the create operation