Jifeline websocket service 1.0.0

This service is used for status updates on connectors, connections and tickets

Servers

  • customer-api-ws-001.prd.jifeline.cloudws001

    Jifeline Customer websocket server for cluster ID 001

Operations

  • RECEIVE /

    Subscribe to updates from tickets, connections and connectors

    Operation IDsubscribe

    Available only on servers:

    Accepts one of the following messages:

    • #0
      Message IDSubscribeToConnector

      Subscribes to updates from a specified connector, updates are received in a default interval of 5 seconds

      object

      Examples

    • #1
      Message IDSubscribeToTicket

      Subscribes to updates from a specified ticket, updates are received in a default interval of 5 seconds

      object

      Examples

    • #2
      Message IDSubscribeToConnection

      Subscribes to updates from a specified connection, updates are received in a default interval of 5 seconds

      object

      Examples

    • #3
      Message IDUnsubscribeFromConnector

      Unsubscribes from connector, updates are no longer received after sending this message

      object

      Examples

    • #4
      Message IDUnsubscribeFromTicket

      Unsubscribes from ticket, updates are no longer received after sending this message

      object

      Examples

    • #5
      Message IDUnsubscribeFromConnection

      Unsubscribes from connection, updates are no longer received after sending this message

      object

      Examples

  • SEND /

    Operation IDprocessSubscriptionUpdate

    Available only on servers:

    Accepts one of the following messages:

    • #0
      Message IDConnectionStatusResponse
      object

      Examples

    • #1
      Message IDTicketStatusResponse
      object

      Examples

    • #2
      Message IDConnectionStatusResponse
      object

      Examples

Messages

  • #1
    Message IDSubscribeToConnector

    Subscribes to updates from a specified connector, updates are received in a default interval of 5 seconds

    object
  • #2
    Message IDSubscribeToTicket

    Subscribes to updates from a specified ticket, updates are received in a default interval of 5 seconds

    object
  • #3
    Message IDSubscribeToConnection

    Subscribes to updates from a specified connection, updates are received in a default interval of 5 seconds

    object
  • #4
    Message IDUnsubscribeFromConnector

    Unsubscribes from connector, updates are no longer received after sending this message

    object
  • #5
    Message IDUnsubscribeFromTicket

    Unsubscribes from ticket, updates are no longer received after sending this message

    object
  • #6
    Message IDUnsubscribeFromConnection

    Unsubscribes from connection, updates are no longer received after sending this message

    object
  • #7
    Message IDConnectorStatusResponse
    object
  • #8
    Message IDTicketStatusResponse
    object
  • #9
    Message IDConnectionStatusResponse
    object

Schemas

  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object
  • object