更新时间:2021-12-17 GMT+08:00
分享

北向获取数据集密级信息

功能介绍

北向获取数据集的密级信息。

URI

  • URI格式
    GET /softcomai/datalake/north/v1.0/statics/dataset/secretlevel
  • 参数说明

    无。

请求

  • 请求样例
    GET https://ipaddr:port/dataset/softcomai/datalake/north/v1.0/statics/dataset/secretlevel
  • 参数说明

    无。

响应

  • 响应样例
    {
    "success": true,
    "returnData": [
    {
    "datasetId": "5879441991835444873",
    "businessName": "test_wy",
    "secretLevel": "4",
    "datasetName": "test_wy"
    },
    {
    "datasetId": "8885619168435900153",
    "businessName": "test_hive",
    "secretLevel": "3",
    "datasetName": "test_hive_dws"
    },
    {
    "datasetId": "4979583540288254651",
    "businessName": "xxxType",
    "secretLevel": "3",
    "datasetName": "xxxType"
    },
    {
    "datasetId": "6134242795425624094",
    "businessName": "test_awx",
    "secretLevel": "3",
    "datasetName": "test_awx"
    },
    {
    "datasetId": "5746641205713800404",
    "businessName": "test_dws",
    "secretLevel": "5",
    "datasetName": "test_dws"
    },
    {
    "datasetId": "3248923352830420658",
    "businessName": "test_hive",
    "secretLevel": "1",
    "datasetName": "test_hive"
    },
    {
    "datasetId": "7223435362916195960",
    "businessName": "Typex",
    "secretLevel": "1",
    "datasetName": "Typex"
    },
    {
    "datasetId": "369351693437448313",
    "businessName": "typelimitxxx",
    "secretLevel": "3",
    "datasetName": "typelimitxxx"
    }
    ]
    }
  • 要素说明

    参数名

    参数类型

    备注

    success

    String

    请求是否成功。

    returnData

    Json

    返回统计结果。

    datasetId

    String

    数据集ID。

    businessName

    String

    数据集业务名称。

    secretLevel

    int

    数据集的密级。

    datasetName

    String

    数据集的名称。

状态码

具体请参考状态码

分享:

    相关文档

    相关产品