Api Change Log

Application Versions


Changes between 24.12 to 25.12

What's New


  1. PUT/api/v1/services/{serviceId}/network-groups Replace a Service's assigned groups with the ones in the provided list
  2. POST/api/v1/services/{serviceId}/network-groups Add a service to a a list of network groups
  3. DELETE/api/v1/services/{serviceId}/network-groups Delete a service from a list of network groups
  4. PUT/api/v1/physical-connections/{physicalConnectionId}/network-groups Replace the Physical Connection's assigned groups with the ones in the provided list
  5. POST/api/v1/physical-connections/{physicalConnectionId}/network-groups Add a physical connection to a list of network groups
  6. DELETE/api/v1/physical-connections/{physicalConnectionId}/network-groups Delete a Physical Connection from a list of network groups
  7. GET/api/v1/networks/{networkId} Get Network Configuration
  8. PUT/api/v1/networks/{networkId} Update the Network Configuration
  9. PUT/api/v1/lightpaths/{lightpathId}/network-groups Replace lightpath's assigned groups with the ones in the provided list
  10. POST/api/v1/lightpaths/{lightpathId}/network-groups Add a lightpath to a list of network groups
  11. DELETE/api/v1/lightpaths/{lightpathId}/network-groups Delete lightpath from a list of network groups
  12. POST/api/v1/settings/baseline Save and update baseline value
  13. POST/api/v1/services/{serviceId}/clear-alarm-profile Clear the TCA profile for all ports associated to the service
  14. POST/api/v1/services/{serviceId}/apply-alarm-profile Apply a profile configuration to all ports associated to the service
  15. POST/api/v1/networks/{networkId}/reset-alarm-profiles Reset all ports in this manager to use the configured alarm profiles
  16. POST/api/v1/network-groups/{networkGroupId}/services Add a list of services to a network group
  17. DELETE/api/v1/network-groups/{networkGroupId}/services Remove a list of services from a network group
  18. POST/api/v1/network-groups/{networkGroupId}/physical-connections Add a list of physical connections to a network group
  19. DELETE/api/v1/network-groups/{networkGroupId}/physical-connections Remove a list of physical connections from a network group
  20. POST/api/v1/network-groups/{networkGroupId}/lightpaths Add a list of lightpaths to a network group
  21. DELETE/api/v1/network-groups/{networkGroupId}/lightpaths Remove a list of lightpaths from a network group
  22. POST/api/v1/alarm-configs/adaptive-tca/computation Compute the threshold values by using the historical KPI data and configuration parameters like location, granularity etc. associated with the KPI.
  23. GET/api/v1/services/{serviceId}/overview Get Service Overview
  24. GET/api/v1/services/{serviceId}/network-ports/overview Get Network Ports Overview by Service ID
  25. GET/api/v1/services/{serviceId}/lightpaths/overview Get Lightpaths Overview by Service ID
  26. GET/api/v1/services/{serviceId}/legend-data Get Legend Data by Service ID
  27. GET/api/v1/services/trends Get all services with trend data matching the specified measurement
  28. GET/api/v1/services/trends/overview Get all services overview with trend data matching the specified measurement
  29. GET/api/v1/services/overview Get Services Overview
  30. GET/api/v1/reports/{reportDefinitionId}/target-services Retrieve the target services from the specified report definition
  31. GET/api/v1/reports/{reportDefinitionId}/target-services/overview Retrieve the target services overview from the specified report definition
  32. GET/api/v1/reports/{reportDefinitionId}/target-physical-connections Retrieve the target physical connections from the specified report definition
  33. GET/api/v1/reports/{reportDefinitionId}/target-physical-connections/overview Retrieve the target physical connections overview from the specified report definition
  34. GET/api/v1/physical-connections/{physicalConnectionId}/overview Get Physical Connection Overview
  35. GET/api/v1/physical-connections/{physicalConnectionId}/lightpaths/overview Get Lightpaths Overview by Physical Connection ID
  36. GET/api/v1/physical-connections/{physicalConnectionId}/legend-data Get Legend Data by Physical Connection ID
  37. GET/api/v1/physical-connections/overview Get Physical Connections Overview
  38. GET/api/v1/networks Get Networks Configurations
  39. GET/api/v1/networks/{networkId}/portUtilization Get network port utilization
  40. GET/api/v1/networks/{networkId}/network-element-filter-rules Get Network Element filter Rule list
  41. GET/api/v1/networks/{networkId}/kpis/{measurement} Query the database for KPIs related to a specific Network Object
  42. GET/api/v1/networks/{networkId}/kpis/{measurement}/summary Summarize the KPIs related to a specific Network Object
  43. GET/api/v1/networks/{networkId}/kpis/{measurement}/histogram Generate histogram data for KPIs related to a specific Network Object
  44. GET/api/v1/networks/{networkId}/forecasted-kpis/{measurement} Query the database for forecasted KPIs related to a specific Network Object
  45. GET/api/v1/network-ports/{portId}/services/overview Get Services Overview by Network Port ID
  46. GET/api/v1/network-ports/{portId}/lightpaths/overview Get Lightpaths Overview by Network Port ID
  47. GET/api/v1/network-groups/{networkGroupId}/services/overview Get the list of services assigned to the network group
  48. GET/api/v1/network-groups/{networkGroupId}/physical-connections/overview Get the list of physical connections assigned to the network group
  49. GET/api/v1/network-groups/{networkGroupId}/lightpaths/overview Get the list of lightpaths assigned to the network group
  50. GET/api/v1/network-elements/{elementId}/services/overview Get Services Overview by Network Element ID
  51. GET/api/v1/network-elements/{elementId}/physical-connections/overview Get Physical Connections by Network Element Id
  52. GET/api/v1/network-elements/{elementId}/lightpaths/overview Get Lightpaths Overview by Network Element ID
  53. GET/api/v1/network-elements/portUtilization Get Network Elements port utilization
  54. GET/api/v1/network-elements/port-utilization-summary Get Network Port utilization information for all Network Elements
  55. GET/api/v1/lightpaths/{lightpathId}/services/overview Get Services Overview by Lightpath ID
  56. GET/api/v1/lightpaths/{lightpathId}/physical-connections/overview Get Physical Connections Overview by Lightpath ID
  57. GET/api/v1/lightpaths/{lightpathId}/overview Get Lightpath Overview
  58. GET/api/v1/lightpaths/{lightpathId}/network-ports/overview Get Network Ports Overview by Lightpath ID
  59. GET/api/v1/lightpaths/{lightpathId}/legend-data Get Legend Data by Lightpath ID
  60. GET/api/v1/lightpaths/trends/overview Get all lightpaths overview with trend data matching the specified measurement
  61. GET/api/v1/lightpaths/overview Get Lightpaths Overview
  62. GET/api/v1/alarm-profiles/network-resource/{resourceType}/{resourceId} Get List of Alarm Configs associated to this profile

