/user/api/v1/serviceCatalog (GET) - BlueCat DNS Edge

DNS Edge User Guide (Service Point v4)

Locale
English
Product name
BlueCat DNS Edge

Search and retrieve service descriptors in the service catalog.

Request: GET https://us.fleet.bluec.at/user/api/v1/serviceCatalog
Authorization: Bearer token

Query parameter

Name Description Type Required/Optional
serviceName The name of the service that you would like to search for in the service catalog. String Optional

Successful response

200 OK
{
  "data": [
    {
      "id": "bind9-1.0.113",
      "serviceName": "bind9",
      "version": "1.0.113",
      "description": "authoritative DNS nameserver, with caching"
    },
    {
      "id": "bind9-1.0.112",
      "serviceName": "bind9",
      "version": "1.0.112",
      "description": "authoritative DNS nameserver"
    },
    {
      "id": "dns-resolver-service-3.9",
      "serviceName": "dns-resolver-service",
      "version": "3.9",
      "description": "BlueCat Edge DNS resolver service"
    }
  ]
}
Where the parameters represent the following:
  • id—the unique ID of the service
  • serviceName—the name of the service
  • version—the version of the service
  • description—the description of the service