SD-WAN API call API call getEnterpriseEvents is getting Incorrect Response
search cancel

SD-WAN API call API call getEnterpriseEvents is getting Incorrect Response

book

Article ID: 387408

calendar_today

Updated On:

Products

VMware VeloCloud SD-WAN

Issue/Introduction

Issue is happening with VCO 6.1 and upwards where API call affected is  /event/getEnterpriseEvents is getting unexpected response .

In previous versions, The API fetched the following response: 

This is defined in the Broadcom’s documentation: https://developer.broadcom.com/xapis/velocloud-orchestrator-api/latest/

But from the VCO 6.1 version, below changes are required:
1- “logicalId” instead of “id”
2- “created” as a new parameter
3- “enterpriseName” as a new parameter

 

Environment

VCO/VECO (Velocloud Orchestrator) 

Cause

From 6.1 VCO version, enterprise events table is restructured internally. and the database doesn't store "id" but stores only "logicalId". This is why you might see logicalId instead of id for events. This is expected as per design.

Resolution

This is an expected behavior according to the change was done on VCO architecture in this area