What's Deleted


  1. GET/api/v1/alarm-configs/{alarmConfigId} Get Alarm Config
  2. PUT/api/v1/alarm-configs/{alarmConfigId} Update the Alarm Config
  3. DELETE/api/v1/alarm-configs/{alarmConfigId} Delete an Alarm Config
  4. GET/api/v1/alarm-configs/{alarmConfigId}/alarm-profiles Get List of Alarm Profiles associated to this Alarm Config
  5. GET/api/v1/alarm-configs/{alarmConfigId}/alarm-statuses Get Alarm Statuses with a specific Alarm Config
  6. GET/api/v1/kpis/cpu Returns CPU performance metrics
  7. GET/api/v1/kpis/disk Returns disk read and write performance metrics
  8. GET/api/v1/kpis/memory Returns memory performance metrics
  9. GET/api/v1/kpis/network Returns network received and transmitted bytes performance metrics
  10. GET/api/v1/maintenance-intervals Get all maintenance intervals
  11. POST/api/v1/maintenance-intervals Save a maintenance interval
  12. GET/api/v1/maintenance-intervals/schedule Get all Maintenance Interval schedules
  13. POST/api/v1/maintenance-intervals/schedule Save a Maintenance Interval Schedule
  14. GET/api/v1/maintenance-intervals/schedule/{maintenanceIntervalScheduleId} Returns a single Maintenance Interval Schedule
  15. PUT/api/v1/maintenance-intervals/schedule/{maintenanceIntervalScheduleId} Update an existing Maintenance Interval Schedule
  16. DELETE/api/v1/maintenance-intervals/schedule/{maintenanceIntervalScheduleId} Delete the specified Maintenance Interval Schedule
  17. GET/api/v1/maintenance-intervals/schedule/{maintenanceIntervalScheduleId}/network-cards Get all network cards affected (directly or indirectly) by the Maintenance Interval Schedule
  18. GET/api/v1/maintenance-intervals/schedule/{maintenanceIntervalScheduleId}/network-cards/overview Get all network cards overview affected (directly or indirectly) by the Maintenance Interval Schedule
  19. GET/api/v1/maintenance-intervals/schedule/{maintenanceIntervalScheduleId}/network-connections Get all network connections affected (directly or indirectly) by the Maintenance Interval Schedule
  20. GET/api/v1/maintenance-intervals/schedule/{maintenanceIntervalScheduleId}/network-connections/overview Get all network connections overview affected (directly or indirectly) by the Maintenance Interval Schedule
  21. GET/api/v1/maintenance-intervals/schedule/{maintenanceIntervalScheduleId}/network-elements Get all network elements affected (directly or indirectly) by the Maintenance Interval Schedule
  22. GET/api/v1/maintenance-intervals/schedule/{maintenanceIntervalScheduleId}/network-external-links Get all network external links affected (directly or indirectly) by the Maintenance Interval Schedule
  23. GET/api/v1/maintenance-intervals/schedule/{maintenanceIntervalScheduleId}/network-external-links/overview Get all network external links overview affected (directly or indirectly) by the Maintenance Interval Schedule
  24. GET/api/v1/maintenance-intervals/schedule/{maintenanceIntervalScheduleId}/network-lightpaths Get all network lightpaths affected (directly or indirectly) by the Maintenance Interval Schedule
  25. GET/api/v1/maintenance-intervals/schedule/{maintenanceIntervalScheduleId}/network-lightpaths/overview Get all network lightpaths overview affected (directly or indirectly) by the Maintenance Interval Schedule
  26. GET/api/v1/maintenance-intervals/schedule/{maintenanceIntervalScheduleId}/network-ports Get all network ports affected (directly or indirectly) by the Maintenance Interval Schedule
  27. GET/api/v1/maintenance-intervals/schedule/{maintenanceIntervalScheduleId}/network-ports/overview Get all network ports overview affected (directly or indirectly) by the Maintenance Interval Schedule
  28. PUT/api/v1/maintenance-intervals/schedule/{maintenanceIntervalScheduleId}/{entityType} Apply the Maintenance Interval Schedule to a list of network entities of type entityType
  29. DELETE/api/v1/maintenance-intervals/schedule/{maintenanceIntervalScheduleId}/{entityType} Remove network entities from the Maintenance Interval Schedule
  30. GET/api/v1/maintenance-intervals/{maintenanceIntervalId} Returns a single maintenance interval
  31. PUT/api/v1/maintenance-intervals/{maintenanceIntervalId} Update an existing maintenance interval
  32. DELETE/api/v1/maintenance-intervals/{maintenanceIntervalId} Delete the specified maintenance interval
  33. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-cards Get all network cards affected (directly or indirectly) by the Maintenance Interval
  34. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-cards/affected Get all network cards affected by the maintenance interval
  35. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-cards/affected/overview Get all network cards overview affected by the maintenance interval
  36. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-cards/overview Get all network cards overview affected (directly or indirectly) by the Maintenance Interval
  37. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-connections Get all network connections affected (directly or indirectly) by the Maintenance Interval
  38. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-connections/affected Get all the network connections affected by the given maintenance interval
  39. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-connections/affected/overview Get all the network connections overview affected by the given maintenance interval
  40. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-connections/overview Get all network connection overviews affected (directly or indirectly) by the Maintenance Interval
  41. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-elements Get all network elements the maintenance interval is applied to
  42. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-elements/affected Get all network elements affected by this maintenance interval
  43. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-external-links Get all network external links affected (directly or indirectly) by the Maintenance Interval
  44. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-external-links/affected Get all network external links affected by the given maintenance interval
  45. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-external-links/affected/overview Get all network external link overviews affected by the given maintenance interval
  46. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-external-links/overview Get all network external link overviews affected (directly or indirectly) by the Maintenance Interval
  47. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-lightpaths Get all network lightpaths affected (directly or indirectly) by the Maintenance Interval
  48. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-lightpaths/affected Get all the network lightpaths affected by the given maintenance interval
  49. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-lightpaths/affected/overview Get all the network lightpaths overview affected by the given maintenance interval
  50. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-lightpaths/overview Get all network lightpaths overviews affected (directly or indirectly) by the Maintenance Interval
  51. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-ports Get all network ports affected (directly or indirectly) by the Maintenance Interval
  52. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-ports/affected Get all the network ports affected by the maintenance interval
  53. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-ports/affected/overview Get all the network ports overview affected by the maintenance interval
  54. GET/api/v1/maintenance-intervals/{maintenanceIntervalId}/network-ports/overview Get all network ports overview affected (directly or indirectly) by the Maintenance Interval
  55. PUT/api/v1/maintenance-intervals/{maintenanceIntervalId}/{entityType} Apply the Maintenance Interval to a list of network entities of type entityType
  56. DELETE/api/v1/maintenance-intervals/{maintenanceIntervalId}/{entityType} Remove network entities from the Maintenance Interval
  57. GET/api/v1/network-cards/alarm-statuses/summary Get alarm status summary for a given network card
  58. POST/api/v1/network-cards/apply-alarm-profile/{alarmProfileId}/bulk Apply a profile configuration to a group of cards
  59. POST/api/v1/network-cards/clear-alarm-profile/bulk Clear the TCA profile for a group of cards
  60. GET/api/v1/network-cards/{cardId}/affecting/maintenance-intervals Get all maintenance intervals directly applied or affecting this network card
  61. GET/api/v1/network-cards/{cardId}/alarm-statuses Get all Alarm Status records for a given Network Card
  62. GET/api/v1/network-cards/{cardId}/alarm-statuses/summary Get alarm status summary for a given network card
  63. GET/api/v1/network-cards/{cardId}/maintenance-intervals Get all maintenance intervals applied on the network card
  64. GET/api/v1/network-connections/connection-trends-summary Get Network Connections Trends Summary
  65. GET/api/v1/network-connections/{connectionId}/affecting/maintenance-intervals Get all maintenance intervals directly applied or indirectly affecting on the network connection
  66. GET/api/v1/network-connections/{connectionId}/alarm-statuses Get all alarm status records for a given network connection
  67. GET/api/v1/network-connections/{connectionId}/alarm-statuses/summary Get alarm status summary for a given network connection
  68. GET/api/v1/network-connections/{connectionId}/connection-trends Get all network connection trend records for a given network connection
  69. GET/api/v1/network-connections/{connectionId}/maintenance-intervals Get all maintenance intervals applied on the network connection
  70. POST/api/v1/network-elements/apply-alarm-profile/{alarmProfileId}/bulk Apply a profile configuration to a group of network elements
  71. POST/api/v1/network-elements/clear-alarm-profile/bulk Clear the TCA profile for a group of network elements
  72. GET/api/v1/network-elements/{elementId}/affecting/maintenance-intervals Get all maintenance intervals directly applied or indirectly affecting this network element
  73. GET/api/v1/network-elements/{elementId}/alarm-statuses Get all Alarm Status records for a given Network Element
  74. GET/api/v1/network-elements/{elementId}/alarm-statuses/summary Get alarm status summary for a given network element
  75. GET/api/v1/network-elements/{elementId}/maintenance-intervals Get all maintenance intervals applied on the network element
  76. GET/api/v1/network-external-links/{externalLinkId}/affecting/maintenance-intervals Get all maintenance intervals directly applied or indirectly affecting the network external link
  77. GET/api/v1/network-external-links/{externalLinkId}/alarm-statuses Get all Alarm Status records for a given Network External Link
  78. GET/api/v1/network-external-links/{externalLinkId}/alarm-statuses/summary Get alarm status summary for a given network external link
  79. GET/api/v1/network-external-links/{externalLinkId}/maintenance-intervals Get all maintenance intervals applied on the network external link
  80. GET/api/v1/network-lightpaths/{lightpathId}/affecting/maintenance-intervals Get all maintenance intervals directly applied or indirectly affecting on the network lightpath
  81. GET/api/v1/network-lightpaths/{lightpathId}/alarm-statuses Get all alarm status records for a given network lightpath
  82. GET/api/v1/network-lightpaths/{lightpathId}/alarm-statuses/summary Get alarm status summary for a given network lightpath
  83. GET/api/v1/network-lightpaths/{lightpathId}/maintenance-intervals Get all maintenance intervals applied on the network lightpath
  84. GET/api/v1/network-managers/{networkManagerId}/alarm-statuses Get all Alarm Status records for a given Network Manager
  85. GET/api/v1/network-managers/{networkManagerId}/alarm-statuses/summary Get alarm status summary for a given network manager
  86. POST/api/v1/network-ports/apply-alarm-profile/{alarmProfileId}/bulk Apply a profile configuration to a group of ports
  87. POST/api/v1/network-ports/clear-alarm-profile/bulk Clear the TCA profile for a group of ports
  88. GET/api/v1/network-ports/{portId}/affecting/maintenance-intervals Get all maintenance intervals directly applied or indirectly affecting this network port
  89. GET/api/v1/network-ports/{portId}/alarm-statuses Get all Alarm Status records for a given Network Port
  90. GET/api/v1/network-ports/{portId}/maintenance-intervals Get all maintenance intervals applied on the network ports
  91. POST/api/v1/alarm-configs Save Alarm Config
  92. POST/api/v1/alarm-profiles Save Alarm Profile
  93. PUT/api/v1/alarm-profiles/{alarmProfileId} Update the Alarm Profile
  94. DELETE/api/v1/alarm-profiles/{alarmProfileId} Delete an Alarm Profile
  95. POST/api/v1/alarm-profiles/{alarmProfileId}/alarm-configs Save the Alarm Configs associated to this profile

