Author: Mike Swanson Machine: Mikes-MacBook-Air.local Timestamp: 2026-07-09 14:52:07
3.7 KiB
Open API for Yealink Management Cloud Service V4X.pdf - Pages 161-164
Source: Open API for Yealink Management Cloud Service V4X.pdf Pages: 161-164 of 164 Chunk: 9
Open API for Yealink Management Cloud Service V4X
"mac":"001565" } }
Example Response
httpHTTP/1.1 200 Content-Type: application/json;charset=UTF-8
{ "skip": 0, "limit": 10, "total": 1, "data":[{ "id": "01d7ae1897f7418dad2d26609329be38", "event":"Offline", "level":3, "mac":"001565bbb1a9", "model":"SIP-T54S", "ip":"10.50.198.156", "siteName":"test", "status":1, "firstAlarmTime":1737082468768
}] }
13.Operation Log Management 13.1 Operation Log List Request Method POST Request URL /v2/dm/listOpLogs Body parameter
Pa Da Re Description ra ta qu me Ty ir te p e 161 / 164 Open API for Yealink Management Cloud Service V4X
r e d sk Lo N Number of skipped records, default is 0 ip ng o li Lo N Maximum number of records to retrieve, default is 10, mi ng o maximum is 500. t au Bo N Whether to respond with the total count, it is recommended to ol o to set it to true when querying the first page, and pass false Co ea for subsequent page turns. un n t fil Fil Ye search parameters te te s r r
Filter object definition
parameter Data Type Required Description startTime Long No Start time endTime Long No End time
HTTP status code
Code Description 200 Operation successful 400 Client parameter exception 401 Authentication failed 500 Server exception
Response parameters
Parameter Data Type Description skip Long offset limit Long The maximum returned number. total Long Total quantity data Log[] Log information array 162 / 164 Open API for Yealink Management Cloud Service V4X
Log object definition
parameter Data Type Description module String Log Module operationType String Log Type operationObject String Log Operation Object operator String Operator ip String IP createTime Long Time result String Result
Example Request
httpPOST /v2/dm/listOpLogs HTTP/1.1 Host: api.ymcs.yealink.com Content-Type: application/json
{ "skip": 0, "limit": 10, "autoCount": true, "filter":{ "startTime":1737099689158, "endTime":1738205662000 } }
Example Response
httpHTTP/1.1 200 Content-Type: application/json;charset=UTF-8
{ "skip": 0, "limit": 10, "total": 1, "data":[{ "module":"i18n.yiot.backend.module.device.management", "operationTypetype":"i18n.yiot.backend.operation.device.management.restart",
163 / 164
Open API for Yealink Management Cloud Service V4X
"operationObject":"805ec0985cd2", "operator":"yiot123@yealink.com", "ip":"10.122.131.12", "createTime":"1736999161388", "result":"success" }] }
164 / 164