Reference 360 SaaS
- Reference 360 SaaS
- All Products
/rdm-service/external/v1/assets/generateAliases?overwriteExisting=false
Parameter
| Type
| Description
|
---|---|---|
overwriteExisting
| Boolean
| Optional. Indicates whether the job overwrites existing alias
values. Set to false to skip overwriting
the existing alias values and to generate alias only for
predefined assets with no internal ID.Set to
true to overwrite the existing alias
values and to generate alias only for predefined assets with
no internal ID. Default is false .
|
Field
| Type
| Description
|
---|---|---|
jobId
| String
| ID of the alias generation job. |
type
| String
| Type of the job. The supported value is
ALIAS_GENERATION . |
status
| String
| Status of the alias generation job. Value can be
RUNNING , SUCCESS ,
FAILED , or CANCELLED . |
createdBy
| String
| User name of the user who ran the alias generation job. |
createdDate
| String
| Date when the user ran the alias generation job. |
{ POST https://use4-mdm.dm-us.informaticacloud.com/rdm-service/external/v1/assets/generateAliases?overwriteExisting=false", HTTP/1.1 Accept: application/json IDS-SESSION-ID: XXXXXXXXXXXXXXXXXXXXXX
{ "jobId": "663a68d9ec6cff7ea71edcba", "type": "ALIAS_GENERATION", "status": "RUNNING", "createdBy": "cLuE2VONraVl6EjvWO9Hw5", "createdDate": "2024-10-23T13:00:44.702+00:00" }