What's Deprecated


  1. POST/api/v1/network-connections/{connectionId}/apply-alarm-profile Apply a profile configuration to all ports associated to the network connection
  2. POST/api/v1/network-connections/{connectionId}/clear-alarm-profile Clear the TCA profile for all ports associated to the network connection
  3. GET/api/v1/network-connections/{connectionId}/legend-data Get Legend Data by Network Connection ID
  4. PUT/api/v1/network-connections/{connectionId}/network-groups Replace a Network Connection's assigned groups with the ones in the provided list
  5. POST/api/v1/network-connections/{connectionId}/network-groups Add a network connection to a a list of network groups
  6. DELETE/api/v1/network-connections/{connectionId}/network-groups Delete a network connection from a list of network groups
  7. GET/api/v1/network-external-links/{externalLinkId}/legend-data Get Legend Data by Network ExternalLink ID
  8. PUT/api/v1/network-external-links/{externalLinkId}/network-groups Replace the External Link's assigned groups with the ones in the provided list
  9. POST/api/v1/network-external-links/{externalLinkId}/network-groups Add an external link to a list of network groups
  10. DELETE/api/v1/network-external-links/{externalLinkId}/network-groups Delete an External Link from a list of network groups
  11. POST/api/v1/network-groups/{networkGroupId}/network-connections Add a list of network connections to a network group
  12. DELETE/api/v1/network-groups/{networkGroupId}/network-connections Remove a list of network connections from a network group
  13. POST/api/v1/network-groups/{networkGroupId}/network-external-links Add a list of external links to a network group
  14. DELETE/api/v1/network-groups/{networkGroupId}/network-external-links Remove a list of external links from a network group
  15. POST/api/v1/network-groups/{networkGroupId}/network-lightpaths Add a list of network lightpaths to a network group
  16. DELETE/api/v1/network-groups/{networkGroupId}/network-lightpaths Remove a list of network lightpaths from a network group
  17. GET/api/v1/network-lightpaths/{lightpathId}/legend-data Get Legend Data by Network LightPath ID
  18. PUT/api/v1/network-lightpaths/{lightpathId}/network-groups Replace a Network Lightpath's assigned groups with the ones in the provided list
  19. POST/api/v1/network-lightpaths/{lightpathId}/network-groups Add a network lightpath to a list of network groups
  20. DELETE/api/v1/network-lightpaths/{lightpathId}/network-groups Delete a network lightpath from a list of network groups
  21. POST/api/v1/network-managers/{networkManagerId}/reset-alarm-profiles Reset all ports in this manager to use the configured alarm profiles
  22. GET/api/v1/network-ports/{portId}/alarm-statuses/summary Get alarm status summary for a given network port
  23. GET/api/v1/network-connections/connection-trends Get all network connections with connection trend data matching the specified measurement
  24. GET/api/v1/network-connections/connection-trends/overview Get all network connections overview with connection trend data matching the specified measurement
  25. GET/api/v1/network-connections/overview Get Network Connections Overview
  26. GET/api/v1/network-connections/{connectionId}/network-lightpaths/overview Get Network Lightpaths Overview by Network Connection ID
  27. GET/api/v1/network-connections/{connectionId}/network-ports/overview Get Network Ports Overview by Network Connection ID
  28. GET/api/v1/network-connections/{connectionId}/overview Get Network Connection Overview
  29. GET/api/v1/network-elements/{elementId}/network-connections/overview Get Network Connections Overview by Network Element ID
  30. GET/api/v1/network-elements/{elementId}/network-external-links/overview Get Network External Links by Network Element Id
  31. GET/api/v1/network-elements/{elementId}/network-lightpaths/overview Get Network Lightpaths Overview by Network Element ID
  32. GET/api/v1/network-external-links/overview Get Network External Links Overview
  33. GET/api/v1/network-external-links/{externalLinkId}/network-lightpaths/overview Get Network Lightpaths Overview by Network External Link ID
  34. GET/api/v1/network-external-links/{externalLinkId}/overview Get Network External Link Overview
  35. GET/api/v1/network-groups/{networkGroupId}/network-connections/overview Get the list of network connections assigned to the network group
  36. GET/api/v1/network-groups/{networkGroupId}/network-external-links/overview Get the list of external links assigned to the network group
  37. GET/api/v1/network-groups/{networkGroupId}/network-lightpaths/overview Get the list of network lightpaths assigned to the network group
  38. GET/api/v1/network-lightpaths/lightpath-trends/overview Get all network lightpaths overview with lightpath trend data matching the specified measurement
  39. GET/api/v1/network-lightpaths/overview Get Network Lightpaths Overview
  40. GET/api/v1/network-lightpaths/{lightpathId}/network-connections/overview Get Network Connections Overview by Network Lightpath ID
  41. GET/api/v1/network-lightpaths/{lightpathId}/network-external-links/overview Get Network External Links Overview by Network Lightpath ID
  42. GET/api/v1/network-lightpaths/{lightpathId}/network-ports/overview Get Network Ports Overview by Network Lightpath ID
  43. GET/api/v1/network-lightpaths/{lightpathId}/overview Get Network Lightpath Overview
  44. GET/api/v1/network-managers Get Network Manager Configurations
  45. GET/api/v1/network-managers/{networkManagerId} Get Network Manager
  46. PUT/api/v1/network-managers/{networkManagerId} Update the Network Manager Configuration
  47. GET/api/v1/network-managers/{networkManagerId}/forecasted-kpis/{measurement} Query the database for forecasted KPIs related to a specific Network Manager Object
  48. GET/api/v1/network-managers/{networkManagerId}/kpis/{measurement} Query the database for KPIs related to a specific Network Manager Object
  49. GET/api/v1/network-managers/{networkManagerId}/kpis/{measurement}/histogram Generate histogram data for KPIs related to a specific Network Manager Object
  50. GET/api/v1/network-managers/{networkManagerId}/kpis/{measurement}/summary Summarize the KPIs related to a specific Network Manager Object
  51. GET/api/v1/network-managers/{networkManagerId}/network-element-filter-rules Get Network Element filter Rule list for NMS data source
  52. GET/api/v1/network-ports/{portId}/network-connections/overview Get Network Connections Overview by Network Port ID
  53. GET/api/v1/network-ports/{portId}/network-lightpaths/overview Get Network Lightpaths Overview by Network Port ID
  54. GET/api/v1/reports/{reportDefinitionId}/target-connections Retrieve the target connections from the specified report definition
  55. GET/api/v1/reports/{reportDefinitionId}/target-connections/overview Retrieve the target connections overview from the specified report definition
  56. GET/api/v1/reports/{reportDefinitionId}/target-external-links Retrieve the target external links from the specified report definition
  57. GET/api/v1/reports/{reportDefinitionId}/target-external-links/overview Retrieve the target external links overview from the specified report definition

