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

Listing Partitions via REST API

Overview

DescriptionUsed to list all the partitions in Private PaaS.
URL admin/partition
HTTP Method GET
Request/Response Format application/json

Example

Use case: List all the partitions that have been created in 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/partition

Sample response

 {
  "partition": [
    {
      "id": "P1",
      "partitionMin": 0,
      "partitionMax": 0,
      "provider": "openstack",
      "property": [
        {
          "name": "region",
          "value": "RegionOne"
        }
      ]
    }
  ]
}
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.