createOrUpdateARMCluster
This operation was added in version 4.0.3.61. Please find the latest at the support site, http://support.flexagon.com
The createOrUpdateARMCluster operation creates or updates an ARM cluster. The cluster name provided will be used with the environment name to find which cluster to target.Â
The servers listed in the comma-separated list will be added to the cluster. Any servers in the cluster that are not in the list will be removed.
The servers can have ip addresses specified with them. To do this, separate each server from its IP with a pipe character (|) and each server|ip pair should be separated by a comma.
The servers should exist.
 Â
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Anypoint Username | FDMULE_USER | Yes | Anypoint Platform Username |
Anypoint Password | FDMULE_PASSWORD | Yes | Anypoint Platform Password |
Organization Name | FDMULE_ORG_NAME | Yes | Mule Organization Name |
Environment Name | FDMULE_ENV_NAME | Yes | Mule Environment Name Defaults to |
Anypoint URL | FDMULE_ANYPOINT_URL | No | The URL of Anypoint Runtime Manager Defaults to https://anypoint.mulesoft.com |
Â
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
ARM Cluster Name | FDMULE_ARM_CLUSTER_NAME | Yes | Name of the ARM Cluster to manage |
ARM Cluster Members | FDMULE_ARM_CLUSTER_MEMBERS | Yes | Names of the ARM Cluster Member Servers - Comma-Separated list. Please format like this for Multicast clusters:Â And like this for Unicast clusters:Â |
 Â
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
 Â
Outputs
Output Name | Required | Description |
---|---|---|
 Â
Artifacts
This operation neither produces nor consumes artifacts from the artifacts repository.
 Â
Endpoint Selection
This operation will select all available endpoints associated to the environment/instance.
 Â
Endpoint Execution
This operation will execute on any one of the selected endpoints selected at random.
- style