When the video source is connected with the Activity Feed node, the status of the connected video source can be seen in Rule Editor. Some of the following data are received by the Activity Feed node.

  • title: Title of the message.
  • description: Displays two types of messages:
    • Connection with Video Subsystem is up: Connection with the video source is established successfully.
    • Connection with Video Subsystem is down: Connection with the video source could not be established.
  • event type: System related event type.
  • Severity: The level of severity such as High, Medium and Low.
  • Subsystem: The video subystem.
  • Origin: The origin of the status message for example, Device Connector.
  • PartitionId: Host name of the machine where the video API and Video is installed.

A sample display of various data received by Activity Feed are shown below:

 

{

"id": "612f220fc3476c206cd94cc6",

"externalId": "bb6ea2e9-25ab-47d4-8b67-b63de22daba0",

"title": "External System state change",

"description": "Connection with Video Subsystem is UP",

"eventType": "System",

"severity": "Low",

"category": "System",

"subcategory": null,

"dateTime": "2021-09-01T06:47:43.421Z",

"created": "2021-09-01T06:47:43.421Z",

"recordedDateTime": "2021-09-01T06:47:43.425Z",

"subsystem": "Video Subsystem",

"origin": "Device Connector",

"image": null,

"tenant": "3c176faf-7166-4689-ba3f-cec2a03feb3f",

"text": "Connection with Component Video Subsystem - Partition ID EC2AMAZ-P5BS1MR is UP",

"details": {

"partitionId": "EC2AMAZ-P5BS1MR"

},

"_links": [

],

"_embedded": null

}

 

{

"id": "612f2085c3476c206cd94cc2",

"externalId": "4708528d-997c-416f-923d-5788c1467d29",

"title": "External System state change",

"description": "Connection with Video Subsystem is DOWN",

"eventType": "System",

"severity": "Medium",

"category": "System",

"subcategory": null,

"dateTime": "2021-09-01T06:41:09.638Z",

"created": "2021-09-01T06:41:09.638Z",

"recordedDateTime": "2021-09-01T06:41:09.644Z",

"subsystem": "Video Subsystem",

"origin": "Device Connector",

"image": null,

"tenant": "3c176faf-7166-4689-ba3f-cec2a03feb3f",

"text": "Connection with Component Video Subsystem - Partition ID EC2AMAZ-P5BS1MR is DOWN",

"details": {

"partitionId": "EC2AMAZ-P5BS1MR"

},

"_links": [

],

"_embedded": null

}