Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

FDJCS_IDENTITY_DOMAIN

Yes

The identity domain of the Java Cloud Service instance.

URL Prefix

FDJCS_URL_PREFIX

No

The region prefix of the JCS REST resources. Defaults to jaas.

Instance Name

FDJCS_INSTANCE_NAME

Yes

The name of the Java Cloud Service instance.

Username

FDJCS_USERNAME

Yes

The username to connect to the Java Cloud Service instance with.

Password

FDJCS_PASSWORD

Yes

The password for FDJCS_USERNAME

.Timeout

FDJCS_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

FDJCS_CLOUD_MANAGED_SERVER_COUNT

No

An Integer of the number of managed servers running in the instance.

...