Lists the managed server names in the logs and returns the number of managed servers as an Integer.
Environment/Instance Properties
Property Name | Property Code | Required | Description |
---|
Project Properties
Property Name | Property Code | Required | Description |
---|
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Identity Domain |
| Yes | The identity domain of the Java Cloud Service instance. |
URL Prefix |
| No | The region prefix of the JCS REST resources. Defaults to jaas. |
Instance Name |
| Yes | The name of the Java Cloud Service instance. |
Username |
| Yes | The username to connect to the Java Cloud Service instance with. |
Password |
| Yes | The password for |
Timeout |
| No | The number of minutes to wait for the instance to start. If the number of minutes is exceeded, the operation will exit with a failure. Defaults to 60 minutes. |
Outputs
Output Name | Required | Description |
---|---|---|
| No | An Integer of the number of managed servers running in the instance. |
...