Firewalls

List firewall assignments

Returns a list of all servers and virtual machines assigned to one or more firewalls.

get/firewalls/assignments

Query parameters

filter[server]string

The server ID to filter by

filter[virtual_machine]string

The virtual machine ID to filter by

page[size]integer

Number of items to return per page

page[number]integer

Page number to return (starts at 1)

Response

Success

Changes

Changed in 1 of the 32 revisions of this API.12

  • 9545f24e850712See the full diff
    • the response property //// became nullable for the status

      response-property-became-nullable

    • added the new optional query request parameter filter[virtual_machine]

      new-optional-request-parameter

    • added the optional property /// to the response with the status

      response-optional-property-added