/v1/api/discoveryInstances (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 new discovery instance.

POST https://api-<BlueCat.edge.url>/v1/api/discoveryInstances
Authorization: Bearer authorization token
Content-Type: Application/JSON
{
    "name": "Discovery instance",
    "servicePointId": "as-ntp-testsp-1-7a0itkdhtp2b4eapcvtqfw",
    "version": "1.0.0",
    "discoveryIds": [
      "1e87af58-0458-435a-a3cf-27e53c89539d"
    ]
}
Body parameters
  • name—the name of the discovery instance
  • servicePointId—the ID of the service point that you would like to deploy the Edge resolver service to.
  • version—the version of discovery instance that you would like to deploy.
  • discoveryId—a list of discovery configurations that will be used by the discovery instance.

Successful response

201 CREATED
Location: <the location and UUID of the discovery instance>
Possible error codes:
  • BAD REQUEST - Invalid request
  • NOT FOUND - The version, Service Point ID, or Discovery ID are not found
  • CONFLICT - Discovery instance exists with that name
  • INTERNAL SERVER ERROR - Unexpected error