Creates a Fleet Service Point with minimal configurations for provisioning Fleet Service Points on Cisco ENCS devices.
Request: POST https://us.fleet.bluec.at/api/v1/fleetInstanceMinimumConfig Authorization: Bearer token Content-Type: Application/JSON { "name": "Fleet Service Point Name", "description": "Fleet Service Point Description" }
Body parameters
- name—the name of the Fleet Service Point
- description—the description of the Fleet Service Point
Successful response
202 Accepted { "fleetInstanceID": "string", "registrationKey": "string", "registrationEndpoint": "string" }