API Update - LiveNX - 23.1.0

LiveNX 23.1.0 Release Notes

ft:locale
en-US
Product name
LiveNX
Version
23.1.0
URI Method Summary
/deviceDiscovery/start/viptela POST Added an optional ciscoSdwanConfigId parameter which specifies which vManage to use during device discovery.
/viptela/about GET This endpoint now returns an array of configs, one per Cisco SD-WAN instead of a single config.
/viptela/policies GET This endpoint now returns an array of infoItems that describe each integrated Cisco SD-WAN vManage.
/viptela/config GET

This endpoint now returns an array of configuration

objects instead of a single configuration.

  PUT  
  DELETE  
  POST  
/viptela/config/validate POST This endpoint now takes an array of configuration objects instead of a single configuration. The status of each configuration will be returned.
/viptela/config/{id} GET A new endpoint to retrieve information about a specific Cisco SD-WAN configuration based on it’s ID.
  PUT  
  DELETE  
/viptela/status GET A new endpoint that validates saved Cisco SD-WAN configurations and gets their statuses. This endpoint validates the configurations in the query parameters, or all saved configurations if no query parameters are provided, and return a status for each configuration validated.
/viptela/status/{id} GET A new endpoint that validates saved Cisco SD-WAN configurations and gets their status. This endpoint validates the configuration with the provided ID and return a status for the configuration validated.
/viptela/reportSettings GET A new endpoint to handle the configuration of Cisco SD-WAN status evaluation criteria
  PUT  
/webhooks GET A new endpoint to retrieve the list of webhooks currently subscribed to LiveNX
/webhooks/{id} DELETE A new endpoint to remove webhooks based on their id