Versions Compared

Key

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

...

Flags / Conditional Logic

IMPORT FLAGS

RECREATE_EXISTING_PATH

Datatype is boolean.

Default is false.

If the Location or Service you are creating the Path for already has a Path, the existing Path is compared to the new Path information. If the Path Legs are the same, nothing changes. If they are different, the default behavior produces an error. If this flag is set to true, then the existing Path will be removed, and a new Path will be created. If this flag is set to true and no new path leg values are provided, then the existing Paths can be removed from the Location or Service.

APPEND_PATH_LEGS

Datatype is boolean.

Default is false.

The first time a Path (as defined by the Service and Location) is encountered in an Import File and a Path Leg is provided, if the Path already exists and if the RECREATE_EXISTING_PATH flag is set, the Path is deleted and rebuilt. After the first successfully saved occurrence, the Path Legs are appended. If you want to append to the existing Path without clearing it, the APPEND_PATH_LEGS flag can be set to True. If the APPEND_PATH_LEGS flag is set to False, then the Path will be rebuilt (if the RECREATE_EXISTING_PATH flag is set) even if it is not the first occurrence in the file.

CHECK_SERVICE_STATUS

Datatype is boolean.

Default is false.

When adding or modifying a Path on a Service, this import does not check the Status of the Service. If you set this flag to True, the import will error if the Service Status is not Active and you try to add or modify a Path (Path removal will still happen, regardless of Service Status).

SERVICE_ALIAS_SEARCH

Datatype is string

Default First

...