{ "opencollection": "1.0.0", "info": { "name": "Hetzner Cloud Actions Zone RRSets API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Zone RRSets", "type": "folder" }, "items": [ { "info": { "name": "List RRSets", "type": "http" }, "http": { "method": "GET", "url": "https://api.hetzner.cloud/v1/zones/:id_or_name/rrsets", "params": [ { "name": "id_or_name", "value": "", "type": "path", "description": "ID or Name of the Zone." }, { "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": "type", "value": "", "type": "query", "description": "Filter resources by their type. May be used multiple times.\n\nThe response will only contain resources matching the specified types.\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": "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": "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 [RRSets](#tag/zone-rrsets) in the [Zone](#tag/zones).\n\nUse the provided URI parameters to modify the result.\n\nThe maximum value for `per_page` on this endpoint is `100` instead of `50`.\n\nOnly applicable for [Zones](#tag/zones) in primary mode.\n\n#### Operation specific errors\n\n| Status | Code | Description |\n| --- | --- | --- |\n| `422` | `incorrect_zone_mode` | This operation is not supported for this Zone's `mode`. |\n" }, { "info": { "name": "Create an RRSet", "type": "http" }, "http": { "method": "POST", "url": "https://api.hetzner.cloud/v1/zones/:id_or_name/rrsets", "params": [ { "name": "id_or_name", "value": "", "type": "path", "description": "ID or Name of the Zone." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an [RRSet](#tag/zone-rrsets) in the [Zone](#tag/zones).\n\nOnly applicable for [Zones](#tag/zones) in primary mode.\n\n#### Operation specific errors\n\n| Status | Code | Description |\n| --- | --- | --- |\n| `422` | `incorrect_zone_mode` | This operation is not supported for this Zone's `mode`. |\n" }, { "info": { "name": "Get an RRSet", "type": "http" }, "http": { "method": "GET", "url": "https://api.hetzner.cloud/v1/zones/:id_or_name/rrsets/:rr_name/:rr_type", "params": [ { "name": "id_or_name", "value": "", "type": "path", "description": "ID or Name of the Zone." }, { "name": "rr_name", "value": "", "type": "path" }, { "name": "rr_type", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Returns a single [RRSet](#tag/zone-rrsets) from the [Zone](#tag/zones).\n\nOnly applicable for [Zones](#tag/zones) in primary mode.\n\n#### Operation specific errors\n\n| Status | Code | Description |\n| --- | --- | --- |\n| `422` | `incorrect_zone_mode` | This operation is not supported for this Zone's `mode`. |\n" }, { "info": { "name": "Update an RRSet", "type": "http" }, "http": { "method": "PUT", "url": "https://api.hetzner.cloud/v1/zones/:id_or_name/rrsets/:rr_name/:rr_type", "params": [ { "name": "id_or_name", "value": "", "type": "path", "description": "ID or Name of the Zone." }, { "name": "rr_name", "value": "", "type": "path" }, { "name": "rr_type", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Updates an [RRSet](#tag/zone-rrsets) in the [Zone](#tag/zones).\n\nOnly applicable for [Zones](#tag/zones) in primary mode.\n\n#### Operation specific errors\n\n| Status | Code | Description |\n| --- | --- | --- |\n| `422` | `incorrect_zone_mode` | This operation is not supported for this Zone's `mode`. |\n" }, { "info": { "name": "Delete an RRSet", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.hetzner.cloud/v1/zones/:id_or_name/rrsets/:rr_name/:rr_type", "params": [ { "name": "id_or_name", "value": "", "type": "path", "description": "ID or Name of the Zone." }, { "name": "rr_name", "value": "", "type": "path" }, { "name": "rr_type", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Deletes an [RRSet](#tag/zone-rrsets) from the [Zone](#tag/zones).\n\nOnly applicable for [Zones](#tag/zones) in primary mode.\n\n#### Operation specific errors\n\n| Status | Code | Description |\n| --- | --- | --- |\n| `422` | `incorrect_zone_mode` | This operation is not supported for this Zone's `mode`. |\n" } ] } ], "bundled": true }