Importing assets
Command structure
[
{
"resourceType": "Asset",
"identifier": {
"name": "Asset 1",
"domain": {
"name": "Business Data Domain 1",
"community": {
"name": "Data Community"
}
}
},
"domain": {
"id": "43215678-1234-1234-1234-123456788765"
},
"name": "New Asset 1",
"displayName": "A1",
"type": {
"name": "Column"
},
"attributes": {
"Original Column Name": [
{
"value": "XXX_COLUMN_1"
}
],
"00000000-0000-0000-0001-000500000011": [
{
"value": "True"
}
]
},
"relations": {
"00000000-0000-0000-0000-000000007062:SOURCE": [
{
"name": "Asset 2",
"domain": {
"name": "Data Asset Domain 1",
"community": {
"name": "Data Community"
}
}
}
],
"00000000-0000-0000-0000-000000007038:SOURCE": [
{
"name": "Table representation Asset",
"domain": {
"name": "Business Asset Domain 2",
"community": {
"name": "Business Community"
}
}
}
]
},
"status": {
"name": "Accepted"
},
"tags": [
"sample",
"technical",
"crucial"
],
"responsibilities": {
"00000000-0000-0000-0000-000000005018": [
{
"user": {
"id": "00000000-0000-0000-0000-000000900001"
}
}
],
"Business Steward": [
{
"userGroup": {
"id": "00000000-0000-0000-0000-000001000002"
}
}
]
}
}
]Identifier
Identifier structure
Optional fields
Field name
Field type
Remarks
Expected behavior
Add operation
Importing relations
Suffix
Meaning
Importing attributes
Importing responsibilities
Setting
Description
Importing tags
Last updated
Was this helpful?