Database Table: csv2_cloud_aliases

The csv2_cloud_aliases table allows users to create subsets of clouds within a CSV2 group and limit the execution of specific jobs to specific clouds by use of the target_alias Job Description Lanuage (JDL) parameter. An alias may contain one or more clouds and each cloud may be the member of zero, one, or more aliases. Job’s specifying a target alias will be limited to clouds which are members of the specified alias, whereas jobs not specifying a target alias are free to execute on any available cloud within the CSV2 group.

Keys:

  • group_name (String(32)):

    Is the CSV2 group name owning this alias.

  • cloud_name (String(32)):

    Is the name of a cloud within the owning group, identifying it as a member of the named alias. One row is created for each member of an alias. When all members of an alias are deleted, the alias is deleted.

  • alias_name (String(32)):

    Is the name of the alias.