Shield Rules List
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Query Parameters
prefix?string|null
asn?integer|null
force_inline?boolean|null
ordering?string|null
limit?integer
Default
100Range
1 <= valueoffset?integer
Default
0Range
0 <= valueResponse Body
application/json
curl -X GET "https://api.misaka.io/v3/lighthouse/security/shield/rules"{
"results": [
{
"prefix": "string",
"asn": {
"asn": 0
},
"action": "MITIGATE",
"sensitivity": "STANDARD",
"force_inline": true,
"synproxy": true,
"extras": {},
"extras_raw": {},
"count": {},
"reconciled": "2019-08-24T14:15:22Z",
"id": 0
}
],
"count": 0
}How is this guide?
Last updated on