Details
-
Type:
Bug
-
Status:
Rejected
(View Workflow)
-
Priority:
Normal
-
Resolution: Cancelled
-
Affects Version/s: UCMDB 4.0.0.0
-
Fix Version/s: None
-
Component/s: SRD
-
Labels:
-
Customer:OMAN-Tel
-
Product:NEP
Description
Review SRD API getFreePort
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://server.internal.api.srd.nep.mobinets.com/">
<soapenv:Header/>
<soapenv:Body>
<ser:getFreePort>
<!-Optional:->
<neType>MSAN</neType>
<!-Optional:->
<neObjectId>ROS2_03_PVMD</neObjectId>
<!-Optional:->
<bandwidth>100</bandwidth>
</ser:getFreePort>
</soapenv:Body>
</soapenv:Envelope>
Attachments
Activity
- All
- Comments
- Work Log
- History
- Activity
- Links Hierarchy
- Transitions
- Trace
To get a non-null result from SRD, the neType should be either "Router" or "ONT".
If it is "Router", SRD reads data from SRD_ROUTER_VIEW.
Otherwise (for "ONT"), it reads from SRD_BONT_VIEW.
Please check the attached screenshot from my local environment.