Retrieve information about a specific DNS resolver service based on the ID of the DNS resolver service.
GET https://api-<DNS.Edge.URL>/v1/api/dnsResolverServices/{id} Authorization: Bearer token
Path parameter
Name | Description | Type | Required/Optional |
id | The DNS resolver service ID. | Integer | Required |
Successful response
200 OK { "id": "12345678-ab12-3c4d-e5fa-593bb8bd604c", "name": "drs-name", "siteId": "012a3b4c-d1ef-4822-bcc0-85f484392116", "servicePointId": "test_fsp_1-a9kf321st-abc2bcnab5pq", "applicationId": "12345678-ab12-3c4d-e5fa-593bb8bd604c", "hostManager": "BLUECAT2", "lastSync": 1660667769314, "connectionState": "CONNECTED", "connectionStateLastChanged": 1660667769314, "version": "3.6.0", "targetVersion": "3.6.0", "updateInitiatedTimestamp": 1660667769314, "updateStatus": "COMPLETED", "clearCacheState": "ACCEPTED", "registrationTime": 1660667761234 }
Possible error codes
- 500 Internal Server Error