創建集成配置。
調試
您可以在OpenAPI Explorer中直接運行該接口,免去您計算簽名的困擾。運行成功后,OpenAPI Explorer可以自動生成SDK代碼示例。
授權信息
當前API暫無授權信息透出。
請求語法
POST /integrationConfig/create HTTP/1.1
請求參數
名稱 | 類型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
body | object | 否 | 請求 Body。 | |
monitorSourceId | long | 否 | 監控源 ID。 | 23469 |
clientToken | string | 否 | 冪等號。 | 601FA6A2-AC5C-4B59-BE11-378F887A6A11 |
返回參數
示例
正常返回示例
JSON
格式
{
"requestId": "601FA6A2-AC5C-4B59-BE11-378F887A6A11",
"data": {
"integrationConfigId": 101
}
}
錯誤碼
HTTP status code | 錯誤碼 | 錯誤信息 | 描述 |
---|---|---|---|
403 | IntegationConfigAlreadyExists | The specified integration config already exists. | 集成配置已存在 |
403 | CreateIntegrationConfigFail | Failed to create integration config. | 創建集成配置失敗 |
404 | MonitorSourceNotExists | The specified monitor source does not exist. | 監控源不存在 |
訪問錯誤中心查看更多錯誤碼。