Versions Compared

Key

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

Checks if an instance exists in the identity domain.

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.

Outputs

Output Name

Required

Description

FDJCS_INSTANCE_EXISTS

No

A boolean value of whether or not the instance exists in the identity domain.

...