变更通知
功能介绍
通知数据集服务数据模型发生变更。
请求
- 请求样例
POST https://endpoint/softcomai/datalake/v1.0/notify { "changeType" : "UPDATE", "notifySource" : "DR", "changeModelType" : "ENTITY", "notifyOrignalModels" : { "entityId" : "4028841c6999d0e2016999f207770048", "businessName" : "CopyOf_hive_test001", "entityName" : "CopyOf_hive_test001", "layerId" : "4028841c699f47030169bde1f3110254", "tenantId" : "SoftcomAI_Integration_Test2", "dclId" : "4", "modify_oper" : "SoftcomAI_Integration_Test2___0123456789" } }
- 参数说明
参数名
是否必选
参数类型
备注
changeType
是
String
取值包括:UPDATE、ADD、DELETE。
notifySource
否
String
通知的来源。
changeModelType
是
String
取值包括:ENTITY、LAYER、ATTR。
notifyOrignalModels
是
String
详细的变更内容。
entityId
是
String
实体ID。
businessName
是
String
业务名称。
entityName
否
String
实体名称。
layerId
是
String
层次ID。
dclId
是
String
秘密级别。
modify_oper
否
String
修改人。
响应
- 响应样例
{ "success" : true, }
- 要素说明
参数名
参数类型
备注
success
String
请求是否成功。
状态码
具体请参考状态码。