Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page Properties
hiddentrue


Status

Status
colourRed
titleDraft

Priority1
Note
AssigneeMartin Bartonitz

Ressources

Remarks

History

  • Version 2.4 - options" ...  "synchronousContentAnalysis": true (OKTO-4309)

...

As of Version1.0
Request MethodPOSTGET
Response FormatJSON
Description
Excerpt

To create a tenant send the request with the metadata request body. The response is a JSON structure containing the metadata of the tenant created.

Request Header

Content-Type: application/json

Request Example

The request example represents the request parameters.

PanelPOST 

Get the tenant data as given in the identity service Keycloak, requested by a tenant administrator (user with role YUUVIS_TENANT_ADMIN)


Request Example

GET /api-tm/system/tenants HTTP/1.1

Accept: application/json, application/*+json
{

      "name": "myTenant",
      "description": "production system"
}


Result Example


Panel

{

  "description"::"string";
, "name"::"string";
,"tenatId"::"string"
}


{
HTTP status