com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
Application Sign Up Resource Definition
The application sign up process happens automatically when a single-tenant application is deployed. However, when using multi-tenant applications, you have to manually sign up to an application after it is deployed. A sample application sign up definition, together with information on all the properties that can be added in an application sign up definition JSON are as follows:
Sample application sign up definition JSON
The following are sample configurations that can be used in a JSON to define an application sign up:
{ "artifactRepositories": [ { "alias": "wso2as-521-worker", "privateRepo": false, "repoUrl": "https://github.com/imesh/stratos-php-applications.git", "repoUsername": "", "repoPassword": "" }, { "alias": "wso2as-521-manager", "privateRepo": false, "repoUrl": "https://github.com/imesh/stratos-tomcat-applications.git", "repoUsername": "", "repoPassword": "" } ] }
Property definitions
All the properties that correspond to the application sign up resource are explained as follows:
|
|
|
|
|
Main properties
Property | W | R | U | Description | M | DV | Data Type | Example |
---|---|---|---|---|---|---|---|---|
JSON | ||||||||
| √ | √ |  | The details of the remote Git repository that corresponds to the cartridge. For more information on the sub-properties, see artifactRepository. | Yes | N/A | artifactRepositories array |  |
Sub-properties
artifactRepositories
Property | W | R | U | Description | M | DV | Data Type | Example |
---|---|---|---|---|---|---|---|---|
JSON | ||||||||
alias | √ | √ |  | The alias of the cartridge. | Yes | N/A | String | tomcat |
privateRepo | √ | √ |  | Whether the Git repository is a private or public repository. If the value assigned to this field is "true", it indicates that the repository is a private repository. | Yes | false | Boolean | true |
| √ | √ |  | The URL of the Git repository. | Yes | N/A | String | https://github.com/imesh/ |
repoUsername | √ | √ |  | If you have defined a private Git repository, enter the username used to access the repository. | Yes | N/A | String | admin |
repoPassword | √ | √ |  | If you have defined a private Git repository, enter the password used to access the repository. | Yes | N/A | String | test_password |
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.