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

Listing Deployment Policies via REST API

Overview

DescriptionUsed to list deployment policies in Private PaaS.
URL

admin/policy/deployment 

HTTP MethodGET
Request/Response Format

application/json

Example

Use case: List all the deployment policies. 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/policy/deployment

Sample response

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