/ISAPI/Thermal/channels/<ID>/shipsDetection/<SID>?format=json

Operations about specified ship detection scene.

Request URL Definition

Table 1 GET /ISAPI/Thermal/channels/<ID>/shipsDetection/<SID>?format=json

Method

GET

Description

Get the parameters of specified ship detection scene.

Query

format: determine the format of request or response message.

Request

None.

Response

Succeeded: JSON_ShipsDetectionScene

Failed: JSON_ResponseStatus

Table 2 PUT /ISAPI/Thermal/channels/<ID>/shipsDetection/<SID>?format=json

Method

PUT

Description

Add a new scene, or set specified scene parameters.

Query

format: determine the format of request or response message.

Request

JSON_ShipsDetectionScene

Response

JSON_ResponseStatus

Table 3 DELETE /ISAPI/Thermal/channels/<ID>/shipsDetection/<SID>?format=json

Method

DELETE

Description

Delete the specified scene.

Query

format: determine the format of request or response message.

Request

JSON_ShipsDetectionScene

Response

JSON_ResponseStatus

Remarks

  • The <ID> in the URL refers to the channel No.

  • The <SID> in the URL refers to the scene ID.

  • You can add a new scene via URL: PUT /ISAPI/Thermal/channels/<ID>/shipsDetection/<SID>?format=json. When adding a new scene, you should input only the node sid (scene ID) and set other required nodes to NULL in the message JSON_ShipsDetectionScene. The optional nodes can not be applied.