Skip to content

Commit 935e9f1

Browse files
authored
Update API version and add checkRemote endpoint
Updated API version and added checkRemote command.
1 parent 5f1be7e commit 935e9f1

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

swagger.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ info:
55
\ AgentDVR at [https://www.ispyconnect.com](https://www.ispyconnect.com)\
66
\ This interface uses the default API endpoint of http://localhost:8090. You will need Agent DVR installed and running to use it. Many of the commands below take an Object ID and an Object Type ID. The Object ID is displayed in Agent's UI when you edit the device at the top left. For example if it says 1: Home Cam then your Object ID is 1. The Object Type ID is 1 for Microphones and 2 for cameras. You can also provide a group parameter instead of object id and type id - this will then apply the command to all devices that are in that group (on the General tab when you edit the device). Some commands can be called with neither id or group and will then apply to every device on the system."
77
title: 'Agent DVR'
8-
version: "6.5.5.0"
8+
version: "6.6.8.0"
99
termsOfService: "https://www.ispyconnect.com/terms.aspx"
1010
license:
1111
name: "Apache 2.0"
@@ -453,6 +453,17 @@ paths:
453453
description: Block external access to the system.
454454
tags:
455455
- Commands
456+
/command/checkRemote:
457+
get:
458+
summary: Check the status of the remote (web) connection
459+
operationId: /command/checkRemote
460+
produces:
461+
- application/json
462+
responses:
463+
"200":
464+
description: returns json, status online or offline. v6.6.8.0+
465+
tags:
466+
- Commands
456467
/command/cloudPhotosOff:
457468
get:
458469
summary: Turn cloud photos off for the device.

0 commit comments

Comments
 (0)