/v1/api/umbrellaIntegrations (POST) - BlueCat Edge - Service Point v3.x.x

BlueCat Edge API Guide

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

Creates a new Cisco Umbrella Integration.

Request: POST https://api-<BlueCat.edge.url>/v1/api/umbrellaIntegrations
Authorization: Bearer authorization token
Content-Type; Application/JSON
{
   "name": "<name of integration>",
   "description": "<description of integration">,
   "organizationId": <organization id>,
   "networkDeviceCredentials": {
      "key": "<api key>",
      "secret": "<api secret key>"
   }
}

Response

201 CREATED
Headers: Location:v1/api/umbrellaIntegrations/{id}
Possible error codes
  • UNAUTHORIZED - Missing or invalid token
  • FORBIDDEN - You are not authorized to perform this action
  • BAD REQUEST - Invalid request
  • CONFLICT - An integration already exists
  • INTERNAL SERVER ERROR - Unexpected error