Request
Body Params application/json
{
"id": "GSF_ID_SVP_PLAN",
"op": "G3C0S0",
"data": {
"count": 1,
"vec": [
{
"idx": -1,
"btime": 0,
"etime": 86399,
"week": 127
}
]
}
}
Request Code Samples
curl --location --request POST 'http://192.168.0.168/api/alarm/plan' \
--header 'Cookie: access_token=;access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "GSF_ID_SVP_PLAN",
"op": "G3C0S0",
"data": {
"count": 1,
"vec": [
{
"idx": -1,
"btime": 0,
"etime": 86399,
"week": 127
}
]
}
}'
Responses
application/json {
"code": 0,
"data": {
"count": 0,
"vec": []
}
}
Modified at 2024-12-27 09:12:34