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 |
Description | Used to retrieve the definition details of a deployment policy in Private PaaS. |
Command format | describe-deployment-policy <ID> |
Parameter Definitions
Short Option | Long Option | Description | Required | Example Value |
---|---|---|---|---|
N/A | N/A | Unique ID of the deployment policy | Yes | economyDeploymentPolicy |
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.