...
Launch 3VR System Manager.
In the Configure panel of System Manager, right-click the name of the appliance and select Start Web Services.
A pop up will appear indicating that web services is now running.
...
Code Block | ||
---|---|---|
| ||
<ArrayOfApplianceInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ApplianceInfo> <Id>1</Id> <Name>3VR Enterprise Appliance</Name> <Address>10.100.2.22</Address> <MachineType>EnterpriseServer</MachineType> <TimeZoneKey>Pacific Standard Time</TimeZoneKey> <TimeZoneOffset>480</TimeZoneOffset> <Created>0001-01-01T00:00:00</Created> <Updated>2012-07-26T00:42:04</Updated> <VideoStart>0001-01-01T00:00:00</VideoStart> <SyncDate>2012-07-02T11:00:14</SyncDate> <ObjectType>appliance</ObjectType> </ApplianceInfo> <ApplianceInfo> <Id>2</Id> <Name>Lake Merritt Branch</Name> <Address>10.100.2.202</Address> <MachineType>Integrated</MachineType> <TimeZoneKey>Pacific Standard Time</TimeZoneKey> <TimeZoneOffset>480</TimeZoneOffset> <Created>2011-04-26T18:37:30</Created> <Updated>2012-07-27T08:56:51</Updated> <VideoStart>2011-04-26T18:46:35</VideoStart> <SyncDate>2012-07-27T08:56:51</SyncDate> <ObjectType>appliance</ObjectType> </ApplianceInfo> </ArrayOfApplianceInfo> |
Sample Response JSON
Code Block | ||
---|---|---|
| ||
[
{
Id: 1,
Name: "3VR Enterprise Appliance",
Address: "10.100.2.22",
MachineType: "EnterpriseServer",
TimeZoneKey: "Pacific Standard Time",
TimeZoneOffset: 480,
Created: "/Date(-62135568000000)/",
Updated: "/Date(1343549702000)/",
VideoStart: "/Date(-62135568000000)/",
SyncDate: "/Date(1341252014000)/",
ObjectType: "appliance"
},
{
Id: 2,
Name: "Lake Merritt Branch",
Address: "10.100.2.202",
MachineType: "Integrated",
TimeZoneKey: "Pacific Standard Time",
TimeZoneOffset: 480,
Created: "/Date(1303868250000)/",
Updated: "/Date(1343673311000)/",
VideoStart: "/Date(1303868795000)/",
SyncDate: "/Date(1343673311000)/",
ObjectType: "appliance"
}
] |
/health
Code Block |
---|
https://[IP address or hostname]:[port]/health |
...
Sample Response XML
Code Block | ||
---|---|---|
| ||
<?xml version="1.0" ?>
<ArrayOfHealthAlertInfo xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<HealthAlertInfo>
<DisplayLabel>Camera or Camera Connection Failure</DisplayLabel>
<Id>3</Id>
<StartTime>2012-06-20T11:24:10</StartTime>
<EndTime>2012-07-27T04:03:55</EndTime>
<Message>Camera '1. Shipping Room' is not sending video.</Message>
</HealthAlertInfo>
</ArrayOfHealthAlertInfo> |