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
VCO/VECO (Velocloud Orchestrator)
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.
This is an expected behavior according to the change was done on VCO architecture in this area