Interface Address

https://api.example.com/omstation/station/updateHandleFaultReport

During the development process, please replace api.example.com with the domain name or IP address of your own server.

Request Method

  • Post

Request Headers

  • Content-Type: application/json
  • token: A334853698EF49DC98A1C8BA65149351

Request Parameters

Parameter Example

{
"id":"B7E97D7D1F02484D9E5F77B1915F75BC",
"handleDesc": "4688OK",
"stationId":"SG240304001",
"deviceId": "5648974546",
"latticeNo": "A1",
"type":1
}

Parameter Description

Field Type Description Required
id String Unique ID of the fault report data Y
stationId String Operation management cabinet ID Y
handleDesc String Handling description (only this field needs to be filled in on the interface) Y
deviceId String Device number Y
latticeNo String Lattice compartment number Y
type int Fault type (1: Lattice compartment fault; 2: Device fault report; 3: Cabinet full fault report) Y

Return Result

Result Example

{
    "code": 200,
    "message": "Operation succeeded",
    "data": null
}

Result Description

Field Type Description
code int Status code; see “Status Code Description” for details
message String Request status description
data object Return result content
文档更新时间: 2025-07-23 11:27   作者:admin