{ "opencollection": "1.0.0", "info": { "name": "Hetzner Cloud Actions Firewalls API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Firewalls", "type": "folder" }, "items": [ { "info": { "name": "List Firewalls", "type": "http" }, "http": { "method": "GET", "url": "https://api.hetzner.cloud/v1/firewalls", "params": [ { "name": "sort", "value": "", "type": "query", "description": "Sort resources by field and direction. May be used multiple times.\n\nFor more information, see \"[Sorting](#description/sorting)\".\n" }, { "name": "name", "value": "", "type": "query", "description": "Filter resources by their name.\n\nThe response will only contain the resources\nmatching exactly the specified name.\n" }, { "name": "label_selector", "value": "", "type": "query", "description": "Filter resources by labels.\n\nThe response will only contain resources matching the label selector.\nFor more information, see \"[Label Selector](#description/label-selector)\".\n" }, { "name": "page", "value": "", "type": "query", "description": "Page number to return. For more information, see \"[Pagination](#description/pagination)\"." }, { "name": "per_page", "value": "", "type": "query", "description": "Maximum number of entries returned per page. For more information, see \"[Pagination](#description/pagination)\"." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns all [Firewalls](#tag/firewalls).\n\nUse the provided URI parameters to modify the result.\n" }, { "info": { "name": "Create a Firewall", "type": "http" }, "http": { "method": "POST", "url": "https://api.hetzner.cloud/v1/firewalls", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create a [Firewall](#tag/firewalls).\n\n#### Operation specific errors\n\n| Status | Code | Description |\n| --- | --- | --- |\n| `422` | `server_already_added` | The [Server](#tag/servers) was applied more than once. |\n| `422` | `incompatible_network_type` | The resources network type is not supported by [Firewalls](#tag/firewalls). |\n| `422` | `firewall_resource_not_found` | The resource the [Firewall](#tag/firewalls) should be attached to was not found. |\n" }, { "info": { "name": "Get a Firewall", "type": "http" }, "http": { "method": "GET", "url": "https://api.hetzner.cloud/v1/firewalls/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Firewall." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a single [Firewall](#tag/firewalls).\n" }, { "info": { "name": "Update a Firewall", "type": "http" }, "http": { "method": "PUT", "url": "https://api.hetzner.cloud/v1/firewalls/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Firewall." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Update a [Firewall](#tag/firewalls).\n\nIn case of a parallel running change on the [Firewall](#tag/firewalls) a `conflict` error will be returned.\n" }, { "info": { "name": "Delete a Firewall", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.hetzner.cloud/v1/firewalls/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ID of the Firewall." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes the [Firewall](#tag/firewalls).\n\n#### Operation specific errors\n\n| Status | Code | Description |\n| --- | --- | --- |\n| `422` | `resource_in_use` | [Firewall](#tag/firewalls) still applied to a resource |\n" } ] } ], "bundled": true }