Api Change Log

Application Versions


Changes between 25.6 to 25.12

What's New


  1. GET/templatesBrowser/getTemplateTotalRecords Get the total count of templates
  2. 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.
  3. GET/pmBrowser/getTotalTCAProfileCount Get the total count of TCA profiles
  4. GET/nodesBrowser/getNodesForSyncByParentSubNetworkIds Get WSS supported nodes details for sync based on the given subnetwork IDs
  5. GET/domainBrowser/getAllSubnets fetches all subnetworks present in WS-NOC

What's Deleted


  1. No Changes

What's Deprecated


  1. No Changes

What's Changed


  1. GET/tpBrowser/getPortDataForTimeDistributionService
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//ports(s) details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  2. GET/tpBrowser/getPortDataForFrequencyDistributionService
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//ports(s) details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  3. GET/templatesBrowser/allTimeDistributionTemplates
    • Response

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

          Changed body: 'application/json'

          Changed property type: (object -> array)

  4. GET/templatesBrowser/allFreqDistributionTemplates
    • Response

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

          Changed body: 'application/json'

          Changed property type: (object -> array)

  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
    • Parameters

      • serviceType in query
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • 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)

  8. GET/portsBrowser/getPorts
    • Response

      • Changed response : [400]//Bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//Search results for given neid and portType
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  9. GET/portsBrowser/getPortsParamForFreqDist
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//search results for port
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  10. GET/portsBrowser/getPortsForFreqDist
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//search results for port
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  11. GET/portsBrowser/getPortsAndBitsParamForFreqDist
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//search results for port
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  12. GET/portsBrowser/getLineRefVsPortsForFreqDist
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//search results for port
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  13. GET/portsBrowser/getFreqPorts
    • Response

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

          Changed body: 'application/json'

          Changed property type: (object -> array)

  14. GET/portsBrowser/getAllDeployedPorts
    • Response

      • Changed response : [400]//Bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//Search results for given nserviceId, portId , portType and todDirection
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  15. GET/portsBrowser/getAllBitsPortParamForFreqDist
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//search results for port
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  16. GET/pmBrowser/getSyncEProfileDetailsByServiceID
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//SyncE TCA Profile details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  17. GET/pmBrowser/getPortProfileDetailsByServiceID
    • Response

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

          Changed body: 'application/json'

          Changed property type: (object -> array)

  18. GET/pmBrowser/getClockProfileDetailsByServiceID
    • Response

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

          Changed body: 'application/json'

          Changed property type: (object -> array)

  19. GET/pmBrowser/getAllTCAProfiles
    • Response

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

          Changed body: 'application/json'

          Changed property type: (object -> array)

  20. GET/pmBrowser/getAllSyncEProfileDetailsByServiceIDForAssociate
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//SyncE TCA Profile details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  21. GET/pmBrowser/getAllPortsDetailsByServiceIDForAssociate
    • Response

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

          Changed body: 'application/json'

          Changed property type: (object -> array)

  22. GET/pmBrowser/getAllClocksDetailsByServiceIDForAssociate
    • Response

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

          Changed body: 'application/json'

          Changed property type: (object -> array)

  23. GET/nodesBrowser/getNodesForSyncBySubNetworkId
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//search results for given subnetwork Id
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  24. GET/nodesBrowser/getNodesBySubNetworkId
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//search results for given domainId
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  25. GET/nodesBrowser/getNodesByServiceId
    • Response

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

          Changed body: 'application/json'

          Changed property type: (object -> array)

  26. GET/nodesBrowser/getFreqNodesByServiceId
    • Response

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

          Changed body: 'application/json'

          Changed property type: (object -> array)

  27. GET/nodesBrowser/allNodes
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//all Node(s) details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  28. GET/linksBrowser/getSubRouteDetailsByTpIds
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//search results for given tpIds
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  29. GET/linksBrowser/getLinksByServiceId
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//search results for given linkid
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  30. GET/linksBrowser/getLinksByFreqDistServiceId
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//search results for given linkid
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  31. GET/linerefSyn0SyncOutBits/getSyncOutDetails
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//All SyncOut Data by service Id and ne Id
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  32. GET/linerefSyn0SyncOutBits/getSyncAndBitsDetails
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//All SyncO,SyncOut and Bits Data by service Id
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  33. GET/linerefSyn0SyncOutBits/getSyncAndBitsDetailsByServiceIdCardIdAndNeId
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • 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)

  34. GET/linerefSyn0SyncOutBits/getSyncAndBitsDetailsByServiceIdAndNeId
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • 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)

  35. GET/linerefSyn0SyncOutBits/getSyncAndBitsDetailsByServiceIdAndNeIdAndShelfId
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • 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)

  36. GET/linerefSyn0SyncOutBits/getLinerefDetails
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//All lineref Data
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  37. GET/linerefSyn0SyncOutBits/getAllDeployedSyncOAndSyncOutDetails
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//All SyncO,SyncOut parameters required for deploy by service Id and ne Id
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  38. GET/domainBrowser/getAllSubnetworks
    • Response

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

          Changed body: 'application/json'

          Changed property type: (object -> array)

  39. GET/data/timeDist/TimeDistServ2Ds
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  40. GET/data/timeDist/TimeDistRouteServ2Ds
    • Response

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

          Changed body: 'application/json'

          Changed property type: (object -> array)

  41. GET/clocksBrowser/getClockDetails
    • Response

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

          Changed body: 'application/json'

          Changed property type: (object -> array)

  42. GET/clocksBrowser/getAllDeployedClocks
    • Response

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

          Changed body: 'application/json'

          Changed property type: (object -> array)

  43. GET/cardsBrowser/getShelfOrCardDetailsForFreqDistFromNeId
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//all Shelf(s) and Card details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  44. GET/cardsBrowser/getShelfFromNeId
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//all Shelf(s) details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  45. GET/cardsBrowser/getShelfForFreqDistFromNeId
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//all Shelf(s) details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  46. GET/cardsBrowser/getCardsFromNeId
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • 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)

  47. GET/cardsBrowser/getCardDetailsForLinerefFromNeIdAndShelfIdAndServiceId
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//Selected card(s) details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  48. GET/cardsBrowser/getAllCardFromNeIdAndShelfId
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//all card(s) details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  49. GET/cardsBrowser/getAllCardForFreqDistFromNeIdAndShelfId
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//all card(s) details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  50. GET/cardsBrowser/getAllCardForFreqDistFromNeIdAndServiceId
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//all card(s) details
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  51. GET/bitsPortsBrowser/getBitsPortsParamForFreqDist
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
      • Changed response : [200]//search results for bits port
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> array)

  52. GET/systempropertiesBrowser/getExternalSystemAddressAndPorts
    • Response

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

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

          Changed body: 'application/json'
  54. GET/serviceBrowser/getFreqServiceById
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  55. GET/portsBrowser/getPortDetailsById
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  56. GET/portsBrowser/getFreqPortDetailsById
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  57. GET/pmBrowser/dashBoardTCAProfileCard
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  58. GET/nodesBrowser/getNodesTotalRecords
    • Response

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

      • Changed response : [400]//Bad request
        • New body: 'application/json'
  60. GET/alarmsBrowser/GetAlarmsCount
    • Response

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
        • New body: 'application/vnd.ms-excel'
      • Changed response : [200]//Time/Frequency distribution service details
        • New body: 'application/vnd.ms-excel'
  76. GET/templatesBrowser/getTemplateById
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  77. GET/templatesBrowser/getFreqTemplateById
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  78. GET/pmBrowser/getProfileById
    • Response

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

      • Changed response : [400]//Error retrieving label names
        • New body: 'application/json'
  80. GET/clocksBrowser/getClockDetailsById
    • Response

      • Changed response : [400]//bad input parameter
        • New body: 'application/json'
  81. POST/syncService/syncNodes
    • Response

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      • Schema

        Changed body: 'application/json'
    • Response

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

      • Schema

        Changed body: 'application/json'
    • Response

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

      • Schema

        Changed body: 'application/json'
    • Response

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

      • Changed response : [400]//Bad request
        • New body: 'application/json'
  114. GET/serviceBrowser/getServiceDetailsById
    • Response

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

          Changed body: 'application/json'