com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.

Listing Tenants via REST API

Overview

DescriptionUsed to list all the tenants that are added to Private PaaS.
URLadmin/tenant/list
HTTP MethodGET
Request/Response Formatapplication/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.