{
  "id": "suffixes",
  "title": "Suffixes requests",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/requests/suffixes/",
  "summary": "DNS suffixes requests",
  "content": "\n| Method | Path | Description |\n|--------|------|-------------|\n| [GET](#get-all-suffixes) | `/v1/suffixes` | Get all DNS suffixes |\n\n## Get all suffixes {#get-all-suffixes}\n\n\tGET /v1/suffixes\n\nGet all DNS suffixes in the cluster.\n\n### Request {#get-all-request} \n\n#### Example HTTP request\n\n\tGET /v1/suffixes \n\n\n#### Request headers\n\n| Key | Value | Description |\n|-----|-------|-------------|\n| Host | cnm.cluster.fqdn | Domain name |\n| Accept | application/json | Accepted media type |\n\n### Response {#get-all-response} \n\nThe response body contains a JSON array with all suffixes, represented as [suffix objects]().\n\n#### Example JSON body\n\n```json\n[\n    {\n        \"name\": \"cluster.fqdn\",\n        \"// additional fields...\"\n    },\n    {\n        \"name\": \"internal.cluster.fqdn\",\n        \"// additional fields...\"\n    }\n]\n```\n\n### Status codes {#get-all-status-codes} \n\n| Code | Description |\n|------|-------------|\n| [200 OK](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1) | No error |\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00",
  "children": []
}

