Operation
|
Request
|
URL
|
GET
|
https://<myserver>:<port>/api/admin/tenants
|
|
POST
|
https://<myserver>:<port>/api/admin/tenants
|
|
GET
|
https://<myserver>:<port>/api/admin/tenants/{id}
|
|
PUT
|
https://<myserver>:<port>/api/admin/tenants/{id}
|
|
DELETE
|
https://<myserver>:<port>/api/admin/tenants/{id}
|
|
PUT
|
https://<myserver>:<port>/api/admin/tenants/{id}/admins
|
|
GET
|
https://<myserver>:<port>/api/admin/tenants/{id}/admins
|