对指定URL禁止访问。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
SiteId | long | 是 | 站点 ID,可通过调用 ListSites 接口获取。 | 123456**** |
Type | string | 是 | 类型,取值:
| block |
Content | array | 是 | 封禁内容。 | |
string | 是 | URL。 | http://a.com/1.jpg | |
Maxage | integer | 否 | 拦截生效时间(单位为秒,当类型为封禁时指定)。 | 864000 |
Extension | string | 否 | 延长封禁时长,取值为 2year(封禁时长为两年)。 | 2year |
返回参数
示例
正常返回示例
JSON
格式
{
"RequestId": "0AEDAF20-4DDF-4165-8750-47FF9C1929C9",
"TaskId": "15940956620"
}
错误码
HTTP status code | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | MissingTimeParameter | The StartTime and EndTime must be both specified. | 请同时提供开始时间和结束时间。 |
400 | InvalidEndTime.Mismatch | The specified EndTime is earlier than the StartTime. | 您填入的结束时间早于开始时间,请检查后重试。 |
400 | DomainNameOverLimit | A maximum of 500 domains are supported for each request. | 一次最多只支持500个域名,请减少域名重新请求。 |
400 | InvalidTime | The query time cannot exceed the last 3 days. | 查询时间不能超过最近3天。 |
400 | MissingParameter.ObjectType | The ObjectType parameter is required if DomainName or ObjectType is specified. | 请填写ObjectType参数。 |
400 | InvalidStationParameter | The specified Station is invalid. | 指定的节点参数无效。 |
400 | TooManyRequests | Too many requests.Please try again later. | 请求过于频繁,请稍后重试。 |
400 | InvalidTaskId.Malformed | The specified taskId is invalid. | 指定的任务ID无效。 |
400 | InvalidParameters.InvalidUrls | The specified urls are invalid. | 请求的URL参数无效。 |
400 | InvalidParameters | The specified parameters are invalid. | 参数非法。 |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2024-09-24 | OpenAPI 错误码发生变更 | 查看变更详情 |