Cloud Enterprise Object Storage REST API

Search (SHIFT+S)




Modified since last release

Create Subtenant

PUT /rest/subtenant

Create new subtenant. Only authenticated users can create subtenants. Anonymous requests are never allowed to create subtenants. The current user will be the subtenant owner.


Required Roles

This call has no restrictions.


Prerequisites

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

  • Only authenticated users can create subtenants

  • Both host style and path style are specified with POST


Request Payload

All parameters are required unless otherwise stated.

Field Description Type Notes
HttpServletResponse

Response Body


XML Example

Request
> PUT /rest/subtenant HTTP/1.1
> Host: 192.168.0.0:9022
> User-Agent: curl/7.43.0
> Accept: */*
> Content-Type:text/plain
> x-emc-date:Fri, 17 Feb 2017 00:10:33 GMT
> x-emc-uid:atmos_usr
> x-emc-signature:3krlnQOCF+UtlRhrN8Xzj/uUm+s=
Response
< HTTP/1.1 204 No Content
< Date: Fri, 17 Feb 2017 00:10:39 GMT
< subtenantID: e413802d7a8b4387a49b09af143bbd06
< x-emc-request-id: 0af9f566:15a43dc3b15:5760:c
< Server: ViPR/1.0