POST api/SmartOperateMaintenance/GetFaultData
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
FaultModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Total | integer |
None. |
|
| Happened | integer |
None. |
|
| Recovery | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"total": 1,
"happened": 2,
"recovery": 3
}