/user/api/v1/servicePointMinimumConfig (POST) - BlueCat Edge - Service Point v4.x.x

BlueCat Edge User Guide

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

Creates a service point with minimal configurations for provisioning Service Point v4 instances on Cisco ENCS devices.

Request: POST https://<us|eu>.fleet.bluec.at/user/api/v1/servicePointMinimumConfig
Authorization: Bearer token
Content-Type: Application/JSON
{
    "name": "Service Point v4 Name",
    "description": "Service Point v4 Description"
}
Body parameters
  • name—the name of the service point
  • description—the description of the service point

Successful response

202 Accepted
{
  "servicePointID": "string",
  "registrationKey": "string",
  "registrationEndpoint": "string"
}