Api Change Log

Application Versions


Changes between 24.12 to 25.12

What's New


  1. POST/service/fetchMessageCountersForTimeDistribution fetch these counters from the NE. Announce Message Tx, Announce Message Rx, Sync Message Tx, Sync Message Rx, Delay Request Message Rx, Delay Request Message Tx, Delay Response Message Tx, Delay Response Message Rx, Signalling Message Tx, Signalling Message Rx.
  2. POST/service/clearMessageCountersForTimeDistribution clears these counters in the NE, sets their value to zero. Announce Message Tx, Announce Message Rx, Sync Message Tx, Sync Message Rx, Delay Request Message Rx, Delay Request Message Tx, Delay Response Message Tx, Delay Response Message Rx, Signalling Message Tx, Signalling Message Rx.
  3. GET/templatesBrowser/getTemplateTotalRecords Get the total count of templates
  4. GET/serviceBrowser/allServices Get all Time Distributed or Frequency Distributed or PTP or SyncE Services. This API supports advanced filters 1. Text filters - Supported fields are SERVICE NAME (serviceName), REMARKS (remarks) a. serviceName contains 'Dis' or 'te' text Ex - (serviceName=*Dis*|serviceName=*te*) b. Multiple text filters symbols are AND -> &, exlude -> ! , wildcards -> _ 2. Enums filters - Supported fields are operational state(adminState), SYNC PARAMS STATUS (isSyncRunningremarks). Here in case of multiple enum values matching can pass with , seperated a. operational state values are in Down,Up Ex - adminState=Down,Up b. SYNC PARAMS STATUS values are In Progress, Success and Failure Ex - isSyncRunning=SUCCESS,FAILURE,INPROGRESS 3. Number range filters - Supported fields are PTP DOMAIN ID (eDomainId), UPTIME (uptimeOpstateMs) a. eDomainId values range from 0 to 255 Ex - eDomainId=ge=0&eDomainId=le=255 b. uptimeOpstateMs values range from 0 to 86400000 Ex - uptime_opstate_ms=ge=0&uptime_opstate_ms=le=86400000 4. Date filters - Supported fields are LAST MODIFIED (lastModified) time Ex - lastModified=2024-04-01T06-51-58.671Z;2024-04-11T06-51-58.676Z - here ; services list the lastModified time between 2024-04-01T06-51-58.671Z and 2024-04-11T06-51-58.676Z 5. Sorting - Sorting should apply only on a single field at a time and supported fields are serviceName, remarks, adminState, isSyncRunningremarks, eDomainId, uptimeOpstateMs and lastModified Ex - sort(serviceName) - asscending order and sort(-serviceName) - descending order.
  5. GET/portsBrowser/getAllDeployedPorts Gets deployed time distribution port details for the given filter. Filter can be nserviceid, neid, clockid or port type. Get time distribution port details include portname, port ID, type, role, profile, port description, clock id, clock name, clock mode, admin state etc. as output. Supported NE Types: 1830 PSS-32, 1830 PSS-4, 1830 PSS-8, 1830 PSS-16II
  6. GET/portsBrowser/getAllBitsPortParamForFreqDist Fetches BITS port parameters for frequency distribution service with nserviceId portID and bitsPortDirection Supported NE Types - 1830 PSS-32,1830 PSS-4,1830 PSS-8,1830 PSS-16II
  7. GET/pmBrowser/getTotalTCAProfileCount Get the total count of TCA profiles
  8. GET/nodesBrowser/getNodesForSyncByParentSubNetworkIds Get WSS supported nodes details for sync based on the given subnetwork IDs
  9. GET/linerefSyn0SyncOutBits/getAllDeployedSyncOAndSyncOutDetails get Sync0, SyncOut details based on service id and ne id
  10. GET/domainBrowser/getAllSubnets fetches all subnetworks present in WS-NOC
  11. GET/clocksBrowser/getAllDeployedClocks Get PTP deployed clock details for a given service ID. Clock details include Clock name, clock mode , Time reference , Priority 1, Priority 2, Local priority, TOD Msg type, Sync uncertain monitoring, enhanced EPRTC, path trace enabled, maximum steps removed, Time error settings, Holdover in spec duration and SYNC OAM parameters will be displayed. Supported NE Types: 1830 PSS-32,1830 PSS-4,1830 PSS-8,1830 PSS-16II

