Working with Anti-flooding policy using the API
Overview
Check the list of available endpoints and methods to work with anti-flooding policies using the Delivery methods API:
Endpoints and methods | Description |
GETĀ | Lists a detailed description of the anti-flooding policies defined in the domain |
GETĀ | Gets a detailed description of a specific anti-flooding policy. |
POST | Creates a new anti-flooding policy in the domain |
PUT | Update anti-flooding policy |
DELETE | Deletes an anti-flooding policy in the domain |
DELETE | Bulk delete of anti-flooding policies by IDs |
PATCH | Update anti-flooding policy partially |
Endpoints and methods
GET /antiflooding
Retrieves a list of anti-flooding policies in the domain.
GET /antiflooding/{id}
Gets a detailed description of a specific anti-flooding policy given its ID.
POST /antiflooding
Creates a new anti-flooding policy in the domain and returns a detailed description of it
PUT/antiflooding/{id}
Updates an existing anti-flooding policy in the domain and returns a detailed description of it
DELETE /antiflooding/{id}
Deletes an anti-flooding policy in the domain
DELETE /antiflooding/
Delete in bulk action a group of Anti-flooding Policies in the domain with a force option that, if disabled, won't delete them when they are associated to a Delivery Policy
PATCH /antiflooding/{id}
Partially updates an existing Anti-flooding Policy in the domain and returns a detailed description of it.