Create Tenant
POST https://{{cluster}}/irisservices/api/v1/public/tenants
A tenant is required to support MultiTenant architecture for service provider (SP) to facilitate data and view segregations in the Cohesity Dashboard.
Returns the created/added tenant.
Request Body
{"bifrostEnabled"=>false, "description"=>"This is sample tenant created through postman.", "name"=>"{{newTenantName}}", "orgSuffix"=>"{{newTenantSuffix}}", "subscribeToAlertEmails"=>true}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string | ||
Content-Type | string | ||
Accept | string |