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?Limit
Range
1 <= valueDefault
100offset?Offset
Range
0 <= valueDefault
0Response Body
application/json
curl -X GET "https://example.com/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