EMC ECS REST API

Search (SHIFT+S)




Get File Access Mode

GET /v1/{account}/{container}?accessmode

Gets the current access mode and associated information for this container. All the information returned in the response headers.

URL Format

v1/{account}/{container}?accessmode


Prerequisites

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

  • container and account corresponding to this container should exist


Response Headers

x-emc-file-access-mode alwaysthe access mode the ViPR system is currently enforcing on the objects in the bucket
x-emc-file-access-duration optionalthe time after which the file access mode will fall back to being default unless it is renewed with another PUT request.
x-emc-file-access-host-list optionallist of hosts or subnets which will be allowed to mount the file system
x-emc-file-access-uid alwaysID that will have access to the objects
x-emc-file-access-start-token optionalbe saved and used by the client in future requests to identify the objects that will be affected by the current operation.
x-emc-file-access-end-token optionalbe saved and used by the client in future requests to identify the objects that will be affected by the current operation.

Response Body

The response does not have a body on success.