Service Point service APIs - User Guide - BlueCat Edge

BlueCat Edge User Guide

ft:locale
en-US
Product name
BlueCat Edge

Retrieve information about configurable service descriptors and control the services that are deployed to Service Point instances, such as identity service.

Resource URL Authorization Description
/user/api/v1/serviceCatalog (GET) System Admin, Admin Search and retrieve service descriptors in the service catalog.
/user/api/v1/serviceCatalog/{id} (GET) System Admin, Admin Retrieve information about a service descriptor in the service catalog.
/user/api/v1/serviceInstances/{id} (GET) System Admin, Admin Retrieves a summary of a specific service deployed to a Service Point based on the ID of the service.
/user/api/v1/serviceInstances/{id} (PATCH) System Admin, Admin Update the service deployed to a Service Point.
/user/api/v1/serviceInstances/{id} (DELETE) System Admin, Admin Deletes a specific service deployed to a Service Point.
/user/api/v1/servicePoints/{id}/serviceInstances (POST) System Admin, Admin Deploys an instance of a service to a specified Service Point.