UI REST Endpoints
Active Topology Automation/UI
The REST APIs Internally used from the ATA UI
- AutoSuggest search by Device Identifier
- Method: getPath:
/topology/v2/ui/autosuggest/device/deviceidentifier - AutoSuggest search by ID
- Method: getPath:
/topology/v2/ui/autosuggest/{entityType}/id - AutoSuggest search by Location Code
- Method: getPath:
/topology/v2/ui/autosuggest/location/locationcode - AutoSuggest search by Name
- Method: getPath:
/topology/v2/ui/autosuggest/{entityType} - AutoSuggest search by static column data
- Method: getPath:
/topology/v2/ui/autosuggest/static/{entityType} - Create a Color Preference.
- Method: postPath:
/topology/v2/ui/color/preferences - Create a Icon Preference.
- Method: postPath:
/topology/v2/ui/icons/preferences - Create a Saved Search.
- Method: postPath:
/topology/v2/ui/savedsearch - Delete all existing Color Preferences
- Method: deletePath:
/topology/v2/ui/color/preferences/createduser/{createdUser} - Delete all existing Color Preferences
- Method: deletePath:
/topology/v2/ui/color/preferences/list - Delete all existing Icon Preferences
- Method: deletePath:
/topology/v2/ui/icons/preferences/createduser/{createdUser} - Delete all existing Icon Preferences
- Method: deletePath:
/topology/v2/ui/icons/preferences/list - Delete all existing uploaded custom Icons
- Method: deletePath:
/topology/v2/ui/icons/delete - Delete an existing Color Preference
- Method: deletePath:
/topology/v2/ui/color/preferences/id/{preferenceId} - Delete an existing custom Icon
- Method: deletePath:
/topology/v2/ui/icons/delete/id/{id} - Delete an existing Icon Preference
- Method: deletePath:
/topology/v2/ui/icons/preferences/id/{preferenceId} - Delete an existing Saved Search
- Method: deletePath:
/topology/v2/ui/savedsearch/{id} - Get a saved search by ID
- Method: getPath:
/topology/v2/ui/savedsearch/{id} - Get all the Color preferences
- Method: getPath:
/topology/v2/ui/color/preferences/createduser/{createdUser} - Get all the Color preferences
- Method: getPath:
/topology/v2/ui/color/preferences/list - Get all the Icon preferences
- Method: getPath:
/topology/v2/ui/icons/preferences/createduser/{createdUser} - Get all the Icon preferences
- Method: getPath:
/topology/v2/ui/icons/preferences/list - Get all the saved searches
- Method: getPath:
/topology/v2/ui/savedsearch - Get logout-uri
- Method: getPath:
/topology/v2/ui/logout-url - Get the list of a network subnetworks
- Method: getPath:
/topology/v2/ui/network/{network}/subnetworks - Rerieve the graph for a list of locations
- Method: getPath:
/topology/v2/ui/location/list - Retrieve all existing Custom Icons
- Method: getPath:
/topology/v2/ui/icons - Retrieve graph data from list of connectivity eids
- Method: getPath:
/topology/v2/ui/event/{eventid}/graph - Retrieve the graph for a list of devices
- Method: getPath:
/topology/v2/ui/device/list - Retrieve the graph for a network
- Method: getPath:
/topology/v2/ui/network/{network} - Retrieve the graph for a single connectivity
- Method: getPath:
/topology/v2/ui/connectivity/{eid} - Retrieve the graph for a specific device
- Method: getPath:
/topology/v2/ui/device/{eid} - Retrieve the graph for a specific location
- Method: getPath:
/topology/v2/ui/location/{eid} - Retrieve the graph for the connectivity list
- Method: getPath:
/topology/v2/ui/connectivity/list - Update an existing Color Preference.
- Method: putPath:
/topology/v2/ui/color/preferences/id/{preferenceId} - Update an existing Icon Preference.
- Method: putPath:
/topology/v2/ui/icons/preferences/id/{preferenceId} - Update an existing Saved Search.
- Method: putPath:
/topology/v2/ui/savedsearch/{id} - Upload a custom Icon.
- Method: postPath:
/topology/v2/ui/icons/upload