/user/api/v1/serviceCatalog (GET) - BlueCat Edge - Service Point v4.x.x

BlueCat Edge User Guide

Locale
English
Product name
BlueCat Edge
Version
Service Point v4.x.x

Search and retrieve service descriptors in the service catalog.

Request: GET https://<us|eu>.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": [
        {
            "description": "enhance DNS messages with user identity",
            "id": "edge-id-proxy-2.1.0",
            "serviceName": "edge-id-proxy",
            "version": "2.1.0"
        },
        {
            "description": "Performs and records DNS resolution according to configurations",
            "id": "dns-resolver-service-3.10.0",
            "serviceName": "dns-resolver-service",
            "version": "3.10.0"
        },
        {
            "description": "Performs and records DNS resolution according to configurations",
            "id": "dns-resolver-service-3.9.1",
            "serviceName": "dns-resolver-service",
            "version": "3.9.1"
        },
        {
            "description": "Performs and records DNS resolution according to configurations",
            "id": "dns-resolver-service-3.9.0",
            "serviceName": "dns-resolver-service",
            "version": "3.9.0"
        }
    ]
}
Where the parameters represent the following:
  • description—the description of the service
  • id—the unique ID of the service
  • serviceName—the name of the service
  • version—the version of the service