/v1/api/umbrellaIntegrations/{id} (PUT) - 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 Cisco Umbrella Integration with the name provided or updates an existing integration.

Request: PUT 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

204 NO CONTENT
Successful response code:
  • NO CONTENT - Successful request
Possible error codes:
  • NOT FOUND - Integration can't be found
  • BAD REQUEST - Invalid request
  • INTERNAL SERVER ERROR - Unexpected error