Shield Rules Update
AuthorizationBearer <token>
Bearer is only available for WebApp. Please use API tokens for programmatic access.
In: header
Path Parameters
policy_id*Policy Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://example.com/v3/lighthouse/security/shield/rules/string" \ -H "Content-Type: application/json" \ -d '{}'{ "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}How is this guide?
Last updated on