Firewalls - Rules Engine

Ordering Firewall Rules

Reorder all Rules for a specific Firewall owned by your account.

put/workspace/firewalls/{firewall_id}/request_rules/order

Path parameters

firewall_idinteger required

A unique integer value identifying the firewall.

Query parameters

searchstring

A search term.

Request body

orderinteger[] required

Response

Firewall rules order updated successfully.

countinteger

Total number of items

total_pagesinteger

Total number of pages

pageinteger

Current page number

page_sizeinteger

Number of items per page

nextstring uri nullable

URL to the next page of results

previousstring uri nullable

URL to the previous page of results

Example response

{
  "count": 123,
  "total_pages": 10,
  "page": 1,
  "page_size": 10,
  "next": "https://api.example.com/items?page=3",
  "previous": "https://api.example.com/items?page=1"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.