Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Detailed status provide more information about each MD<-->VMS connection in detail.

Detailed Status

Description

Example, [MD name]:[VMS status]

“connected”

MD<->VMS connection is connected and in normal state

“MD1:connected”

“unavailable”

No response from MD

“MD1:unavailable”

“error (authentication failed)”

Sent signal to VMS but connection problems is appeared

“MD1:error (authentication failed)”

“unknown”

Anything else (No response, etc.)

“MD1:unknown”

Example response

Code Block
languagejson
{
    "vms-1434085181": {
        "name": "vms-1434085181",
        "description": "",
        "label": "",
        "mediaserver": null,
        "status": "unknown",
        "mediaLink": null,
        "properties": {
            "ip": "172.16.10.100:443",
            "vmstype": "hikvision",
            "status": "unknown",
            "detailed_status": "MD60:connected,MD87_dhseo:unavailable,md68:unavailable"
        },
        "metrics": null
    },
}

In case, if some of the Media Servers has connection problems with VMS (not all MD servers), then the result status will be “uknown”, otherwise it will show proper status as shown in table.