What's Changed


  1. GET/api/v1/alarm-statuses/summary
    • Parameters

      • entityId in query
      • entityType in query
      • groupId in query
      • NoActivityUpdate in header
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Changed response : [200]//Alarm Status Summary returned successfully
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (array -> object)

      • Changed response : [400]//Invalid request, parameters conflict
        • New body: 'application/json'
      • Changed response : [404]//Network Entity could not be found
        • New body: 'application/json'
  2. POST/api/v1/network-connections/{connectionId}/apply-alarm-profile
    • Parameters

      • connectionId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (string -> object)

  3. POST/api/v1/network-connections/{connectionId}/clear-alarm-profile
    • Parameters

      • connectionId in path
      • DeleteAuthorizationin header//Authorization token
  4. GET/api/v1/network-connections/{connectionId}/legend-data
    • Parameters

      • connectionId in path
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error getting Legend Data.
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (array -> object)

      • Changed response : [404]//Legend Data could not be found
        • New body: 'application/json'
  5. PUT/api/v1/network-connections/{connectionId}/network-groups
    • Parameters

      • connectionId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (array -> object)

  6. POST/api/v1/network-connections/{connectionId}/network-groups
    • Parameters

      • connectionId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (array -> object)

  7. DELETE/api/v1/network-connections/{connectionId}/network-groups
    • Parameters

      • connectionId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • New body: 'application/json'
      • Deleted body: '*/*'
  8. POST/api/v1/network-elements/apply-weather-config/{weatherConfigId}/bulk
    • Parameters

      • weatherConfigId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (array -> object)

  9. POST/api/v1/network-elements/clear-power-config/bulk
    • Parameters

      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (array -> object)

  10. POST/api/v1/network-elements/clear-weather-config/bulk
    • Parameters

      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (array -> object)

  11. POST/api/v1/network-elements/{elementId}/apply-alarm-profile
    • Parameters

      • elementId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (string -> object)

  12. POST/api/v1/network-elements/{elementId}/clear-alarm-profile
    • Parameters

      • elementId in path
      • DeleteAuthorizationin header//Authorization token
  13. PUT/api/v1/network-elements/{elementId}/network-groups
    • Parameters

      • elementId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (array -> object)

  14. POST/api/v1/network-elements/{elementId}/network-groups
    • Parameters

      • elementId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (array -> object)

  15. DELETE/api/v1/network-elements/{elementId}/network-groups
    • Parameters

      • elementId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • New body: 'application/json'
      • Deleted body: '*/*'
  16. GET/api/v1/network-external-links/{externalLinkId}/legend-data
    • Parameters

      • externalLinkId in path
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error getting Legend Data.
      • Deleted response : [400]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

      • Changed response : [404]//Legend Data could not be found
        • New body: 'application/json'
  17. PUT/api/v1/network-external-links/{externalLinkId}/network-groups
    • Parameters

      • externalLinkId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (array -> object)

  18. POST/api/v1/network-external-links/{externalLinkId}/network-groups
    • Parameters

      • externalLinkId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (array -> object)

  19. DELETE/api/v1/network-external-links/{externalLinkId}/network-groups
    • Parameters

      • externalLinkId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • New body: 'application/json'
      • Deleted body: '*/*'
  20. POST/api/v1/network-groups/{networkGroupId}/network-connections
    • Parameters

      • networkGroupId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (array -> object)

  21. DELETE/api/v1/network-groups/{networkGroupId}/network-connections
    • Parameters

      • networkGroupId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • New body: 'application/json'
      • Deleted body: '*/*'
  22. POST/api/v1/network-groups/{networkGroupId}/network-elements
    • Parameters

      • networkGroupId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (array -> object)

  23. DELETE/api/v1/network-groups/{networkGroupId}/network-elements
    • Parameters

      • networkGroupId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • New body: 'application/json'
      • Deleted body: '*/*'
  24. POST/api/v1/network-groups/{networkGroupId}/network-external-links
    • Parameters

      • networkGroupId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (array -> object)

  25. DELETE/api/v1/network-groups/{networkGroupId}/network-external-links
    • Parameters

      • networkGroupId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • New body: 'application/json'
      • Deleted body: '*/*'
  26. POST/api/v1/network-groups/{networkGroupId}/network-lightpaths
    • Parameters

      • networkGroupId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (array -> object)

  27. DELETE/api/v1/network-groups/{networkGroupId}/network-lightpaths
    • Parameters

      • networkGroupId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • New body: 'application/json'
      • Deleted body: '*/*'
  28. GET/api/v1/network-lightpaths/{lightpathId}/legend-data
    • Parameters

      • lightpathId in path
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error getting Legend Data.
      • Deleted response : [400]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

      • Changed response : [404]//Legend Data could not be found
        • New body: 'application/json'
  29. PUT/api/v1/network-lightpaths/{lightpathId}/network-groups
    • Parameters

      • lightpathId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (array -> object)

  30. POST/api/v1/network-lightpaths/{lightpathId}/network-groups
    • Parameters

      • lightpathId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (array -> object)

  31. DELETE/api/v1/network-lightpaths/{lightpathId}/network-groups
    • Parameters

      • lightpathId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • New body: 'application/json'
      • Deleted body: '*/*'
  32. POST/api/v1/network-managers/{networkManagerId}/reset-alarm-profiles
    • Parameters

      • networkManagerId in path
      • DeleteAuthorizationin header//Authorization token
  33. GET/api/v1/network-ports/{portId}/alarm-statuses/summary
    • Parameters

      • portId in path
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//Alarm Status Summary returned successfully
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (array -> object)

  34. PUT/api/v1/network-references/esnr-coefficients/bulk
    • Parameters

      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (array -> object)

    • Response

      • Deleted response : [200]//OK
      • Deleted response : [201]//Created
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Changed response : [409]//ESNR Coefficients entry attributes could not be updated
        • New body: 'application/json'
  35. PUT/api/v1/network-references/fec-limits/bulk
    • Parameters

      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (array -> object)

    • Response

      • Deleted response : [200]//OK
      • Deleted response : [201]//Created
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Changed response : [409]//FEC limit entry attributes could not be updated
        • New body: 'application/json'
  36. PUT/api/v1/network-references/fiber-types/bulk
    • Parameters

      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (array -> object)

    • Response

      • Deleted response : [200]//OK
      • Deleted response : [201]//Created
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Changed response : [409]//Fiber Type entry attributes could not be updated
        • New body: 'application/json'
  37. DELETE/api/v1/reports/schedule/tasks/delete/bulk
    • Parameters

      • DeleteAuthorizationin header//Authorization token
    • Request

      • New body: 'application/json'
      • Deleted body: '*/*'
  38. GET/api/v1/reports/types
    • Parameters

      • DeleteAuthorizationin header//Authorization token
    • Response

      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//Successfully retrieved the list of report types
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (array -> object)

  39. POST/api/v1/reports/{reportDefinitionId}/runs/{runId}/cancel
    • Parameters

      • reportDefinitionId in path
      • runId in path
      • DeleteAuthorizationin header//Authorization token
  40. GET/api/v1/reports/{reportDefinitionId}/runs/{runId}/csv
    • Parameters

      • reportDefinitionId in path
      • runId in path
      • DeleteAuthorizationin header//Authorization token
    • Response

      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Changed response : [200]//Report run successfully retrieved
        • Schema incompatible

          Changed body: 'text/csv'

          Changed property type: (string -> object)

      • Changed response : [400]//Report is still being generated, file is not ready for download
        • New body: 'text/csv'
      • Changed response : [404]//Report Definition or Report run not found
        • New body: 'text/csv'
  41. GET/api/v1/reports/{reportDefinitionId}/runs/{runId}/pdf
    • Parameters

      • reportDefinitionId in path
      • runId in path
      • DeleteAuthorizationin header//Authorization token
    • Response

      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Changed response : [200]//Report run successfully retrieved
        • Schema incompatible

          Changed body: 'application/pdf'

          Changed property type: (string -> object)

      • Changed response : [400]//Report is still being generated, file is not ready for download
        • New body: 'application/pdf'
      • Changed response : [404]//Report Definition or Report run not found
        • New body: 'application/pdf'
  42. POST/api/v1/server/log-files
    • Parameters

      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (array -> object)

    • Response

      • Deleted response : [201]//Created
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//successful downloaded the log files
        • Schema incompatible

          Changed body: 'application/octet-stream'

          Changed property type: (string -> object)

      • Changed response : [400]//Log files could not be obtained
        • New body: 'application/octet-stream'
  43. GET/api/v1/alarm-configs
    • Parameters

      • direction in query
      • length in query
      • searchParams in query
      • sort in query
      • start in query
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [400]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  44. GET/api/v1/alarm-configs/overview
    • Parameters

      • direction in query
      • length in query
      • searchParams in query
      • sort in query
      • start in query
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [400]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  45. GET/api/v1/alarm-profiles
    • Parameters

      • direction in query
      • length in query
      • searchParams in query
      • sort in query
      • start in query
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [400]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  46. GET/api/v1/alarm-profiles/{alarmProfileId}
    • Parameters

      • alarmProfileId in path
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  47. GET/api/v1/alarm-profiles/{alarmProfileId}/alarm-configs
    • Parameters

      • alarmProfileId in path
      • direction in query
      • length in query
      • sort in query
      • start in query
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [400]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Alarm profile could not be found
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  48. GET/api/v1/alarm-profiles/{alarmProfileId}/alarm-configs/overview
    • Parameters

      • alarmProfileId in path
      • direction in query
      • length in query
      • sort in query
      • start in query
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [400]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  49. GET/api/v1/alarm-statuses
    • Parameters

      • Add tcaLevel in query//The TCA Level represents the Alarm level like Complaint, Processing, AtRisk.
      • alarmConfigId in query
      • direction in query
      • entityId in query
      • length in query
      • NoActivityUpdate in header
      • searchParams in query
      • sort in query
      • start in query
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Changed response : [400]//Invalid request, parameters conflict
        • New body: 'application/json'
      • Changed response : [404]//Network Entity could not be found
        • New body: 'application/json'
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  50. POST/api/v1/alarm-statuses/acknowledge/bulk
    • Parameters

      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (object -> object)

  51. GET/api/v1/alarm-statuses/{alarmStatusId}
    • Parameters

      • alarmStatusId in path
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  52. PATCH/api/v1/alarm-statuses/{alarmStatusId}
    • Parameters

      • alarmStatusId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (object -> object)

    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [204]//No Content
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  53. GET/api/v1/connectors/hdfs
    • Parameters

      • direction in query
      • length in query
      • searchParams in query
      • sort in query
      • start in query
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [400]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  54. POST/api/v1/connectors/hdfs
    • Parameters

      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (object -> object)

    • Response

      • Deleted response : [200]//OK
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [400]//HDFS Connector could not be saved. Please check the API specification for the request
        • New body: 'application/json'
      • Changed response : [201]//HDFS Connector successfully saved
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  55. POST/api/v1/connectors/hdfs/test
    • Parameters

      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (object -> object)

  56. DELETE/api/v1/connectors/hdfs/{connectorId}
    • Parameters

      • connectorId in path
      • DeleteAuthorizationin header//Authorization token
  57. GET/api/v1/connectors/hdfs/{connectorId}
    • Parameters

      • connectorId in path
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Changed response : [404]//Failed to find HDFS Connector
        • New body: 'application/json'
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  58. PUT/api/v1/connectors/hdfs/{connectorId}
    • Parameters

      • connectorId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (object -> object)

    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [201]//Created
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Changed response : [400]//HDFS Connector could not be saved. Please check the API specification for the request
        • New body: 'application/json'
      • Changed response : [404]//Failed to find HDFS Connector
        • New body: 'application/json'
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  59. GET/api/v1/connectors/s3
    • Parameters

      • direction in query
      • length in query
      • searchParams in query
      • sort in query
      • start in query
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [400]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  60. POST/api/v1/connectors/s3
    • Parameters

      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (object -> object)

    • Response

      • Deleted response : [200]//OK
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [400]//S3 Connector could not be saved. Please check the API specification for the request
        • New body: 'application/json'
      • Changed response : [201]//S3 Connector successfully saved
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  61. POST/api/v1/connectors/s3/test
    • Parameters

      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (object -> object)

  62. DELETE/api/v1/connectors/s3/{connectorId}
    • Parameters

      • connectorId in path
      • DeleteAuthorizationin header//Authorization token
  63. GET/api/v1/connectors/s3/{connectorId}
    • Parameters

      • connectorId in path
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Changed response : [404]//Failed to find S3 Connector
        • New body: 'application/json'
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  64. PUT/api/v1/connectors/s3/{connectorId}
    • Parameters

      • connectorId in path
      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (object -> object)

    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [201]//Created
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Changed response : [400]//S3 Connector could not be saved. Please check the API specification for the request
        • New body: 'application/json'
      • Changed response : [404]//Failed to find S3 Connector
        • New body: 'application/json'
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  65. GET/api/v1/fault-localization
    • Parameters

      • direction in query
      • length in query
      • searchParams in query
      • sort in query
      • start in query
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [400]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  66. GET/api/v1/fault-localization/{executionId}
    • Parameters

      • executionId in path
      • DeleteAuthorizationin header//Authorization token
    • Response

      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Changed response : [404]//Fault Localization Execution entry could not be found
        • New body: 'application/json'
      • Changed response : [200]//Successfully retrieved the Fault Localization Execution Results
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  67. GET/api/v1/fiber-type/notifications
    • Parameters

      • direction in query
      • length in query
      • searchParams in query
      • sort in query
      • start in query
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [400]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  68. GET/api/v1/fiber-type/notifications/overview
    • Parameters

      • direction in query
      • length in query
      • searchParams in query
      • sort in query
      • start in query
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [400]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  69. GET/api/v1/fiber-type/notifications/summary
    • Parameters

      • since in query
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  70. GET/api/v1/forecast-profiles
    • Parameters

      • direction in query
      • length in query
      • searchParams in query
      • sort in query
      • start in query
      • DeleteAuthorizationin header//Authorization token
    • Response

      • New response : [default]//Unexpected error
      • Deleted response : [400]//Unexpected error
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Changed response : [200]//The operation was successful
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  71. POST/api/v1/forecast-profiles
    • Parameters

      • DeleteAuthorizationin header//Authorization token
    • Request

      • Schema incompatible

        Changed body: 'application/json'

        Changed property type: (object -> object)

    • Response

      • Deleted response : [200]//OK
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Deleted response : [404]//Not Found
      • Deleted response : [500]//Unexpected internal error
      • Changed response : [400]//Forecast Profile could not be saved
        • New body: 'application/json'
      • Changed response : [201]//Forecast Profile successfully saved
        • Schema incompatible

          Changed body: 'application/json'

          Changed property type: (object -> object)

  72. DELETE/api/v1/forecast-profiles/{profileId}
    • Parameters

      • profileId in path
      • DeleteAuthorizationin header//Authorization token
    • Response

      • Deleted response : [200]//OK
      • Deleted response : [401]//Unauthorized
      • Deleted response : [403]//Forbidden
      • Changed response : [204]//Forecast Profile successfully deleted
        • Changed response : [400]//The Forecast Profile cannot be deleted
      • GET/api/v1/forecast-profiles/{profileId}
        • Parameters

          • profileId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Failed to find the Forecast Profile
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • PUT/api/v1/forecast-profiles/{profileId}
        • Parameters

          • profileId in path
          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [201]//Created
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Failed to find the Forecast Profile
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/installer/info
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//Provide system information about the installer
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/kpis/measurements
        • Parameters

          • direction in query
          • length in query
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • POST/api/v1/kpis/measurements
        • Parameters

          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

        • Response

          • Deleted response : [200]//OK
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [400]//KPI Measurement could not be saved
            • New body: 'application/json'
          • Changed response : [201]//KPI Measurement successfully saved
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/kpis/measurements/monitored
        • Parameters

          • direction in query
          • length in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • DELETE/api/v1/kpis/measurements/{kpiMeasurementId}
        • Parameters

          • kpiMeasurementId in path
          • DeleteAuthorizationin header//Authorization token
      • GET/api/v1/kpis/measurements/{kpiMeasurementId}
        • Parameters

          • kpiMeasurementId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • PUT/api/v1/kpis/measurements/{kpiMeasurementId}
        • Parameters

          • kpiMeasurementId in path
          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

        • Response

          • Deleted response : [200]//OK
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [400]//KPI Measurement could not be updated
            • New body: 'application/json'
          • Changed response : [404]//KPI Measurement not found
            • New body: 'application/json'
          • Changed response : [201]//KPI Measurement successfully updated
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/kpis/{measurement}
        • Parameters

          • direction in query
          • length in query
          • measurement in path
          • NoActivityUpdate in header
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//The specified measurement name does not exist
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/kpis/{measurement}/grouping
        • Parameters

          • criteria in query
          • function in query
          • measurement in path
          • searchParams in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [400]//Invalid request, parameters are not correct
            • New body: 'application/json'
          • Changed response : [404]//The specified measurement name does not exist
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/kpis/{measurement}/summary
        • Parameters

          • measurement in path
          • NoActivityUpdate in header
          • searchParams in query
          • weightingMethod in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//The specified measurement name does not exist
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-cards/overview
        • Parameters

          • direction in query
          • length in query
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-cards/{cardId}/forecasted-kpis/{measurement}
        • Parameters

          • cardId in path
          • forecastProfileId in query
          • measurement in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//The specified card or measurement could not be found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-cards/{cardId}/kpis/{measurement}
        • Parameters

          • cardId in path
          • direction in query
          • length in query
          • measurement in path
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//The specified card or measurement could not be found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-cards/{cardId}/kpis/{measurement}/fft
        • Parameters

          • cardId in path
          • direction in query
          • length in query
          • measurement in path
          • padding in query
          • searchParams in query
          • sort in query
          • start in query
          • timeGrouping in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [400]//The request could not be completed due to an issue with the data series
            • New body: 'application/json'
          • Changed response : [404]//The specified card or measurement could not be found
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-cards/{cardId}/kpis/{measurement}/histogram
        • Parameters

          • binCount in query
          • cardId in path
          • direction in query
          • length in query
          • measurement in path
          • searchParams in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//The specified card or measurement could not be found
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-cards/{cardId}/kpis/{measurement}/summary
        • Parameters

          • cardId in path
          • direction in query
          • length in query
          • measurement in path
          • searchParams in query
          • start in query
          • timeGrouping in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//The specified card or measurement could not be found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-cards/{cardId}/overview
        • Parameters

          • cardId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Network Card not found
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-connections/connection-trends
        • Parameters

          • direction in query
          • length in query
          • level in query
          • measurement in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [400]//Network connections with connection trend data matching should be queried with level and measurement parameters
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-connections/connection-trends/overview
        • Parameters

          • direction in query
          • length in query
          • level in query
          • measurement in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [400]//Network connections with connection trend data matching should be queried with level and measurement parameters
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-connections/overview
        • Parameters

          • direction in query
          • length in query
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-connections/{connectionId}/network-lightpaths/overview
        • Parameters

          • connectionId in path
          • direction in query
          • length in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Network Connection object could not be found
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-connections/{connectionId}/network-ports/overview
        • Parameters

          • connectionId in path
          • direction in query
          • length in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Network Connection object could not be found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-connections/{connectionId}/overview
        • Parameters

          • connectionId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-element-filter-rules
        • Parameters

          • direction in query
          • length in query
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • POST/api/v1/network-element-filter-rules Add a network element filter rule
        • Parameters

          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

        • Response

          • Deleted response : [200]//OK
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [201]//Network element filter rule successfully applied
            • New body: 'application/json'
          • Changed response : [400]//Network element filter rule could not be applied
            • New body: 'application/json'
      • DELETE/api/v1/network-element-filter-rules/{filterRuleId}
        • Parameters

          • filterRuleId in path
          • DeleteAuthorizationin header//Authorization token
      • GET/api/v1/network-element-filter-rules/{filterRuleId}
        • Parameters

          • filterRuleId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Network Element filter rule could not be found
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • PUT/api/v1/network-element-filter-rules/{filterRuleId}
        • Parameters

          • filterRuleId in path
          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [201]//Created
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [400]//Filter rule could not be updated. Please refer to the API specifications
            • New body: 'application/json'
          • Changed response : [404]//Filter rule could not be found
            • New body: 'application/json'
          • Changed response : [200]//Successfully updated filter rule
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-element-type-settings
        • Parameters

          • direction in query
          • length in query
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-element-type-settings/{neTypeSettingsId}
        • Parameters

          • neTypeSettingsId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • PUT/api/v1/network-element-type-settings/{neTypeSettingsId}
        • Parameters

          • neTypeSettingsId in path
          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [201]//Created
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [400]//Network Element Type Settings could not be updated
            • New body: 'application/json'
          • Changed response : [404]//Network Element Type Settings could not be found
            • New body: 'application/json'
          • Changed response : [200]//Network Element Type Settings successfully updated
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • POST/api/v1/network-elements/bulk-update
        • Parameters

          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

      • GET/api/v1/network-elements/overview
        • Parameters

          • direction in query
          • length in query
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-elements/{elementId}/forecasted-kpis/{measurement}
        • Parameters

          • elementId in path
          • forecastProfileId in query
          • measurement in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Network Element or measurement could not be found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-elements/{elementId}/kpis/{measurement}
        • Parameters

          • direction in query
          • elementId in path
          • length in query
          • measurement in path
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Network Element or measurement could not be found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-elements/{elementId}/kpis/{measurement}/fft
        • Parameters

          • direction in query
          • elementId in path
          • length in query
          • measurement in path
          • padding in query
          • searchParams in query
          • sort in query
          • start in query
          • timeGrouping in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [400]//The request could not be completed due to an issue with the data series
            • New body: 'application/json'
          • Changed response : [404]//The specified card or measurement could not be found
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-elements/{elementId}/kpis/{measurement}/histogram
        • Parameters

          • binCount in query
          • direction in query
          • elementId in path
          • length in query
          • measurement in path
          • searchParams in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//The specified card or measurement could not be found
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-elements/{elementId}/kpis/{measurement}/summary
        • Parameters

          • direction in query
          • elementId in path
          • length in query
          • measurement in path
          • searchParams in query
          • start in query
          • timeGrouping in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Network Element or measurement could not be found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-elements/{elementId}/network-connections/overview
        • Parameters

          • direction in query
          • elementId in path
          • length in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Network Element object could not be found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-elements/{elementId}/network-external-links/overview
        • Parameters

          • direction in query
          • elementId in path
          • length in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Network Element object could not be found
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-elements/{elementId}/network-lightpaths/overview
        • Parameters

          • direction in query
          • elementId in path
          • length in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Network Element object could not be found
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-elements/{elementId}/network-ports/overview
        • Parameters

          • direction in query
          • elementId in path
          • length in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Network Element object could not be found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-elements/{elementId}/overview
        • Parameters

          • elementId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-external-links/overview
        • Parameters

          • direction in query
          • length in query
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-external-links/{externalLinkId}/network-lightpaths/overview
        • Parameters

          • direction in query
          • externalLinkId in path
          • length in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Network External Link object could not be found
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-external-links/{externalLinkId}/overview
        • Parameters

          • externalLinkId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-groups
        • Parameters

          • direction in query
          • length in query
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • POST/api/v1/network-groups
        • Parameters

          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

        • Response

          • Deleted response : [200]//OK
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [400]//Network group could not be saved
            • New body: 'application/json'
          • Changed response : [409]//Constraint violation
            • New body: 'application/json'
          • Changed response : [201]//Network Group is successfully added
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • DELETE/api/v1/network-groups/{networkGroupId}
        • Parameters

          • networkGroupId in path
          • DeleteAuthorizationin header//Authorization token
      • GET/api/v1/network-groups/{networkGroupId}
        • Parameters

          • networkGroupId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Failed to find the network group with given id
            • New body: 'application/json'
          • Changed response : [200]//Successfully retrieve a network group specified by id
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • PUT/api/v1/network-groups/{networkGroupId}
        • Parameters

          • networkGroupId in path
          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [201]//Created
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [400]//Network group could not be saved. Please verify the request with API specification
            • New body: 'application/json'
          • Changed response : [404]//Failed to find the network group specified
            • New body: 'application/json'
          • Changed response : [200]//The update operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-groups/{networkGroupId}/network-connections/overview
        • Parameters

          • direction in query
          • length in query
          • networkGroupId in path
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Network group could not be found.
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-groups/{networkGroupId}/network-elements/overview
        • Parameters

          • direction in query
          • length in query
          • networkGroupId in path
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Network group could not be found.
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-groups/{networkGroupId}/network-external-links/overview
        • Parameters

          • direction in query
          • length in query
          • networkGroupId in path
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Network group could not be found.
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-groups/{networkGroupId}/network-lightpaths/overview
        • Parameters

          • direction in query
          • length in query
          • networkGroupId in path
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Network group could not be found.
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-lightpaths/lightpath-trends/overview
        • Parameters

          • direction in query
          • length in query
          • level in query
          • measurement in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [400]//Network lightpaths with lightpath trend data matching should be queried with level and measurement parameters
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-lightpaths/overview
        • Parameters

          • direction in query
          • length in query
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-lightpaths/{lightpathId}/network-connections/overview
        • Parameters

          • direction in query
          • length in query
          • lightpathId in path
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Network Lightpath object could not be found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-lightpaths/{lightpathId}/network-external-links/overview
        • Parameters

          • direction in query
          • length in query
          • lightpathId in path
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Network Lightpath object could not be found
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-lightpaths/{lightpathId}/network-ports/overview
        • Parameters

          • direction in query
          • length in query
          • lightpathId in path
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Network Lightpath object could not be found
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-lightpaths/{lightpathId}/overview
        • Parameters

          • lightpathId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-managers
        • Parameters

          • direction in query
          • length in query
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-managers/{networkManagerId}
        • Parameters

          • networkManagerId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Network manager not found
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • PUT/api/v1/network-managers/{networkManagerId}
        • Parameters

          • networkManagerId in path
          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [201]//Created
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-managers/{networkManagerId}/forecasted-kpis/{measurement}
        • Parameters

          • forecastProfileId in query
          • measurement in path
          • networkManagerId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//The specified Network Manager or measurement could not be found.
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-managers/{networkManagerId}/kpis/{measurement}
        • Parameters

          • direction in query
          • length in query
          • measurement in path
          • networkManagerId in path
          • NoActivityUpdate in header
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//The specified Network Manager or measurement could not be found.
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-managers/{networkManagerId}/kpis/{measurement}/histogram
        • Parameters

          • binCount in query
          • direction in query
          • length in query
          • measurement in path
          • networkManagerId in path
          • searchParams in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//The specified network manager or measurement could not be found
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-managers/{networkManagerId}/kpis/{measurement}/summary
        • Parameters

          • direction in query
          • length in query
          • measurement in path
          • networkManagerId in path
          • searchParams in query
          • start in query
          • timeGrouping in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//The specified Network Manager or measurement could not be found.
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-managers/{networkManagerId}/network-element-filter-rules
        • Parameters

          • direction in query
          • length in query
          • networkManagerId in path
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Network Element Filter Rule could not be found
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-ports/overview
        • Parameters

          • direction in query
          • length in query
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-ports/{portId}/forecasted-kpis/{measurement}
        • Parameters

          • forecastProfileId in query
          • measurement in path
          • portId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//The specified port or measurement could not be found.
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

          • Changed response : [400]//The request could not be completed due to an issue with input parameters or the time series
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-ports/{portId}/kpis/{measurement}
        • Parameters

          • direction in query
          • length in query
          • measurement in path
          • portId in path
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//The specified port or measurement could not be found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-ports/{portId}/kpis/{measurement}/fft
        • Parameters

          • direction in query
          • length in query
          • measurement in path
          • padding in query
          • portId in path
          • searchParams in query
          • sort in query
          • start in query
          • timeGrouping in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//The specified port or measurement could not be found
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

          • Changed response : [400]//The request could not be completed due to an issue with the data series
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-ports/{portId}/kpis/{measurement}/histogram
        • Parameters

          • binCount in query
          • direction in query
          • length in query
          • measurement in path
          • portId in path
          • searchParams in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//The specified port or measurement could not be found
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-ports/{portId}/kpis/{measurement}/summary
        • Parameters

          • direction in query
          • length in query
          • measurement in path
          • portId in path
          • searchParams in query
          • start in query
          • timeGrouping in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//The specified port or measurement could not be found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-ports/{portId}/network-connections/overview
        • Parameters

          • direction in query
          • length in query
          • portId in path
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Network Port object could not be found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-ports/{portId}/network-lightpaths/overview
        • Parameters

          • direction in query
          • length in query
          • portId in path
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Network Port object could not be found
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-ports/{portId}/overview
        • Parameters

          • portId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-references/esnr-coefficients
        • Parameters

          • direction in query
          • length in query
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-references/esnr-coefficients/{esnrCoefficientsId}
        • Parameters

          • esnrCoefficientsId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Failed to find ESNR calculation coefficients entry
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • PUT/api/v1/network-references/esnr-coefficients/{esnrCoefficientsId}
        • Parameters

          • esnrCoefficientsId in path
          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [201]//Created
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [400]//ESNR calculation coefficients entry could not be saved
            • New body: 'application/json'
          • Changed response : [404]//Failed to find ESNR calculation coefficients entry
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

          • Changed response : [409]//ESNR Coefficients entry attributes could not be updated
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-references/fec-limits
        • Parameters

          • direction in query
          • length in query
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-references/fec-limits/{fecLimitId}
        • Parameters

          • fecLimitId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Failed to find FEC limit entry
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • PUT/api/v1/network-references/fec-limits/{fecLimitId}
        • Parameters

          • fecLimitId in path
          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [201]//Created
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [400]//FEC limit entry could not be saved
            • New body: 'application/json'
          • Changed response : [404]//Failed to find FEC limit entry
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

          • Changed response : [409]//FEC limit entry attributes could not be updated
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-references/fiber-types
        • Parameters

          • direction in query
          • length in query
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/network-references/fiber-types/{fiberTypeId}
        • Parameters

          • fiberTypeId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Failed to find Fiber Type entry
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • PUT/api/v1/network-references/fiber-types/{fiberTypeId}
        • Parameters

          • fiberTypeId in path
          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [201]//Created
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [400]//Fiber Type entry could not be saved
            • New body: 'application/json'
          • Changed response : [404]//Failed to find Fiber Type entry
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

          • Changed response : [409]//Fiber Type entry attributes could not be updated
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/reports
        • Parameters

          • direction in query
          • length in query
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//Report Definitions successfully retrieved
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • POST/api/v1/reports
        • Parameters

          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

        • Response

          • Deleted response : [200]//OK
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [400]//Report Definition could not be created
            • New body: 'application/json'
          • Changed response : [201]//Report Definition successfully created
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/reports/retention
        • Parameters

          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//Successfully retrieved the report retention policies
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • PUT/api/v1/reports/retention
        • Parameters

          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

        • Response

          • Deleted response : [201]//Created
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [400]//Report retention policies could not be updated
            • New body: 'application/json'
          • Changed response : [200]//Successfully updated the report retention policies
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/reports/schedule
        • Parameters

          • direction in query
          • length in query
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//Successfully retrieved the list of report generation tasks
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • POST/api/v1/reports/schedule
        • Parameters

          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

        • Response

          • Deleted response : [200]//OK
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [400]//Could not create new report schedule entry
            • New body: 'application/json'
          • Changed response : [201]//Successfully created new report schedule entry
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/reports/schedule/overview
        • Parameters

          • direction in query
          • length in query
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//Successfully retrieved the list of overview schedule entries
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • DELETE/api/v1/reports/schedule/{taskId}
        • Parameters

          • taskId in path
          • DeleteAuthorizationin header//Authorization token
      • GET/api/v1/reports/schedule/{taskId}
        • Parameters

          • taskId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Schedule entry could not be found
            • New body: 'application/json'
          • Changed response : [200]//Successfully retrieved the report generation task
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • PUT/api/v1/reports/schedule/{taskId}
        • Parameters

          • taskId in path
          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

        • Response

          • Deleted response : [201]//Created
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [400]//Schedule entry could not be updated
            • New body: 'application/json'
          • Changed response : [404]//Schedule entry could not be found
            • New body: 'application/json'
          • Changed response : [200]//Successfully updated the report generation task
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • DELETE/api/v1/reports/{reportDefinitionId}
        • Parameters

          • reportDefinitionId in path
          • DeleteAuthorizationin header//Authorization token
      • GET/api/v1/reports/{reportDefinitionId}
        • Parameters

          • reportDefinitionId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Report Definition not found
            • New body: 'application/json'
          • Changed response : [200]//Report Definition successfully retrieved
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • PUT/api/v1/reports/{reportDefinitionId}
        • Parameters

          • reportDefinitionId in path
          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

        • Response

          • Deleted response : [201]//Created
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [400]//Report Definition could not be updated
            • New body: 'application/json'
          • Changed response : [404]//Report Definition not found
            • New body: 'application/json'
          • Changed response : [200]//Report Definition successfully updated
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • DELETE/api/v1/reports/{reportDefinitionId}/runs
        • Parameters

          • reportDefinitionId in path
          • DeleteAuthorizationin header//Authorization token
        • Request

          • New body: 'application/json'
          • Deleted body: '*/*'
      • GET/api/v1/reports/{reportDefinitionId}/runs
        • Parameters

          • direction in query
          • length in query
          • reportDefinitionId in path
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Report Definition not found
            • New body: 'application/json'
          • Changed response : [200]//Report runs successfully retrieved
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • DELETE/api/v1/reports/{reportDefinitionId}/runs/{runId}
        • Parameters

          • reportDefinitionId in path
          • runId in path
          • DeleteAuthorizationin header//Authorization token
      • GET/api/v1/reports/{reportDefinitionId}/runs/{runId}
        • Parameters

          • reportDefinitionId in path
          • runId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Report Definition or Report run not found
            • New body: 'application/json'
          • Changed response : [200]//Report run successfully retrieved
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/reports/{reportDefinitionId}/target-cards
        • Parameters

          • direction in query
          • length in query
          • reportDefinitionId in path
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Report Definition not found
            • New body: 'application/json'
          • Changed response : [200]//Report Definition target cards successfully retrieved
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/reports/{reportDefinitionId}/target-cards/overview
        • Parameters

          • direction in query
          • length in query
          • reportDefinitionId in path
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Report Definition not found
            • New body: 'application/json'
          • Changed response : [200]//Report Definition target cards overview successfully retrieved
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/reports/{reportDefinitionId}/target-connections
        • Parameters

          • direction in query
          • length in query
          • reportDefinitionId in path
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Report Definition not found
            • New body: 'application/json'
          • Changed response : [200]//Report Definition target connections successfully retrieved
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/reports/{reportDefinitionId}/target-connections/overview
        • Parameters

          • direction in query
          • length in query
          • reportDefinitionId in path
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Report Definition not found
            • New body: 'application/json'
          • Changed response : [200]//Report Definition target connections overview successfully retrieved
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/reports/{reportDefinitionId}/target-elements
        • Parameters

          • direction in query
          • length in query
          • reportDefinitionId in path
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Report Definition not found
            • New body: 'application/json'
          • Changed response : [200]//Report Definition target elements successfully retrieved
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/reports/{reportDefinitionId}/target-elements/overview
        • Parameters

          • direction in query
          • length in query
          • reportDefinitionId in path
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Report Definition not found
            • New body: 'application/json'
          • Changed response : [200]//Report Definition target elements overview successfully retrieved
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/reports/{reportDefinitionId}/target-external-links
        • Parameters

          • direction in query
          • length in query
          • reportDefinitionId in path
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Report Definition not found
            • New body: 'application/json'
          • Changed response : [200]//Report Definition target external links successfully retrieved
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/reports/{reportDefinitionId}/target-external-links/overview
        • Parameters

          • direction in query
          • length in query
          • reportDefinitionId in path
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Report Definition not found
            • New body: 'application/json'
          • Changed response : [200]//Report Definition target external links overview successfully retrieved
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/reports/{reportDefinitionId}/target-groups
        • Parameters

          • direction in query
          • length in query
          • reportDefinitionId in path
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Report Definition not found
            • New body: 'application/json'
          • Changed response : [200]//Report Definition target groups successfully retrieved
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/reports/{reportDefinitionId}/target-lightpaths
        • Parameters

          • direction in query
          • length in query
          • reportDefinitionId in path
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Report Definition not found
            • New body: 'application/json'
          • Changed response : [200]//Report Definition target lightpaths successfully retrieved
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/reports/{reportDefinitionId}/target-lightpaths/overview
        • Parameters

          • direction in query
          • length in query
          • reportDefinitionId in path
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Report Definition not found
            • New body: 'application/json'
          • Changed response : [200]//Report Definition target lightpaths overview successfully retrieved
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/reports/{reportDefinitionId}/target-ports
        • Parameters

          • direction in query
          • length in query
          • reportDefinitionId in path
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Report Definition not found
            • New body: 'application/json'
          • Changed response : [200]//Report Definition target ports successfully retrieved
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/reports/{reportDefinitionId}/target-ports/overview
        • Parameters

          • direction in query
          • length in query
          • reportDefinitionId in path
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Report Definition not found
            • New body: 'application/json'
          • Changed response : [200]//Report Definition target ports overview successfully retrieved
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/server/container-names
        • Parameters

          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//Provide system container information
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/server/info
        • Parameters

          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//Provide system information
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/server/swagger-docs-status
        • Parameters

          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//Indicate if the swagger documentation is enabled
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/settings
        • Parameters

          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The list of Settings
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (array -> object)

          • Changed response : [409]//Unexpected error
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • PUT/api/v1/settings
        • Parameters

          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (array -> object)

        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [201]//Created
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//Settings
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (array -> object)

          • Changed response : [409]//Unexpected error
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/sop/ports Get the ports that support State of Polarization data collection
        • Parameters

          • direction in query
          • length in query
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/sop/ports/{portId}/computations Get series, SOPR and frequency analysis information for the requested port and time interval
        • Parameters

          • endTime in query
          • neId in query
          • portId in path
          • startTime in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Failed to find data for the port and interval
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/sop/ports/{portId}/values Get the values of State of Polarization for the requested port and time interval
        • Parameters

          • endTime in query
          • interval in query
          • neId in query
          • NoActivityUpdate in header
          • portId in path
          • startTime in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Failed to find data for the port and interval
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/user-account
        • Parameters

          • DeleteAuthorizationin header//Authorization token
        • Response

          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The current User account
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • GET/api/v1/weather-configs
        • Parameters

          • direction in query
          • length in query
          • searchParams in query
          • sort in query
          • start in query
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [400]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • POST/api/v1/weather-configs
        • Parameters

          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

        • Response

          • Deleted response : [200]//OK
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Deleted response : [404]//Not Found
          • Changed response : [400]//Weather config could not be saved. Please check the API specification for the request
            • New body: 'application/json'
          • Changed response : [201]//Weather config successfully saved
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • DELETE/api/v1/weather-configs/{weatherConfigId}
        • Parameters

          • weatherConfigId in path
          • DeleteAuthorizationin header//Authorization token
      • GET/api/v1/weather-configs/{weatherConfigId}
        • Parameters

          • weatherConfigId in path
          • DeleteAuthorizationin header//Authorization token
        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [404]//Failed to find the Weather config
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)

      • PUT/api/v1/weather-configs/{weatherConfigId}
        • Parameters

          • weatherConfigId in path
          • DeleteAuthorizationin header//Authorization token
        • Request

          • Schema incompatible

            Changed body: 'application/json'

            Changed property type: (object -> object)

        • Response

          • New response : [default]//Unexpected error
          • Deleted response : [201]//Created
          • Deleted response : [401]//Unauthorized
          • Deleted response : [403]//Forbidden
          • Changed response : [400]//Weather config could not be saved. Please check the API specification for the request
            • New body: 'application/json'
          • Changed response : [404]//Failed to find the Weather config specified
            • New body: 'application/json'
          • Changed response : [200]//The operation was successful
            • Schema incompatible

              Changed body: 'application/json'

              Changed property type: (object -> object)