Details

    • Type: Bug Bug
    • Status: Rejected Rejected (View Workflow)
    • Priority: Normal Normal
    • Resolution: Not Fixed
    • 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>

        Activity

        Mbaye Lo made changes -
        Field Original Value New Value
        Gantt Options Milestone (set to milestone: having a due date but zero effort)
        Planned Start 2026-03-10 24:00 (milestone: set planned start date to due date)
        Planned End 2026-03-10 24:00 (milestone: set planned end date to due date)
        Zein Trabelsi made changes -
        Assignee Zein Trabelsi [ ztrabelsi ] Ayed Bada [ abada ]
        Hide
        Ayed Bada added a comment -

        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.

        Show
        Ayed Bada added a comment - 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.
        Ayed Bada made changes -
        Status Open Bug [ 10108 ] Rejected [ 10100 ]
        Assignee Ayed Bada [ abada ] Mbaye Lo [ mbayel ]
        Resolution Cancelled [ 10100 ]
        Ayed Bada made changes -
        Attachment ACE-721.PNG [ 131319 ]
        Mbaye Lo made changes -
        Assignee Mbaye Lo [ mbayel ] Zein Trabelsi [ ztrabelsi ]
        Hide
        Mbaye Lo added a comment -

        Please provide a sample in Omantel platforms 179 and 84

        Show
        Mbaye Lo added a comment - Please provide a sample in Omantel platforms 179 and 84
        Mbaye Lo made changes -
        Resolution Cancelled [ 10100 ] Not Fixed [ 10200 ]
        Status Rejected [ 10100 ] Reopened [ 4 ]
        Zein Trabelsi made changes -
        Status Reopened [ 4 ] Dev Scheduled [ 10014 ]
        Zein Trabelsi made changes -
        Status Dev Scheduled [ 10014 ] Open Bug [ 10108 ]
        Assignee Zein Trabelsi [ ztrabelsi ] Mbaye Lo [ mbayel ]
        Zein Trabelsi made changes -
        Status Open Bug [ 10108 ] Dev Scheduled [ 10014 ]
        Hide
        Zein Trabelsi added a comment -

        What it does:
        Returns the first available free port on a network element that has capacity >= requested bandwidth.

        How to construct the request:
        • neType : use "Router" or "ONT" (MSAN is not supported)
        • neObjectId : pick any Router/ONT Object ID from SRD Reporting or NEP Reporting
        • bandwidth : required capacity (example 100)

        Show
        Zein Trabelsi added a comment - What it does: Returns the first available free port on a network element that has capacity >= requested bandwidth. How to construct the request: • neType : use "Router" or "ONT" (MSAN is not supported) • neObjectId : pick any Router/ONT Object ID from SRD Reporting or NEP Reporting • bandwidth : required capacity (example 100)
        Zein Trabelsi made changes -
        Status Dev Scheduled [ 10014 ] Rejected [ 10100 ]
        Resolution Not Fixed [ 10200 ] Done [ 10000 ]
        Hide
        Mbaye Lo added a comment -

        The test is successful, but there is some performance issue :

        0.5s versus 1.8s

        Show
        Mbaye Lo added a comment - The test is successful, but there is some performance issue : 0.5s versus 1.8s
        Hide
        Mbaye Lo added a comment -

        Reopends as there is some performance issue

        Show
        Mbaye Lo added a comment - Reopends as there is some performance issue
        Mbaye Lo made changes -
        Resolution Done [ 10000 ] Not Fixed [ 10200 ]
        Status Rejected [ 10100 ] Reopened [ 4 ]
        Mbaye Lo made changes -
        Assignee Mbaye Lo [ mbayel ] Zein Trabelsi [ ztrabelsi ]
        Zein Trabelsi made changes -
        Attachment Untitled.png [ 135712 ]
        Hide
        Zein Trabelsi added a comment -

        Find attached ss from client server where cloud performance is better , and find below the request :
        <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>router</neType>
        <!-Optional:->
        <neObjectId>10.240.0.46</neObjectId>
        <!-Optional:->
        <bandwidth>100</bandwidth>
        </ser:getFreePort>
        </soapenv:Body>
        </soapenv:Envelope>

        Show
        Zein Trabelsi added a comment - Find attached ss from client server where cloud performance is better , and find below the request : <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>router</neType> <!- Optional: -> <neObjectId>10.240.0.46</neObjectId> <!- Optional: -> <bandwidth>100</bandwidth> </ser:getFreePort> </soapenv:Body> </soapenv:Envelope>
        Zein Trabelsi made changes -
        Status Reopened [ 4 ] Dev Scheduled [ 10014 ]
        Zein Trabelsi made changes -
        Status Dev Scheduled [ 10014 ] Open Bug [ 10108 ]
        Assignee Zein Trabelsi [ ztrabelsi ] Mbaye Lo [ mbayel ]
        Zein Trabelsi made changes -
        Status Open Bug [ 10108 ] Dev Scheduled [ 10014 ]
        Zein Trabelsi made changes -
        Status Dev Scheduled [ 10014 ] Rejected [ 10100 ]
        Transition Time In Source Status Execution Times Last Executer Last Execution Date
        Open Bug Open Bug Rejected Rejected
        20d 5h 55m 1 Ayed Bada 30/Mar/26 1:48 PM
        Rejected Rejected Reopened Reopened
        52d 17h 2m 2 Mbaye Lo 26/May/26 7:34 AM
        Reopened Reopened Dev Scheduled Dev Scheduled
        7d 4h 46m 2 Zein Trabelsi 29/May/26 11:37 AM
        Dev Scheduled Dev Scheduled Open Bug Open Bug
        5s 2 Zein Trabelsi 29/May/26 11:37 AM
        Open Bug Open Bug Dev Scheduled Dev Scheduled
        11s 2 Zein Trabelsi 29/May/26 11:37 AM
        Dev Scheduled Dev Scheduled Rejected Rejected
        19s 2 Zein Trabelsi 29/May/26 11:37 AM
        Subversion JIRA

        Links Hierarchy

         Documentation

        Invalid license: EXPIRED

          People

          • Assignee:
            Mbaye Lo
            Reporter:
            Mbaye Lo
            Rejected By:
            Zein Trabelsi
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Due:
              Created:
              Updated:
              Resolved:
              Planned Start:
              Planned End:

              Drag and Drop