删除Prometheus实例集成中心Exporter实例(仅支持aliyun-cs、ecs两种类型的实例)。
目前该API接口已标记为弃用。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| RegionId |
string |
是 |
地域 ID。 |
cn-hangzhou |
| ClusterId |
string |
是 |
Prometheus 实例 ID。仅支持 aliyun-cs、ecs 两种类型的实例。 |
cc7a37ee31aea4ed1a059eff8034b**** |
| IntegrationType |
string |
是 |
prometheus 集成类型,如 kafka、mysql。 |
kafka、mysql等。 |
| InstanceId |
integer |
否 |
Prometheus 实例集成中心 Exporter 实例 id |
2875 |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
Schema of Response |
||
| RequestId |
string |
Id of the request |
19F54318-CC92-5567-BF66-CB029EC44C84 |
| Data |
string |
”success“或失败信息。 |
success |
| Message |
string |
返回结果的提示信息。 |
message |
| Code |
integer |
状态码。200 为成功,其他状态码为异常。 |
200 |
示例
正常返回示例
JSON格式
{
"RequestId": "19F54318-CC92-5567-BF66-CB029EC44C84",
"Data": "success",
"Message": "message",
"Code": 200
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | IdempotentParameterMismatch | The request uses the same client token as a previous, but non-identical request. Do not reuse a client token with different requests, unless the requests are identical. |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。