Get the status of name resolution on a Gateway.

Prev Next
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.

Security
HTTP
Type bearer
Path parameters
id
string (uuid) Required

ID of the object.

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

Gateway returned the status successfully.

Expand All
object

The name resolution status.

resolutions
object

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.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

401

Token error. Login again.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

403

Insufficient permissions to access this resource.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

406

Invalid 'Accept' header.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

412

Appliance is not in the right state for this operation.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.

500

Unexpected server side error.

object

Generic HTTP error.

id
string

Machine readable error code.

message
string

Human readable error details.