Get all FaultHistoryLog objects that meet the filter criteria.

put

https://{host}:{port}/{basePath}/FaultHistoryLog/filter

get all FaultHistoryLog objects that meet the filter criteria.

Request

Header Parameters
Supported Media Types
Request Body - application/x-www-form-urlencoded ()
Root Schema : schema
Type: object
Show Source
Nested Schema : Filter
Type: object
Show Source
Nested Schema : faultIds
Type: array
Nested Schema : filterConditions
Type: array
Nested Schema : orderByList
Type: array
Security
Back to Top

Response

Supported Media Types

200 Response

Request completed successfully.
Body ()
Root Schema : schema
Type: array
Show Source
  • FaultHistoryLog
    A FaultHistoryLog represents a change of state for a Fault. Every time a fault is raised or cleared, a fault history log is created.
Nested Schema : FaultHistoryLog
Type: object
A FaultHistoryLog represents a change of state for a Fault. Every time a fault is raised or cleared, a fault history log is created.
Show Source
Nested Schema : Fault
Type: object
A Fault represents an abnormal condition within the Admin Server.
Show Source
Nested Schema : faultIds
Type: array
Nested Schema : BaseManagedObject
Type: object
Show Source
Nested Schema : faultHistoryLogIds
Type: array
Nested Schema : faultIds
Type: array
Nested Schema : faultIds
Type: array
Associated fault Ids.

400 Response

Bad request
Body ()
Root Schema : Error
Type: object
Show Source

401 Response

Unauthorized
Body ()
Root Schema : Error
Type: object
Show Source

404 Response

Not Found
Body ()
Root Schema : Error
Type: object
Show Source

500 Response

Internal Server Error
Body ()
Root Schema : Error
Type: object
Show Source

Default Response

An error has occurred
Body ()
Root Schema : Error
Type: object
Show Source
Back to Top