com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Describing a Partition via CLI
Overview
CLI command | describe-partition |
Description | Used to retrieve the definition details of a currently deployed partition in Private PaaS. |
Command format | describe-partition <ID> |
Parameter Definitions
Short Option | Long Option | Description | Required | Example Value |
---|---|---|---|---|
N/A | N/A | Unique ID of the partition | Yes | TestPartition |
Example
Use case: Retrieve the definition details of the partition with the ID "TestPartition".
describe-partition TestPartition
Sample Output
The Partition is: {"id":"TestPartition","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.