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

List Members in a Cartridge via CLI

Overview

CLI command
list-members
DescriptionUsed to list the members in a cluster in Private PaaS.
Command format
list-members --alias <ALIAS> --cartridge-type <CARTRIDGE-TYPE>

Parameter Definitions 

Short OptionLong OptionDescriptionRequiredExample Value
N/A
--alias
Alias of the cartridge on which the list of members in the cluster would be retrievedYes

test123

N/A
--cartridge-type
Type of the cartridge on which the list of members in the cluster would be retrievedYes

tomcat

Example

Use case:  Retrieving the list of members in the cluster with the cartridge alias "test123"and cartridge alias "tomcat".

 list-members -a test123 -t tomcat

Sample Output

List of members in the [cluster]: test123

    ServiceName : tomcat
    ClusterId : test123.tomcat.domain
    NewtworkPartitionId : ec2
    PartitionId : AWSEC2Partition1
    Status : Activated
    LBCluster : lblb-900080070.lb.domain
    MemberPrivateIp : 10.xxx.xxx.231
    MemberFloatingIp : 54.xxx.xxx.208
    -----------------------
==================================================
List of LB members for the [cluster]: test123

    ServiceName : lb
    ClusterId : lblb-900080070.lb.domain
    NewtworkPartitionId : ec2
    PartitionId : AWSEC2Partition1
    Status : Activated
    MemberPrivateIp : 10.xxx.xx.178
    MemberFloatingIp : 54.xxx.xx.205
    -----------------------

 


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