openBackhaul / AccessPlanningToolProxy

Interface towards the AutomatedLinkAcceptanceProxy implementation in LinkVis
Apache License 2.0
2 stars 4 forks source link

Incorporate use of new MWDI 'device-status-metadata' service for keeping list of connected/connecting devices #249

Open anacabbar opened 20 hours ago

anacabbar commented 20 hours ago
anacabbar commented 20 hours ago

Possible defintion of Error Response:

'462':
  description: 'Response in case the mountName provided in the request is in "connecting" state in the list of known devices'
  content:
    application/json:
      schema:
        type: object
        required:
          - code
          - message
        properties:
          code:
            type: integer
            minimum: 462
            maximum: 462
            format: int32
          message:
            type: string
            enum:
              - 'Connecting. Connection to the requested device has been lost or interrupted'