数据治理中心 DataArts Studio-更新API:请求示例

时间:2023-11-01 16:20:39

请求示例

修改API名为testApi,发布类型为PUBLISH_TYPE_PRIVATE的API接口。

{  "name" : "testApi",  "manager" : "admin",  "description" : "",  "protocol" : "PROTOCOL_TYPE_HTTP",  "publish_type" : "PUBLISH_TYPE_PRIVATE",  "log_flag" : false,  "path" : "/testApi/{a}",  "request_type" : "REQUEST_TYPE_GET",  "tags" : [ "标签1", "标签2" ],  "visibility" : "WORKSPACE",  "request_paras" : [ {    "name" : "a",    "position" : "REQUEST_PARAMETER_POSITION_PATH",    "type" : "REQUEST_PARAMETER_TYPE_NUMBER",    "description" : "",    "necessary" : false,    "example_value" : "",    "default_value" : ""  }, {    "name" : "b",    "position" : "REQUEST_PARAMETER_POSITION_HEADER",    "type" : "REQUEST_PARAMETER_TYPE_NUMBER",    "description" : "",    "necessary" : false,    "example_value" : "",    "default_value" : ""  }, {    "name" : "c",    "position" : "REQUEST_PARAMETER_POSITION_QUERY",    "type" : "REQUEST_PARAMETER_TYPE_NUMBER",    "description" : "",    "necessary" : false,    "example_value" : "",    "default_value" : ""  } ],  "backend_config" : {    "type" : "REQUEST_TYPE_GET",    "protocol" : "PROTOCOL_TYPE_HTTP",    "timeout" : "100",    "host" : "www.baidu.com",    "path" : "/testApi/{d}/{g}",    "backend_paras" : [ {      "name" : "a",      "position" : "REQUEST_PARAMETER_POSITION_PATH",      "backend_para_name" : "d"    }, {      "name" : "b",      "position" : "REQUEST_PARAMETER_POSITION_QUERY",      "backend_para_name" : "e"    }, {      "name" : "c",      "position" : "REQUEST_PARAMETER_POSITION_HEADER",      "backend_para_name" : "f"    } ],    "constant_paras" : [ {      "name" : "g",      "type" : "REQUEST_PARAMETER_TYPE_NUMBER",      "position" : "REQUEST_PARAMETER_POSITION_PATH",      "description" : "",      "value" : "1"    }, {      "name" : "h",      "type" : "REQUEST_PARAMETER_TYPE_NUMBER",      "position" : "REQUEST_PARAMETER_POSITION_QUERY",      "description" : "",      "value" : "1"    }, {      "name" : "j",      "type" : "REQUEST_PARAMETER_TYPE_NUMBER",      "position" : "REQUEST_PARAMETER_POSITION_HEADER",      "description" : "",      "value" : "1"    } ]  }}
support.huaweicloud.com/api-dataartsstudio/dataartsstudio_02_0418.html