See the API's various operations for details on their request parameters and response data:
| Operation | Method | Endpoint |
|---|---|---|
| BGP Configs | ||
| List BGP configurations | GET | /bgp-configs |
| Create a new BGP configuration | POST | /bgp-configs |
| Remove a BGP configuration | DELETE | /bgp-configs/{bgpConfigId} |
| Get a BGP configuration | GET | /bgp-configs/{bgpConfigId} |
| Update a BGP configuration | PUT | /bgp-configs/{bgpConfigId} |
| Access maps | ||
| List access maps | GET | /access-maps |
| Create a new access map | POST | /access-maps |
| Remove an access map | DELETE | /access-maps/{mapId} |
| Get an access map | GET | /access-maps/{mapId} |
| Update an access map | PUT | /access-maps/{mapId} |
| Geo IP Configs | ||
| List GeoIP configurations | GET | /geoip-configs |
| Create a new GeoIP configuration | POST | /geoip-configs |
| Remove a GeoIP configuration | DELETE | /geoip-configs/{geoIpConfigId} |
| Get a GeoIP configuration | GET | /geoip-configs/{geoIpConfigId} |
| Update a GeoIP configuration | PUT | /geoip-configs/{geoIpConfigId} |
| Site maps | ||
| List site maps | GET | /site-maps |
| Create a new site map | POST | /site-maps |
| Remove a site map | DELETE | /site-maps/{mapId} |
| Get a site map | GET | /site-maps/{mapId} |
| Update a site map | PUT | /site-maps/{mapId} |
