Misaka.io | Docs
Misaka.io | Docs
API Documentation
Change password POST
Confirm email POSTLogout POSTRefresh user token POSTGet current user token GET
Get team members GETGet current available teams GET
List devices GET
Port info GETList ports GETPort transceiver metrics GETPort usage metrics GET
List services GET
List cross connects GET
Create IP announcements POSTDelete IP announcement DELETEGet IP announcements GETUpdate IP announcement PATCH
Lighthouse
Network Flow Timeseries POST
Event Attachments GETEvent Detail Related GETEvent List All GETEvent List Related GETEvent List Related Timeseries GET
Shield Rules List GETShield Rules Update PUT
Timezone For Location GET
Get Filter Keys GET
Batch Update PTR Records POST
Create RecordSet POSTDelete RecordSet DELETEGet RecordSet GETUpdate RecordSet PUT
Create Zone POSTDelete Zone DELETEImport Zone POSTList Zones GET
Disable DNSSEC DELETEEnable DNSSEC POSTGet DNSSEC Configuration GET
List Recordsets GET
Get Zone Settings GETUpdate Zone Settings PUT
LighthouseShieldRules

Shield Rules Update

PUT
/v3/lighthouse/security/shield/rules/{policy_id}

Authorization

AuthorizationBearer <token>

Bearer is only available for WebApp. Please use API tokens for programmatic access.

In: header

Path Parameters

policy_id*string

Request Body

application/json

action?string|null

Action to take when DDoS attack is detected on the prefix

sensitivity?string|null

DDoS detection sensitivity

force_inline?boolean|null

Whether inline mitigation will always be forced for this prefix

Response Body

application/json

curl -X PUT "https://api.misaka.io/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

Shield Rules List GET

Previous Page

Timezone For Location GET

Next Page

curl -X PUT "https://api.misaka.io/v3/lighthouse/security/shield/rules/string" \
  -H "Content-Type: application/json" \
  -d '{}'