Misaka.io | Docs
Misaka.io | Docs
API Documentation
Change password POST
Confirm email POSTLogin with 2FA POSTLogin POSTLogout POSTRefresh user token POSTGet current user token POST
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 Attachment GETEvent Detail Related GETEvent List All GETEvent List Related GETEvent List Related Timeseries GET
IPAMBYOIP

Update IP announcement

PATCH
/v3/ipam/announcements/{announcement_id}

Authorization

AuthorizationBearer <token>

In: header

Path Parameters

announcement_id*integer

Request Body

application/json

enabled*Enabled|Enabled

Enable/disable announcement

region?Region|Region

Region to announce, needs to be a valid region slug

Response Body

application/json

curl -X PATCH "https://api.misaka.io/v3/ipam/announcements/0" \  -H "Content-Type: application/json" \  -d '{    "enabled": true  }'
{
  "cidr": "string",
  "regions": [
    "string"
  ],
  "status": "string",
  "id": 0,
  "prefix": "string",
  "prefixlen": 0,
  "origin_asn": 0,
  "irr_validated": "2019-08-24T14:15:22Z",
  "rpki_validated": "2019-08-24T14:15:22Z",
  "loa_validated": "2019-08-24T14:15:22Z",
  "last_check": "2019-08-24T14:15:22Z",
  "last_check_result": true,
  "enabled": true,
  "created": "2019-08-24T14:15:22Z"
}

How is this guide?

Last updated on

Get IP announcements GET

Previous Page

Lighthouse

Next Page

curl -X PATCH "https://api.misaka.io/v3/ipam/announcements/0" \
  -H "Content-Type: application/json" \
  -d '{
    "enabled": true
  }'