Get the subnode information
get
/subNodeInfo
Get the subnode information and Connectivity / Pipe entities terminated on it. Subnode is the UIM entity such as DeviceInterface, PhysicalConnector, PhysicalPort or Equipment. Whereas node represents the entity which encapsulates or is parent of the subnode such as PhysicalDevice, Equipment or LogicalDevice. Connections are the Connectivity / Pipe instances which are terminated on the looked up subnode and all of its children entities (if any).
Request
Query Parameters
-
connections: boolean
Defines if the connections information should be included in response or not.
Supported Media Types
- application/json
Nested Schema : NodeInfoRequest
Type:
Show Source
object-
type: string
Allowed Values:
[ "PhysicalPort", "PhysicalConnector", "DeviceInterface", "Equipment", "LogicalDevice", "PhysicalDevice" ]Type of the node or subnode.
Match All
Show Source
-
object
NodeRequestProperties
Generic node request information.
Nested Schema : SubNodeInfoRequest
Type:
Show Source
object-
identifier: string
-
lookUpFieldOrder: array
lookUpFieldOrder
Order in which the subnode entity lookup should happen.
-
type: string
Allowed Values:
[ "PhysicalPort", "PhysicalConnector", "DeviceInterface", "Equipment", "LogicalDevice", "PhysicalDevice" ]Type of the node or subnode.
Nested Schema : NodeRequestProperties
Type:
objectGeneric node request information.
Show Source
-
id: string
Id of the node entity.
-
name: string
Name of the node entity.
-
nativeEMSName: string
Native EMS Name of the node entity.
Nested Schema : lookUpFieldOrder
Type:
arrayOrder in which the subnode entity lookup should happen.
Show Source
Example:
["name", "id", "char:someChar", "nativeEMSName"]Response
Supported Media Types
- application/json
200 Response
The node and subnode information were retrieved successfully.
Root Schema : NodeLookupResponse
Type:
Show Source
object-
connections: array
connections
List of Connectivity / Pipe entity terminated on the subnode.
-
nodeInfo: object
NodeInfoResponse
General information about the node in the inventory system.
-
subNodeInfo: object
SubNodeInfoResponse
General information about the subnode in the inventory system.
Nested Schema : connections
Type:
arrayList of Connectivity / Pipe entity terminated on the subnode.
Show Source
-
Array of:
object ConnectionInfo
General information about the Connectivity / Pipe entity terminated on the subnode.
Nested Schema : NodeInfoResponse
Type:
objectGeneral information about the node in the inventory system.
Show Source
-
type: string
Allowed Values:
[ "PhysicalPort", "PhysicalConnector", "DeviceInterface", "Equipment", "LogicalDevice", "PhysicalDevice" ]Type of the node or subnode.
Match All
General information about the node in the inventory system.
Show Source
-
object
NodeResponseProperties
Generic node response information.
Nested Schema : SubNodeInfoResponse
Type:
objectGeneral information about the subnode in the inventory system.
Show Source
-
type: string
Allowed Values:
[ "PhysicalPort", "PhysicalConnector", "DeviceInterface", "Equipment", "LogicalDevice", "PhysicalDevice" ]Type of the node or subnode.
Match All
General information about the subnode in the inventory system.
Show Source
-
object
NodeResponseProperties
Generic node response information.
Nested Schema : ConnectionInfo
Type:
objectGeneral information about the Connectivity / Pipe entity terminated on the subnode.
Show Source
-
connectionType: string
Allowed Values:
[ "Pipe", "Connectivity" ]Type of the Connection. -
connectivityIdentifier: string
The identifier of the Connectivity.
-
entityId: string
The Entity ID of the Pipe / Connectivity.
-
href: string
(uri)
The inventory system URI of the Connectivity / Pipe.
-
id: string
The ID of the Pipe / Connectivity.
-
name: string
The name of the Pipe.
-
rateCode: string
The ratecode of the Connectivity.
-
specName: string
The name of the specification.
-
technology: string
The technology of the Connectivity.
Nested Schema : NodeResponseProperties
Type:
objectGeneric node response information.
Show Source
-
entityId: string
Entity Id of the node entity.
-
id: string
Id of the node entity.
-
name: string
Name of the node entity.
400 Response
The request isn't valid.
Root Schema : Error
Type:
objectUsed when an API throws an error. This is typically used with HTTP error response codes (3xx, 4xx, 5xx).
Show Source
-
code: string
The error code.
-
entityType: string
Allowed Values:
[ "CustomObject", "CustomNetworkAddress", "DeviceInterface", "Equipment", "EquipmentHolder", "FlowIdentifier", "GeographicPlace", "GeographicLocation", "GeographicSite", "GeographicAddress", "GeographicAddressRange", "PropertyAddress", "PropertyLocation", "LogicalDevice", "LogicalDeviceAccount", "MediaStream", "Network", "NetworkEdge", "NetworkNode", "NetworkEntityCode", "PhysicalConnector", "PhysicalDevice", "PhysicalPort", "Pipe", "PipeTerminationPoint", "Service", "TelephoneNumber", "IPV4Address", "IPV6Address", "IPSubnet", "NetworkAddressDomain", "Connectivity", "Party" ]The list of valid values for an entity class. -
message: array
message
The text that provides more details about the error as well as corrective actions.
-
reason: string
The short, user-friendly summary of the problem, which does not change for subsequent occurrences of the problem.
-
referenceError: string
The URL pointing to the documentation that describes the error.
-
status: string
The HTTP error code extension, such as 400-2.
Nested Schema : message
Type:
arrayThe text that provides more details about the error as well as corrective actions.
Show Source
401 Response
You aren't authorized to make this request.
Root Schema : Error
Type:
objectUsed when an API throws an error. This is typically used with HTTP error response codes (3xx, 4xx, 5xx).
Show Source
-
code: string
The error code.
-
entityType: string
Allowed Values:
[ "CustomObject", "CustomNetworkAddress", "DeviceInterface", "Equipment", "EquipmentHolder", "FlowIdentifier", "GeographicPlace", "GeographicLocation", "GeographicSite", "GeographicAddress", "GeographicAddressRange", "PropertyAddress", "PropertyLocation", "LogicalDevice", "LogicalDeviceAccount", "MediaStream", "Network", "NetworkEdge", "NetworkNode", "NetworkEntityCode", "PhysicalConnector", "PhysicalDevice", "PhysicalPort", "Pipe", "PipeTerminationPoint", "Service", "TelephoneNumber", "IPV4Address", "IPV6Address", "IPSubnet", "NetworkAddressDomain", "Connectivity", "Party" ]The list of valid values for an entity class. -
message: array
message
The text that provides more details about the error as well as corrective actions.
-
reason: string
The short, user-friendly summary of the problem, which does not change for subsequent occurrences of the problem.
-
referenceError: string
The URL pointing to the documentation that describes the error.
-
status: string
The HTTP error code extension, such as 400-2.
Nested Schema : message
Type:
arrayThe text that provides more details about the error as well as corrective actions.
Show Source
403 Response
The request is forbidden.
Root Schema : Error
Type:
objectUsed when an API throws an error. This is typically used with HTTP error response codes (3xx, 4xx, 5xx).
Show Source
-
code: string
The error code.
-
entityType: string
Allowed Values:
[ "CustomObject", "CustomNetworkAddress", "DeviceInterface", "Equipment", "EquipmentHolder", "FlowIdentifier", "GeographicPlace", "GeographicLocation", "GeographicSite", "GeographicAddress", "GeographicAddressRange", "PropertyAddress", "PropertyLocation", "LogicalDevice", "LogicalDeviceAccount", "MediaStream", "Network", "NetworkEdge", "NetworkNode", "NetworkEntityCode", "PhysicalConnector", "PhysicalDevice", "PhysicalPort", "Pipe", "PipeTerminationPoint", "Service", "TelephoneNumber", "IPV4Address", "IPV6Address", "IPSubnet", "NetworkAddressDomain", "Connectivity", "Party" ]The list of valid values for an entity class. -
message: array
message
The text that provides more details about the error as well as corrective actions.
-
reason: string
The short, user-friendly summary of the problem, which does not change for subsequent occurrences of the problem.
-
referenceError: string
The URL pointing to the documentation that describes the error.
-
status: string
The HTTP error code extension, such as 400-2.
Nested Schema : message
Type:
arrayThe text that provides more details about the error as well as corrective actions.
Show Source
404 Response
The resources (either node or subnode) weren't found.
Root Schema : Error
Type:
objectUsed when an API throws an error. This is typically used with HTTP error response codes (3xx, 4xx, 5xx).
Show Source
-
code: string
The error code.
-
entityType: string
Allowed Values:
[ "CustomObject", "CustomNetworkAddress", "DeviceInterface", "Equipment", "EquipmentHolder", "FlowIdentifier", "GeographicPlace", "GeographicLocation", "GeographicSite", "GeographicAddress", "GeographicAddressRange", "PropertyAddress", "PropertyLocation", "LogicalDevice", "LogicalDeviceAccount", "MediaStream", "Network", "NetworkEdge", "NetworkNode", "NetworkEntityCode", "PhysicalConnector", "PhysicalDevice", "PhysicalPort", "Pipe", "PipeTerminationPoint", "Service", "TelephoneNumber", "IPV4Address", "IPV6Address", "IPSubnet", "NetworkAddressDomain", "Connectivity", "Party" ]The list of valid values for an entity class. -
message: array
message
The text that provides more details about the error as well as corrective actions.
-
reason: string
The short, user-friendly summary of the problem, which does not change for subsequent occurrences of the problem.
-
referenceError: string
The URL pointing to the documentation that describes the error.
-
status: string
The HTTP error code extension, such as 400-2.
Nested Schema : message
Type:
arrayThe text that provides more details about the error as well as corrective actions.
Show Source
500 Response
An internal server error occurred.
Root Schema : Error
Type:
objectUsed when an API throws an error. This is typically used with HTTP error response codes (3xx, 4xx, 5xx).
Show Source
-
code: string
The error code.
-
entityType: string
Allowed Values:
[ "CustomObject", "CustomNetworkAddress", "DeviceInterface", "Equipment", "EquipmentHolder", "FlowIdentifier", "GeographicPlace", "GeographicLocation", "GeographicSite", "GeographicAddress", "GeographicAddressRange", "PropertyAddress", "PropertyLocation", "LogicalDevice", "LogicalDeviceAccount", "MediaStream", "Network", "NetworkEdge", "NetworkNode", "NetworkEntityCode", "PhysicalConnector", "PhysicalDevice", "PhysicalPort", "Pipe", "PipeTerminationPoint", "Service", "TelephoneNumber", "IPV4Address", "IPV6Address", "IPSubnet", "NetworkAddressDomain", "Connectivity", "Party" ]The list of valid values for an entity class. -
message: array
message
The text that provides more details about the error as well as corrective actions.
-
reason: string
The short, user-friendly summary of the problem, which does not change for subsequent occurrences of the problem.
-
referenceError: string
The URL pointing to the documentation that describes the error.
-
status: string
The HTTP error code extension, such as 400-2.
Nested Schema : message
Type:
arrayThe text that provides more details about the error as well as corrective actions.
Show Source