数据湖探索 DLI-预览表内容(废弃):响应示例

时间:2023-11-27 11:52:37

响应示例

同步请求成功响应样例:
{
       "is_success": true,
       "message": "",
       "schema": [    
           {      
             "id": "int"
           },
           {      
             "name": "string"
           },
           {      
             "address": "string"
           }  
        ],
        "rows": [
           [
               "1",
               "John",
               "xxx"
           ],
           [
               "2",
               "Lily",
               "xxx"
           ]
       ]
    }

如果为异步请求模式,则返回一个job ID,用户可再根据job ID获取预览信息。

support.huaweicloud.com/api-dli/dli_02_0108.html