Gets the current access mode and associated information for this container. All the information returned in the response headers.
v1/{account}/{container}?accessmode
The following conditions must be met in order to call this operation.
container and account corresponding to this container should exist
x-emc-file-access-mode | always | the access mode the ViPR system is currently enforcing on the objects in the bucket |
x-emc-file-access-duration | optional | the 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 | optional | list of hosts or subnets which will be allowed to mount the file system |
x-emc-file-access-uid | always | ID that will have access to the objects |
x-emc-file-access-start-token | optional | be 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 | optional | be saved and used by the client in future requests to identify the objects that will be affected by the current operation. |
The response does not have a body on success.