Versions Compared

Key

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

...

Name

Type

Description

PublicAccessToken

String

(required)Public access token

name

String

(optional) returns comma separated VMS objects by their name(s)

Note: Wizeye site should have Public Access enabled (Settings > Configuration > Public Access > On)

Example Response

Code Block
languagejson
{
    "VMS hash name with 'vms' prefix": {
        "name": "VMS hash name with 'vms' prefix",
        "description": "",
        "label": "",
        "mediaserver": null,
        "status": "VMS Status",
        "mediaLink": null,
        "properties": {
            "ip": "VMS ip address",
            "vmstype": "VMS type",
            "status": "VMS Status",
            "detailed_status": "VMS & MD detailed status information"
        },
        "metrics": null
    }
}

...