UI REST Endpoints

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