com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Listing Subscribed Cartridges via REST API
Overview
Description | Used to list all the subscribed Cartridges |
URL |
|
HTTP Method |
|
Request/Response Format |
application/json
|
Example
Use case: List all the subscribed cartridges. 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/cartridge/list/subscribed
Sample response
{ "cartridge": [ { "activeInstances": 0, "cartridgeAlias": "lb916269020", "cartridgeType": "lb", "description": "Stratos LB Cartridge", "displayName": "stratos load balancer", "hostName": "lb916269020.stratos.com", "loadBalancer": false, "multiTenant": false, "persistance": false, "portMappings": [ { "port": 8280, "protocol": "http", "proxyPort": 0 }, { "port": 8243, "protocol": "https", "proxyPort": 0 } ], "provider": "lb", "status": "Inactive", "version": 4 }, { "activeInstances": 0, "cartridgeAlias": "manula", "cartridgeType": "php", "description": "PHP Cartridge", "displayName": "PHP", "hostName": "manula.stratos.com", "lbClusterId": "lb916269020.lb.domain", "loadBalancer": false, "multiTenant": false, "persistance": false, "portMappings": [ { "port": 80, "protocol": "http", "proxyPort": 8280 }, { "port": 443, "protocol": "https", "proxyPort": 8243 } ], "provider": "stratos", "repoURL": "https:\/\/github.com\/sajhak\/mytestphp.git", "status": "Inactive", "version": 7 } ] }
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.