POST api/{version}/SmartOperateMaintenance/GetFaultData
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| version | string |
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
}