{
  "id": "suffix",
  "title": "Suffix requests",
  "url": "https://redis.io/docs/latest/operate/rs/7.8/references/rest-api/requests/suffix/",
  "summary": "DNS suffix requests",
  "content": "\n| Method | Path | Description |\n|--------|------|-------------|\n| [GET](#get-suffix) | `/v1/suffix/{name}` | Get a single DNS suffix |\n\n## Get suffix {#get-suffix}\n\n\tGET /v1/suffix/{string: name}\n\nGet a single DNS suffix.\n\n### Request {#get-request} \n\n#### Example HTTP request\n\n\tGET /v1/suffix/cluster.fqdn \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\n#### URL parameters\n\n| Field | Type | Description |\n|-------|------|-------------|\n| name | string | The unique name of the suffix requested. |\n\n### Response {#get-response} \n\nReturns a [suffix object]().\n\n#### Example JSON body\n\n```json\n{\n    \"name\": \"cluster.fqdn\",\n    \"// additional fields...\"\n}\n```\n\n### Status codes {#get-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| [404 Not Found](http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.5) | Suffix name does not exist |\n",
  "tags": ["docs","operate","rs"],
  "last_updated": "2026-04-01T08:10:08-05:00",
  "children": []
}

