ISDP-本地资产库-批量新增 (API名称:batchAddAssetLibrary):请求示例

时间:2025-02-12 15:15:11

请求示例

[    {        "assetId": 1000,        "name": "资产测试1",        "version": "V1",        "fileId": "1000",        "size": "123456",        "downLoadUrl": "https://test/11.docx",        "type": 1,        "form": 1,        "status": 1,        "releaseStatus": 1,        "bookingCount": 0,        "sourceTenantName": "测试租户1",        "operatorId": 1000,        "operatorName": "张三",        "tagList": [            "标签1",            "标签2"        ]    }]
support.huaweicloud.com/api-isdp/zh-cn_topic_0000001952729468.html