Skip to content

Commit df3bb1e

Browse files
authored
Update swagger.yaml
1 parent 57b5f74 commit df3bb1e

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

swagger.yaml

Lines changed: 26 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: "5.7.9.0"
8+
version: "5.8.1.0"
99
termsOfService: "https://www.ispyconnect.com/terms.aspx"
1010
license:
1111
name: "Apache 2.0"
@@ -1358,6 +1358,31 @@ paths:
13581358
description: Trigger scene recognition for the device.
13591359
tags:
13601360
- Commands
1361+
/command/triggerAskAI:
1362+
get:
1363+
summary: Trigger ask AI for the device
1364+
operationId: /command/triggerAskAI
1365+
parameters:
1366+
- description: Object ID
1367+
in: query
1368+
name: oid
1369+
required: true
1370+
type: integer
1371+
- description: Object TypeID
1372+
enum:
1373+
- 1
1374+
- 2
1375+
in: query
1376+
name: ot
1377+
required: true
1378+
type: integer
1379+
produces:
1380+
- application/json
1381+
responses:
1382+
"200":
1383+
description: Trigger ask AI for the device.
1384+
tags:
1385+
- Commands
13611386
/command/triggerTask:
13621387
get:
13631388
summary: Trigger a task on the device

0 commit comments

Comments
 (0)