UTIA REST Endpoints
UTIA
UTIA Schemas
- AutoSuggest search by Device Identifier
- Method: getPath:
/ui/autosuggest/device/deviceidentifier
- AutoSuggest search by ID
- Method: getPath:
/ui/autosuggest/{entityType}/id
- AutoSuggest search by Location Code
- Method: getPath:
/ui/autosuggest/location/locationcode
- AutoSuggest search by Name
- Method: getPath:
/ui/autosuggest/{entityType}
- AutoSuggest search by static column data
- Method: getPath:
/ui/autosuggest/static/{entityType}
- Create a new Edge
- Method: postPath:
/edge
- Create a new Profile .
- Method: postPath:
/profile
- Create a new Profile Edge .
- Method: postPath:
/profileEdge
- Create a new Profile Vertex.
- Method: postPath:
/profileVertex
- Create a New Vertex
- Method: postPath:
/vertex
- Create a Saved Search.
- Method: postPath:
/ui/savedsearch
- Create an Event
- Method: postPath:
/vertex/event
- Delete an existing edge based on the entityId
- Method: deletePath:
/edge/eid/{eid}
- Delete an existing edge based on the fromNode and the toNode
- Method: deletePath:
/edge/fromnode/{fromnode}/tonode/{tonode}
- Delete an existing edge based on typeId and referenceId
- Method: deletePath:
/edge/typeid/{typeid}/referenceid/{referenceid}
- Delete an existing Profile nodes and edges.
- Method: deletePath:
/profile/data/eid/{eid}
- Delete an existing Saved Search
- Method: deletePath:
/ui/savedsearch/{id}
- Delete an existing Vertex
- Method: deletePath:
/vertex/eid/{eid}
- Delete an existing Vertex based on typeId and referenceId
- Method: deletePath:
/vertex/typeid/{typeid}/referenceid/{referenceid}
- Fetch Physical Connectors based on id and resource type.
- Method: getPath:
/tmf/resourceadapter/{resourceType}/{id}/physicalConnectors
- Fetch Physical Ports based on id and resource type.
- Method: getPath:
/tmf/resourceadapter/{resourceType}/{id}/physicalPorts
- Fetch Resource details based on id.
- Method: getPath:
/tmf/resourceadapter/id/{id}
- Get a saved search by ID
- Method: getPath:
/ui/savedsearch/{id}
- Get all the saved searches
- Method: getPath:
/ui/savedsearch
- Get the list of a network subnetworks
- Method: getPath:
/ui/network/{network}/subnetworks
- Rerieve the graph for a list of locations
- Method: getPath:
/ui/location/list
- Retrieve a list of communication edges
- Method: getPath:
/edge/communication
- Retrieve a list of communication edges in a network
- Method: getPath:
/edge/communication/network/{network}
- Retrieve a list of communication edges terminated on a location
- Method: getPath:
/edge/communication/location/eid/{loceid}
- Retrieve a list of communication edges terminated on a network entity code
- Method: getPath:
/edge/communication/nec/eid/{neceid}
- Retrieve a list of communication edges within a specific distance of a device
- Method: getPath:
/edge/communication/center-vertex/eid/{eid}
- Retrieve a list of communication edges, nodes and alarms in a network
- Method: getPath:
/edge/network/{network}
- Retrieve a list of containment edges
- Method: getPath:
/edge/containment
- Retrieve a list of edges
- Method: getPath:
/edge
- Retrieve a list of Edges
- Method: postPath:
/edge/edges
- Retrieve a list of edges using a list of entity ids
- Method: postPath:
/edge/eids
- Retrieve a list of Vertices
- Method: postPath:
/vertex/eids
- Retrieve a list of Vertices
- Method: postPath:
/vertex/vertices
- Retrieve Active Events based on device entityId
- Method: getPath:
/vertex/device/eid/{entityId}/events
- Retrieve alarm types that needs to be excluded while doing path analysis.
- Method: getPath:
/graph/excludeAlarmTypes
- Retrieve All Edges
- Method: getPath:
/graph/edge
- Retrieve All Vertices
- Method: getPath:
/graph/vertex
- Retrieve All Vertices
- Method: getPath:
/vertex
- Retrieve an existing Edge based on enityId
- Method: getPath:
/edge/eid/{eid}
- Retrieve an existing Edge based on enityId
- Method: getPath:
/graph/edge/eid/{eid}
- Retrieve an existing Edge based on typeId and referenceId
- Method: getPath:
/edge/typeid/{typeid}/referenceid/{referenceid}
- Retrieve an existing Profile reference id based on service and version.
- Method: getPath:
/profile/referenceId/service/id/{id}/version/{version}
- Retrieve an existing Vertex based on enityId
- Method: getPath:
/graph/vertex/eid/{eid}
- Retrieve an existing Vertex based on entityId
- Method: getPath:
/vertex/eid/{eid}
- Retrieve an existing Vertex based on entityId
- Method: getPath:
/vertex/id/{id}
- Retrieve an existing Vertex based on typeId and Id
- Method: getPath:
/vertex/typeid/{typeid}/id/{id}
- Retrieve an existing Vertex based on typeId and referenceId
- Method: getPath:
/vertex/typeid/{typeid}/referenceid/{referenceid}
- Retrieve an related device edges based on the device enityId and edge label
- Method: getPath:
/edge/device/eid/{eid}
- Retrieve Child Vertices based on entityId
- Method: getPath:
/vertex/device/eid/{eid}/children
- Retrieve cost mappings on communication edge.
- Method: getPath:
/graph/costMapping
- Retrieve Event Type values
- Method: getPath:
/vertex/event/config/{type}
- Retrieve Parent Vertices based on entityId
- Method: getPath:
/vertex/device/eid/{eid}/parents
- Retrieve paths that are matching the search criteria, mentioned in the form of properties in request
- Method: getPath:
/graph/paths
- Retrieve paths that are matching the search criteria, mentioned in the form of properties in request
- Method: postPath:
/graph/paths
- Retrieve Profile based on type id and reference id.
- Method: getPath:
/profile/typeid/{typeid}/referenceid/{referenceid}
- Retrieve service configuration versions based on service id and autosuggest version number
- Method: getPath:
/profile/service/id/{id}/version/{version}
- Retrieve service displayInfo based on autosuggest name
- Method: getPath:
/profile/service/name/{name}
- Retrieve shortest path from source to destination
- Method: getPath:
/graph/shortest-path/source/{src}/destination/{dest}
- Retrieve the count of Edges
- Method: getPath:
/graph/edge/count
- Retrieve the count of Vertices
- Method: getPath:
/graph/vertex/count
- Retrieve the event based on entityId
- Method: getPath:
/vertex/event/eid/{eid}
- Retrieve the graph for a list of devices
- Method: getPath:
/ui/device/list
- Retrieve the graph for a network
- Method: getPath:
/ui/network/{network}
- Retrieve the graph for a single connectivity
- Method: getPath:
/ui/connectivity/{eid}
- Retrieve the graph for a specific device
- Method: getPath:
/ui/device/{eid}
- Retrieve the graph for a specific location
- Method: getPath:
/ui/location/{eid}
- Retrieve the graph for the connectivity list
- Method: getPath:
/ui/connectivity/list
- Retrieve the location hierarchy down
- Method: getPath:
/edge/vertex/eid/{eid}/hierarchy
- Retrieve Vertices within distance
- Method: getPath:
/vertex/distant/eid/{eid}
- Update an existing Edge
- Method: putPath:
/edge
- Update an existing Event
- Method: putPath:
/vertex/event
- Update an existing Profile.
- Method: putPath:
/profile
- Update an existing Saved Search.
- Method: putPath:
/ui/savedsearch/{id}
- Update an existing Vertex
- Method: putPath:
/vertex
- Update cost of existing edge
- Method: patchPath:
/edge/eid/{eid}
- Update cost of existing edge
- Method: patchPath:
/edge/typeid/{typeid}/referenceid/{referenceid}