Operation
get /networkinventory/networkelements
getAllNEs (getAllNEs : /networkinventory/networkelements)
getAllNEs
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
array[String]
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Example Request Data
REST call : /networkinventory/networkelements REST call for getting the inventory details using the response of above REST call: /web/eqm/data/1551113020540GetAllNEResponse.json
Produces
This API call produces the following media types according to the Accept request header;
the media type will be conveyed by the Content-Type response header.
application/json
Example Response Data
Response for getting the list of HTTP URLs: [1] 0: "/oms1350/web/eqm/data/1551113020540GetAllNEResponse.json" Response with inventory details using the above HTTP URL : [ { "userLabel":"REG_R187_CDCF_09", "version":"11.1", "productName":"UNV32", "nodeType":"1830PSS-32", "location":"BA", "communicationState":"ENABLED", "supervisionState":"SUPERVISED", "nodeName":"REG_R187_CDCF_09", "attributeNameValue":{ "TID":"REG_R187_CDCF_09", "IpAddress":"10.41.70.109", "EMLNeId":"43", "EMLNeGroupId":"101", "neType":"1830 PSS-32", "neTypeDescription":"Nokia 1830 PSS v11.1 SDH ADM (Simulator)", "GMREConfigured":"", "AsonFeasibilityLastTransferredVersion":null, "ACD":"unknown", "clusterNEs": [ { "ClusterNEName":"REG_R187_CDCF_09#OCS", "ClusterNEIPAddress":"10.41.62.94", "Type":"OCS" } ] } } ]
External Docs
See Also :
Operation
get /networkinventory/networkelements/{neType}
getAllNEs (getAllNEs : /networkinventory/networkelements/{neType})
getAllNEs
Path parameters
Name |
IsRequired |
Description |
Enum |
---|---|---|---|
neType | required | neType | --- |
Return type
Responses
Response Messages |
Schema |
---|---|
200success |
array[String]
|
401Unauthorized | --- |
403Forbidden | --- |
404Not Found | --- |
Example Request Data
REST call : /networkinventory/networkelements/1830PSS-32 REST call for getting the inventory details using the response of above REST call: /web/eqm/data/1456900027763GetAllNEResponse.json
Produces
This API call produces the following media types according to the Accept request header;
the media type will be conveyed by the Content-Type response header.
application/json
Example Response Data
Response for getting the list of HTTP URLs: [1] 0: "/oms1350/web/eqm/data/1456900027763GetAllNEResponse.json" Response with inventory details using the above HTTP URL : [ { "userLabel": "R14_AUTO_NODE_02", "version": "9.0", "productName": "UNV32", "nodeType": "1830PSS-32", "location": "ba", "communicationState": "ENABLED", "supervisionState": "SUPERVISED", "nodeName": "R14_AUTO_NODE_02", "attributeNameValue": { "TID": "R14_AUTO_NODE_02", "IpAddress": "10.100.61.234", "EMLNeId": "26", "EMLNeGroupId": "1201", "neTypeDescription": "Nokia 1830 PSS v9.0 SDH ADM (Simulator)", "GMREConfigured": "", "clusterNEs": [ { "ClusterNEName": "R14_AUTO_NODE_02#OCS", "ClusterNEIPAddress": "10.100.61.221", "Type": "OCS" }, { "ClusterNEName": "R14_AUTO_NODE_04#OCS", "ClusterNEIPAddress": "10.100.61.227", "Type": "OCS" }, { "ClusterNEName": "R14_AUTO_NODE_01#OCS", "ClusterNEIPAddress": "10.100.61.218", "Type": "OCS" }, { "ClusterNEName": "R14_AUTO_NODE_03", "ClusterNEIPAddress": "10.100.61.235", "Type": "PHN" }, { "ClusterNEName": "R14_AUTO_NODE_04", "ClusterNEIPAddress": "10.100.61.236", "Type": "PHN" }, { "ClusterNEName": "R14_AUTO_NODE_01", "ClusterNEIPAddress": "10.100.61.233", "Type": "PHN" } ] } } ]
External Docs
See Also :