com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Listing Tenants via REST API
Overview
Description | Used to list all the tenants that are added to Private PaaS. |
URL | admin/tenant/list
|
HTTP Method | GET |
Request/Response Format | application/json
|
Example
Use case: View the entire list of tenants who have subscribed to Private PaaS. The example request is as follows:
curl -X GET -H “Content-Type: application/json” -k -v -u admin:admin https://<SM_HOST>:9443/stratos/admin/tenant/list
Sample response
{ "tenantInfoBean": [ { "active": true, "createdDate": "2014-02-26T11:33:23+05:30", "email": "foo@bar.com", "tenantDomain": "frank.com", "tenantId": 1 } ] }
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.