You need to enable JavaScript to run this app.
文档中心
托管 Prometheus

托管 Prometheus

复制全文
下载 pdf
接入任务
DisableIntegrationTasks
复制全文
下载 pdf
DisableIntegrationTasks
禁用接入任务。
请求说明
托管 Prometheus 已在全球多个地域部署服务,旨在为您提供更稳定、低延迟的访问体验。您可以通过查阅 服务地址 文档,根据业务所在地域,选择最合适的接入点。
  • 请求方式:POST
  • 请求地址:https://vmp.cn-beijing.volcengineapi.com?Action=DisableIntegrationTasks&Version=2021-03-03
调试
API Explorer
您可以通过 API Explorer 在线发起调用,无需关注签名生成过程,快速获取调用结果。
请求参数
参数
类型
是否必选
示例值
描述
Action
String
DisableIntegrationTasks
接口名称。当前 API 的名称为 DisableIntegrationTasks
Version
String
2021-03-03
接口版本。当前 API 的版本为 2021-03-03
Ids
Array of String
["fcbc7eef-2f6c-4247-bce1***"]
接入任务 ID 列表。
请求示例
POST https://vmp.cn-beijing.volcengineapi.com?Action=DisableIntegrationTasks&Version=2021-03-03
Content-Type: application/json
{
"Ids": [
"fcbc7eef-2f6c-4247-bce1***"
]
}
返回参数
参数
类型
示例值
描述
SuccessfulItems
Array of String
["fcbc7eef-2f6c-4247-bce1***"]
成功禁用的接入任务 ID 列表。
UnsuccessfulItems
Array of UnsuccessfulItem
未成功禁用的接入任务 ID 列表。
UnsuccessfulItem
参数
类型
示例值
描述
Id
String
e28ae750-bbb8-4ff4-abf4***
未成功操作的对象 ID。
Error
-
未成功操作的原因。
UnsuccessfulItemError
参数
类型
示例值
描述
Code
String
NotFound.Ids
错误码。详情请参见下文 错误码公共错误码
Message
String
The specified Contact abc is not found.
错误信息。详情请参见下文 错误码公共错误码
Data
JSON Map
-
错误元数据。
返回示例
HTTP/1.1: 200 OK
Content-Type: application/json
{
"ResponseMetadata": {
"RequestId": "20230604110420****100232280022D31",
"Action": "DisableIntegrationTasks",
"Version": "2021-03-03",
"Service": "vmp",
"Region": "cn-beijing"
},
"Result": {
"SuccessfulItems": [
"fcbc7eef-2f6c-4247-bce1***"
],
"UnsuccessfulItems": [
{
"Id": "e28ae750-bbb8-4ff4-abf4***",
"Error": {
"Code": "NotFound.Ids",
"Message": "The specified Contact abc is not found."
}
}
]
}
}
错误码
本接口错误码如下表所示,公共错误码请参见 公共错误码
HTTP 状态码
错误码
错误信息
说明
403
ProductUnsubscribed
You are not subscribed to VMP. Please go to the VMP console web page to subscribe to the service
当前账号未订阅 VMP 服务。
404
NotFound.Id
The specified Contact/ContactGroup {{Id}} is not found.
未找到指定联系人/联系人组。
400
MissingParameter.{{parameter}}
The required parameter {{parameter}} is missing.
缺少必要的参数。
最近更新时间:2025.11.05 17:12:27
这个页面对您有帮助吗?
有用
有用
无用
无用