获取空间防盗链数据
unstable 本接口后续可能会拆分成几个独立的查询接口
请求地址
https://api.upyun.com/buckets/antileech/
HTTP请求方法
GET
是否需要登陆授权
是,关于登录授权,参见授权机制
请求参数
必选 | 数据类型及范围 | 说明 | |
---|---|---|---|
bucket_name | true | string | 空间名 |
返回结果
{
"name": "bucketdemo",
"domain":{
status: 'enabled',
domains: [
{"domain": "www.huaban.com", "uri": "/a/c/*", "args": ["foo", "aaa"]},
{"domain": "*.huabanapp.com", "uri": "*.jpg", "args": ["bar", "bbb"]},
]
},
"ip":{
status: 'enabled',
ips: [
...
]
},
"useragent":{
status: 'enabled',
useragents: [
...
]
},
"token":{
enable:false|true,
token: [
...
]
},
"tips":{
403:403_url,
404:404_url,
405:405_url,
},
"antileech_setting" :{
"disallow_empty_referer" : true
}
}
错误返回值与错误代码,参见错误代码说明
返回字段说明
返回值字段 | 字段类型 | 字段说明 |
---|---|---|
bucket_name | string | 空间名称 |
status | string | 状态 |
Last edited by hubiao, 2015-09-28 10:46:18