数据可视化 DLV-复制大屏:示例

时间:2025-02-12 14:52:23

示例

  • 请求示例
    POST https://{dlv_endpoint}/v1/{project_id}/screens/ff80808167813a360167819d5b640045/copy{请求消息头}{    "workspaceId": "86ce107974ce4f93b618acb232863027"}

  • 成功响应示例
    {    "id": "ff80808167813a360167825a27b00073",    "name": "screen_01_copy",    "alias": "test_screen_01",    "description": "for test",    "status": 0,    "projectId": "abcdefghijk0123456",    "createUser": "a1b2c2d3e4f5g6h5j6k6",    "createDate": 1544080205744,    "updateUser": null,    "updateDate": null,    "templateId": "32546212564",    "snapshotId": null,    "share": null,    "thumbnail": null,    "config": null}

  • 失败响应示例
    {    "errors": [        {            "error_code": "1004",            "error_msg": "The operation with the resource entity occur some error."        }    ]}
support.huaweicloud.com/api-dlv/dlv_02_0527.html