---
title: "Get the status of name resolution on a Gateway."
slug: "get-the-status-of-name-resolution-on-a-gateway-1"
updated: 2026-03-02T22:30:52Z
published: 2026-03-02T22:35:48Z
canonical: "support.appgate.com/get-the-status-of-name-resolution-on-a-gateway-1"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.appgate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get the status of name resolution on a Gateway.

Get/appliances/{id}/name-resolution-status

Get the status of name resolution on a Gateway. It lists all the subscribed resource names from all the connected Clients and shows the resolution results.

SecurityHTTPType bearer

Path parametersidstring (uuid) Required

ID of the object.

Example12699e27-b584-464a-81ee-5b4784b6d425

Responses200

Gateway returned the status successfully.

<select class='api-response-data' aria-label='Media type'><option value='79755d58-f2c3-4d2b-8c59-e0db4bda03d2'>application/json</option>
</select>Expand Allobject  

The name resolution status.

resolutionsobject  

Dictionary of resource name and respective results.

Example{
  "aws://lb-tag:kubernetes.io/service-name=opsnonprod/erp-dev": {
    "ips": [
      "3.120.51.78",
      "35.156.237.184"
    ],
    "errors": []
  }
}property*object  additionalProperties

Resolution result.

ips Array of string   

Completely resolved IPs.

Example[
  "3.120.51.78",
  "35.156.237.184"
]string    
errors Array of string   

Errors occurred during resolution.

string    ExampleInvalid hostname

400

JSON error. Check the JSON format.

<select class='api-response-data' aria-label='Media type'><option value='a79a3104-1d56-4594-90ca-aefba69b10da'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.

401

Token error. Login again.

<select class='api-response-data' aria-label='Media type'><option value='bdaa0b16-d330-41e3-8a9c-98a7e224b472'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.

403

Insufficient permissions to access this resource.

<select class='api-response-data' aria-label='Media type'><option value='798658b9-0226-4cea-9281-4220ca14d53e'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.

406

Invalid 'Accept' header.

<select class='api-response-data' aria-label='Media type'><option value='46b87c25-a98b-4747-bebd-8ad92a608e1b'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.

412

Appliance is not in the right state for this operation.

<select class='api-response-data' aria-label='Media type'><option value='46abc82b-a22a-4bd9-a5b2-cd3e16d0f351'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.

500

Unexpected server side error.

<select class='api-response-data' aria-label='Media type'><option value='ab7eef0b-a5ae-42ad-9ff1-a251de428a15'>application/json</option>
</select>object  

Generic HTTP error.

idstring    

Machine readable error code.

messagestring    

Human readable error details.