What's Deleted


  1. GET/internal/sso-shared-common/v1/session-info null

What's Deprecated


  1. No Changes

What's Changed


  1. GET/tpBrowser/getPortDataForTimeDistributionService Get port data by additional properties such as cardId and NeId for time distributed service
    • Response

      • Changed response : [200]//ports(s) details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  2. GET/tpBrowser/getPortDataForFrequencyDistributionService fetches port data by additionalproperties as cardId and NeId for frequency distributed service
    • Response

      • Changed response : [200]//ports(s) details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  3. GET/templatesBrowser/allTimeDistributionTemplates Get all WSS time distribution template details for the given template state
    • Response

      • Changed response : [200]//ptp/time distribution template data
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  4. GET/templatesBrowser/allFreqDistributionTemplates Get All Frequency Distribution Templates with input Range (Ex 0-All)
    • Response

      • Changed response : [200]//Frequency distribution template data
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  5. GET/serviceBrowser/isTimeDistributionServiceModified
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  6. GET/serviceBrowser/isFreqDistributionServiceModified
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  7. GET/serviceBrowser/getServiceTreeViewNodeDetails Get tree view node details for ptp and syncE service by serviceId
    • Parameters

      • serviceType in query
    • Response

      • Changed response : [200]//Get tree view node details for ptp and syncE service by providing required service ID.
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  8. GET/portsBrowser/getPorts Get time distribution port details for the given filter. Filter can be nserviceid, neid, clockid or port type
    • Response

      • Changed response : [200]//Search results for given neid and portType
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//Bad input parameter
        • New body: 'application/json'
  9. GET/portsBrowser/getPortsParamForFreqDist Get all ports and params associated for the given neId, serviceId, shelfID and cardID for frequency distribution service
    • Response

      • Changed response : [200]//search results for port
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  10. GET/portsBrowser/getPortsForFreqDist Retrieve all the linerefs with the corresponding port details for a given cardId and serviceId for frequency distribution service
    • Response

      • Changed response : [200]//search results for port
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  11. GET/portsBrowser/getPortsAndBitsParamForFreqDist Fetches port and bits params for frequency distribution service with neId, serviceId, shelfID and cardID
    • Response

      • Changed response : [200]//search results for port
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  12. GET/portsBrowser/getLineRefVsPortsForFreqDist Fetches lineref vs port details for frequency distribution service with neId, serviceId , shelfID and cardID
    • Response

      • Changed response : [200]//search results for port
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  13. GET/portsBrowser/getFreqPorts Fetches all the port details based on a filter which includes details like nename for frequency distribution services
    • Response

      • Changed response : [200]//search results for given neid and portType
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  14. GET/pmBrowser/getSyncEProfileDetailsByServiceID get SyncE profile details which are associated for the given service id.
    • Response

      • Changed response : [200]//SyncE TCA Profile details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  15. GET/pmBrowser/getPortProfileDetailsByServiceID get PTP ports which are associated to the profile for the given serviceId.
    • Response

      • Changed response : [200]//Port Profile details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  16. GET/pmBrowser/getClockProfileDetailsByServiceID get PTP clock details associated to a profile for the given serviceId.
    • Response

      • Changed response : [200]//Clock Profile details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  17. GET/pmBrowser/getAllTCAProfiles get all TCA profiles for WSS
    • Response

      • Changed response : [200]//TCA Profile details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  18. GET/pmBrowser/getAllSyncEProfileDetailsByServiceIDForAssociate Get SyncE Details for Associate TCA profile By Service ID
    • Response

      • Changed response : [200]//SyncE TCA Profile details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  19. GET/pmBrowser/getAllPortsDetailsByServiceIDForAssociate Get All PTP ports details by giving the service ID as input For TCA profile association.
    • Response

      • Changed response : [200]//Ports details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  20. GET/pmBrowser/getAllClocksDetailsByServiceIDForAssociate Get all PTP clock details for a given service id in TCA profile association
    • Response

      • Changed response : [200]//Clocks details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  21. GET/nodesBrowser/getNodesForSyncBySubNetworkId Get WSS supported nodes details for the given subnetwork ID by excluding ENE model
    • Response

      • Changed response : [200]//search results for given subnetwork Id
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  22. GET/nodesBrowser/getNodesBySubNetworkId Get WSS supported nodes details for the given subnetwork ID
    • Response

      • Changed response : [200]//search results for given domainId
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  23. GET/nodesBrowser/getNodesByServiceId Get node details present in time distribution service for the given range and filter
    • Response

      • Changed response : [200]//search results for the provided serviceid and neid.
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  24. GET/nodesBrowser/getFreqNodesByServiceId Get Node details from Frequency Distribution service for given serviceId
    • Response

      • Changed response : [200]//search results for the provided serviceid and neid.
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  25. GET/nodesBrowser/allNodes Get all supported nodes details for the given range and filter
    • Response

      • Changed response : [200]//all Node(s) details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  26. GET/linksBrowser/getSubRouteDetailsByTpIds
    • Response

      • Changed response : [200]//search results for given tpIds
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  27. GET/linksBrowser/getLinksByServiceId Get route details both OPS & PTPIOC to PTPIOC links present in the time distribution service by service id
    • Response

      • Changed response : [200]//search results for given linkid
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  28. GET/linksBrowser/getLinksByFreqDistServiceId Get routes details OPS and PTPIOC-PTPIOC present in the frequency distribution service by service id
    • Response

      • Changed response : [200]//search results for given linkid
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  29. GET/linerefSyn0SyncOutBits/getSyncOutDetails
    • Response

      • Changed response : [200]//All SyncOut Data by service Id and ne Id
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  30. GET/linerefSyn0SyncOutBits/getSyncAndBitsDetails
    • Response

      • Changed response : [200]//All SyncO,SyncOut and Bits Data by service Id
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  31. GET/linerefSyn0SyncOutBits/getSyncAndBitsDetailsByServiceIdCardIdAndNeId
    • Response

      • Changed response : [200]//All SyncO,SyncOut and Bits Data by service Id,Card Id and ne Id
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  32. GET/linerefSyn0SyncOutBits/getSyncAndBitsDetailsByServiceIdAndNeId get Sync0, SyncOut and BITS details based on serviceid and neid
    • Response

      • Changed response : [200]//All SyncO,SyncOut and Bits Data by service Id and ne Id
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  33. GET/linerefSyn0SyncOutBits/getSyncAndBitsDetailsByServiceIdAndNeIdAndShelfId
    • Response

      • Changed response : [200]//All SyncO,SyncOut and Bits Data by service Id and ne Id
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  34. GET/linerefSyn0SyncOutBits/getLinerefDetails Get the list of all Lineref details based on a filter which includes service Id and neId
    • Response

      • Changed response : [200]//All lineref Data
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  35. GET/domainBrowser/getAllSubnetworks
    • Response

      • Changed response : [200]//all domain details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  36. GET/data/timeDist/TimeDistServ2Ds Get service and Timetrasmitter {master} clock information by providing required list of time distribution service IDs
    • Response

      • Changed response : [200]//NE data on which Timetrasmitter (master) clocks are riding
        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • GET/data/timeDist/TimeDistRouteServ2Ds
      • Response

        • Changed response : [200]//Route of Frequency/Time distribution service
          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> array)

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • GET/clocksBrowser/getClockDetails
      • Response

        • Changed response : [200]//Clock Details
          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> array)

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • GET/cardsBrowser/getShelfOrCardDetailsForFreqDistFromNeId Get shelf data by passing neid and optional serviceId
      • Response

        • Changed response : [200]//all Shelf(s) and Card details
          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> array)

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • GET/cardsBrowser/getShelfFromNeId Get all available shelf details for a give NEID in WSS
      • Response

        • Changed response : [200]//all Shelf(s) details
          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> array)

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • GET/cardsBrowser/getShelfForFreqDistFromNeId Get the shelf data based on the clock association by passing NE id and optional Service id along with boolean attribute isSelected.
      • Response

        • Changed response : [200]//all Shelf(s) details
          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> array)

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • GET/cardsBrowser/getCardsFromNeId Gets details of WSS supported cards associated with particular NE whose ID is mentioned as a parameter
      • Response

        • Changed response : [200]//search results for given neid , neId can be fetched from restcall - /nodesBrowser/allNodes based on neName
          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> array)

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • GET/cardsBrowser/getCardDetailsForLinerefFromNeIdAndShelfIdAndServiceId Get selected cards data by passing neid and shelf id and service id for frequency distribution service
      • Response

        • Changed response : [200]//Selected card(s) details
          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> array)

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • GET/cardsBrowser/getAllCardFromNeIdAndShelfId
      • Response

        • Changed response : [200]//all card(s) details
          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> array)

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • GET/cardsBrowser/getAllCardForFreqDistFromNeIdAndShelfId
      • Response

        • Changed response : [200]//all card(s) details
          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> array)

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • GET/cardsBrowser/getAllCardForFreqDistFromNeIdAndServiceId Get the card data by passing neid and optional service id for frequency distribution service
      • Response

        • Changed response : [200]//all card(s) details
          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> array)

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • GET/bitsPortsBrowser/getBitsPortsParamForFreqDist Gets BITS port parameters for a given NE, shelf and card for frequency distribution service
      • Response

        • Changed response : [200]//search results for bits port
          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> array)

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • GET/systempropertiesBrowser/getExternalSystemAddressAndPorts Get NFMT OMS 1350 external system address and port details
      • Response

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • GET/serviceBrowser/getServiceById Get Time Distribution Service details by serviceId
      • Response

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
        • Changed response : [200]//Time distribution service details
          • Schema

            Changed body: 'application/json'
    • GET/serviceBrowser/getFreqServiceById Get Frequency Distribution Service details By serviceId
      • Response

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • GET/portsBrowser/getPortDetailsById Get time distribution port details for the given port ID
      • Response

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
        • Changed response : [200]//search results for given neid, serviceid and portId
          • Schema incompatible

            Changed body: 'application/json'
    • GET/portsBrowser/getFreqPortDetailsById Get the port Data by portId applicable for data ports only for frequency distribution services
      • Response

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • GET/pmBrowser/dashBoardTCAProfileCard Get count of all TCA profiles present in WSS application to display in dashboard
      • Response

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • GET/nodesBrowser/getNodesTotalRecords Get total count of WSS supported nodes reachable/ non reachable count
      • Response

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • GET/jobs
      • Response

        • Changed response : [400]//Bad request
          • New body: 'application/json'
    • GET/alarmsBrowser/GetAlarmsCount Gets total number of alarms including critical, major, minor and warning alarms counts that wss supports
      • Response

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • POST/templatesService/unPublishTimeDistributionTemplate
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/templatesService/unPublishFreqDistributionTemplate
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/templatesService/publishTimeDistributionTemplate
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/templatesService/publishFreqDistributionTemplate
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/templatesService/modifyTimeDistTemplate
      • Request

        • Schema incompatible

          Changed body: 'application/json'
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/templatesService/modifyFreqDistTemplate
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/templatesService/deleteMultipleTimeDistTemplate
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/templatesService/deleteMultipleFreqDistTemplate
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/templatesService/createTimeDistTemplate
      • Request

        • Schema incompatible

          Changed body: 'application/json'
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/templatesService/createFreqDistTemplate
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/saveTimeDistributionServiceClockAndPortInfo
      • Request

        • Schema incompatible

          Changed body: 'application/json'
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/exportServicesToCsv
      • Response

        • Changed response : [200]//Export Time distribution service details
          • New body: 'application/vnd.ms-excel'
        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
          • New body: 'application/vnd.ms-excel'
    • POST/pmService/deleteTCAProfile
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/pmService/createTCAProfile
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/domainBrowser/exportDomains
      • Response

        • Changed response : [200]//Time/Frequency distribution service details
          • New body: 'application/vnd.ms-excel'
        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
          • New body: 'application/vnd.ms-excel'
    • GET/templatesBrowser/getTemplateById Get time distribution template details for the given template ID
      • Response

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
        • Changed response : [200]//template data
          • Schema incompatible

            Changed body: 'application/json'
    • GET/templatesBrowser/getFreqTemplateById Get Frequency Distribution Service Template by template Id
      • Response

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • GET/pmBrowser/getProfileById get WSS TCA profile details for the given profile ID
      • Response

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
    • GET/labels/getAllLabelNamesForWSS
      • Response

        • Changed response : [400]//Error retrieving label names
          • New body: 'application/json'
    • GET/clocksBrowser/getClockDetailsById Get PTP clocks data by clockId
      • Response

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
        • Changed response : [200]//Clock Details
          • Schema incompatible

            Changed body: 'application/json'
    • POST/syncService/syncNodes
      • Response

        • Changed response : [400]//Bad request
          • New body: 'application/json'
    • POST/syncService/syncDomains
      • Response

        • Changed response : [400]//Bad request
          • New body: 'application/json'
    • POST/service/syncTimeDistributionService
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/syncFreqDistributionService
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/saveFreqDistributionServiceLinerefAndPortInfo
      • Request

        • Schema

          Changed body: 'application/json'
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/deployTimeDistributionService
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/deployFreqDistributionService
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/deleteTimeDistributionService
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/deleteMultipleServices
      • Response

        • Changed response : [400]//invalid input, object invalid or bad request
          • New body: 'application/json'
    • POST/service/deleteFreqDistributionService
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/decommissionTimeDistributionService
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/decommissionFreqDistributionService
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/deactivateTimeDistributionService
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/dbdeleteTimeDistributionService
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/dbdeleteFreqDistributionService
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/createTimeDistributionService
      • Request

        • Schema incompatible

          Changed body: 'application/json'
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/createFreqDistributionService
      • Request

        • Schema incompatible

          Changed body: 'application/json'
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/createFreqDistributionServiceWithPortDetails
      • Request

        • Schema incompatible

          Changed body: 'application/json'
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/clearPMTimeDistributionService
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/clearPMFreqDistributionService
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/activateTimeDistributionService
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/abortTimeDistributionService
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/service/abortFreqDistributionService
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/pmService/clearTCAProfile
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/pmService/clearTCAProfileForSyncE
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/pmService/associateTCAProfile
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/pmService/associateTCAProfileForSyncE
      • Response

        • Changed response : [400]//invalid input, object invalid
          • New body: 'application/json'
    • POST/labels/unassignLabelToWSSService
      • Request

        • Schema

          Changed body: 'application/json'
      • Response

        • Changed response : [400]//Error unassigning label / bad input parameter
          • New body: 'application/json'
    • POST/labels/createAndAssignLabelToWSSService
      • Request

        • Schema

          Changed body: 'application/json'
      • Response

        • Changed response : [400]//Error creating label / bad input parameter
          • New body: 'application/json'
    • POST/labels/assignLabelToWSSService
      • Request

        • Schema

          Changed body: 'application/json'
      • Response

        • Changed response : [400]//Error assigning label / bad input parameter
          • New body: 'application/json'
    • POST/discoveryService/discovery
      • Response

        • Changed response : [400]//Bad request
          • New body: 'application/json'
    • GET/serviceBrowser/getServiceDetailsById Get Time distribution Service Details By serviceId
      • Response

        • Changed response : [400]//bad input parameter
          • New body: 'application/json'
        • Changed response : [200]//Time distribution service details
          • Schema incompatible

            Changed body: 'application/json'

            Missing property: clocks[n].clockdataset[n].currentdataset[n].offsetfrommaster (string)

            Missing property: clocks[n].ptpportdetails[n].masterOnly (string)

            Missing property: clocks[n].ptpportdetails[n].announceMsgTx (string)

            Missing property: clocks[n].ptpportdetails[n].announceMsgRx (string)

            Missing property: clocks[n].ptpportdetails[n].syncMsgTx (string)

            Missing property: clocks[n].ptpportdetails[n].syncMsgRx (string)

            Missing property: clocks[n].ptpportdetails[n].delayReqMsgTx (string)

            Missing property: clocks[n].ptpportdetails[n].delayReqMsgRx (string)

            Missing property: clocks[n].ptpportdetails[n].delayResMsgTx (string)

            Missing property: clocks[n].ptpportdetails[n].delayResMsgRx (string)

            Missing property: clocks[n].ptpportdetails[n].signalingMsgTx (string)

            Missing property: clocks[n].ptpportdetails[n].signalingMsgRx (string)

            Missing property: clocks[n].ptpportdetails[n].managementMsgTx (string)

            Missing property: clocks[n].ptpportdetails[n].managementMsgRx (string)

            Missing property: clocks[n].ptpportdetails[n].followUpMsgTx (string)

            Missing property: clocks[n].ptpportdetails[n].followUpMsgRx (string)

            Missing property: clocks[n].ptpportdetails[n].notMaster (string)