9.1.3 Focus/Focused/Iris commands
Astopcommandshouldbesentattheendofeachrequest
Request
Body Params application/json
{
"id": "GSF_ID_CODEC_PTZ",
"op": "G2C0S1"
}
Request Code Samples
curl --location --request POST 'http://192.168.0.168/api/system/config' \
--header 'Cookie: access_token=;access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "GSF_ID_CODEC_PTZ",
"op": "G2C0S1"
}'
Responses
application/json {
"code": 0,
"data": {}
}
Modified at 2024-12-27 10:10:44