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

Viewing Details of Subscribed Cartridges via REST API

Overview

DescriptionUsed to retrieve information on a cartridge that the user is already subscribed to.
URL

admin/cartridge/info/<CARTRIDGE_ALIAS> 

HTTP MethodGET
Request/Response Formatapplication/json

Example

Use case: Get information on a specific cartridge that you are currently subscribed to. 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/info/<CARTRIDGE_ALIAS>

Sample response

{
  "cartridge": {
    "activeInstances": 0,
    "cartridgeAlias": "manula",
    "cartridgeType": "php",
    "description": "PHP Cartridge",
    "displayName": "PHP",
    "hostName": "manula.stratos.com",
    "lbClusterId": "lb635062286.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.