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

Describing a Deployment Policy via CLI

Overview

CLI command
describe-deployment-policy
DescriptionUsed to retrieve the definition details of a deployment policy in Private PaaS.
Command format
describe-deployment-policy <ID>

Parameter Definitions 

Short OptionLong OptionDescriptionRequiredExample Value
N/AN/AUnique ID of the deployment policyYeseconomyDeploymentPolicy

Example

Use case: Retrieve the definition details of the deployment policy with the ID "economyDeploymentPolicy".

 describe-deployment-policy economyDeploymentPolicy

Sample Output

The Deployment policy is: 

{"id":"economyDeploymentPolicy","partitionGroup":[{"id":"ec2","partitionAlgo":"one-after-another","partition":[{"id":"TestPartition1","partitionMin":1,"partitionMax":3,"provider":"ec2","property":[{"name":"region","value":"test-region-1"}]}]}]}
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.