调用DeleteHealthCheckLogProject接口,删除用于健康检查日志的日志项目。
名称 | 类型 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|
Action | String | 是 | DeleteHealthCheckLogProject | 要执行的操作,取值为DeleteHealthCheckLogProject。 |
Version | String | 是 | 2020-04-01 | API版本信息,当前版本为:2020-04-01。 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
RequestId | String | 20210811152539010225146063030**** | 请求ID。 |
GET /?Action=DeleteHealthCheckLogProject&Version=2020-04-01 HTTP/1.1 Host: open.volcengineapi.com Region: cn-beijing Service: clb
{ "ResponseMetadata": { "RequestId": "20210811152539010225146063030****", "Action": "DeleteHealthCheckLogProject", "Version": "2020-04-01", "Service": "clb", "Region": "cn-beijing" }, "Result": { "RequestId": "20210811152539010225146063030****" } }
下表为您列举了该接口与业务逻辑相关的错误码。公共错误码请参见公共错误码文档。
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | MissingParameter | The request is missing a required parameter. Ensure that you have supplied all the required parameters for the request; for example, the 'XXX'. | 该请求缺少必要参数。请确保发起请求已提供全部必要参数,比如XXX。 说明 其中,XXX表示缺少的参数名称。 |
400 | InvalidProjectTopic.InUse | The specified Project has dependent resources Topic is in use. | 指定的 Project 绑定的 Topic 在占用中。 |
400 | InvalidProject.InvalidStatus | The specified Project is not in the correct status for the request. | 指定的 Project 所处状态无法响应该请求。 |
400 | InvalidTls.UnSupportAction | The specified tls service does not support this action. | 指定的 tls 服务不支持当前操作。 |
403 | Forbidden | You are not authorized to perform operations on the tls. | 无权限对指定 tls 进行操作。 |
404 | InvalidProject.NotFound | The specified Project does not exist. | 指定的项目不存在。 |