创建集成配置。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求头

该接口使用公共请求头,无特殊请求头。请参见公共请求参数文档。

请求语法

POST /integrationConfig/create HTTP/1.1

请求参数

名称 类型 位置 是否必选 示例值 描述
Object Body

body

monitorSourceId Long Body 监控源id

监控源id

clientToken String Body 601FA6A2-AC5C-4B59-BE11-378F887A6A11

幂等号

返回数据

名称 类型 示例值 描述
requestId String 601FA6A2-AC5C-4B59-BE11-378F887A6A11

id of the request

data Object

data

integrationConfigId Long 101

集成配置id

示例

请求示例

POST /integrationConfig/create HTTP/1.1
Host:gemp.cn-shanghai.aliyuncs.com
Content-Type:application/json

{
    "monitorSourceId": 1
}

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<CreateIntegrationConfigResponse>
    <data>
        <integrationConfigId>12345703</integrationConfigId>
    </data>
    <requestId>E0FACD07-6BC4-4384-819D-B1523BD5EB85</requestId>
</CreateIntegrationConfigResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "data" : {
    "integrationConfigId" : 12345703
  },
  "requestId" : "E0FACD07-6BC4-4384-819D-B1523BD5EB85"
}

错误码

HttpCode 错误码 错误信息 描述
403 IntegationConfigAlreadyExists The specified integration config already exists. 集成配置已存在
403 CreateIntegrationConfigFail Failed to create integration config. 创建集成配置失败
404 MonitorSourceNotExists The specified monitor source does not exist. 监控源不存在

访问错误中心查看更多错误码。

访问错误中心查看更多错误码。