Get all Fault objects that meet the filter criteria.
put
https://{host}:{port}/{basePath}/Fault/filter
get all Fault objects that meet the filter criteria.
Request
Header Parameters
-
Auth-Token(required): string
Auth-Token received from a successful login response.
-
opc-request-id: string
Unique identifier for the request
Supported Media Types
- application/x-www-form-urlencoded
Nested Schema : Filter
Type:
Show Source
object
-
description(required): string
Maximum Length:
1000
-
faultIds: array
faultIds
-
filterConditions: array
filterConditions
-
generation: integer
-
maxResults: integer
-
name(required): string
Maximum Length:
256
-
objType: string
Maximum Length:
64
-
orderByList: array
orderByList
-
orderType: string
Allowed Values:
[ "ASCENDING", "DESCENDING" ]
-
workState: string
Nested Schema : faultIds
Type:
array
Nested Schema : filterConditions
Type:
array
Nested Schema : orderByList
Type:
array
Security
-
basicAuth: http
Type:
http
Response
Supported Media Types
- application/json
200 Response
Request completed successfully.
Root Schema : schema
Type:
Show Source
array
-
Array of:
object Fault
A Fault represents an abnormal condition within the Admin Server.
Nested Schema : Fault
Type:
object
A Fault represents an abnormal condition within the Admin Server.
Show Source
-
action: string
Maximum Length:
1028
-
activatedTime: timestamp
-
asrNotifTime: timestamp
-
associatedAttribute: string
Maximum Length:
256
The fault associated attribute is read-only and this operation is unsupported. -
baseManagedObjectId: object
BaseManagedObject
-
category: string
Allowed Values:
[ "STATUS", "STATISTICAL", "INTERNAL", "HEALTHCHECKER" ]
The fault category is read-only and this operation is unsupported. -
cause: string
Maximum Length:
1000
The fault cause is read-only and this operation is unsupported. -
cccFaultId: string
Maximum Length:
256
-
cccNotifTime: timestamp
-
clearedTime: timestamp
-
componentType: string
Maximum Length:
64
-
customNotes(required): string
Maximum Length:
256
@param customNotes Set the custom notes for this fault. -
description(required): string
Maximum Length:
1000
-
diagnosingSource: string
Maximum Length:
64
-
faultCode: string
Allowed Values:
[ "BACKUP_FAILURE", "BACKUP_PURGE_FAILURE", "INVALID_RACK_COMPONENTS", "COMPUTENODE_DISCOVERY_FAULT", "INVALID_RACK_OR_SWITCH_CONFIG_FILE", "DHCP_SERVICE_FAULT", "DNS_SERVICE_FAULT", "MGMT_NETWORKSWITCH_FAULT", "STATISTIC_MONITOR_HOLD_TIME_MODIFIED", "STATISTIC_MONITOR_INTERVAL_ADJUSTED", "STATISTIC_MONITOR_COLLECTION_DISABLED", "STATISTIC_MONITOR_FULLNESS_EXCEEDED" ]
The fault code is read-only and this operation is unsupported. -
faultHistoryLogIds: array
faultHistoryLogIds
-
faultIds: array
faultIds
-
generation: integer
-
healthExporter: string
Maximum Length:
64
-
lastUpdateTime: timestamp
The last update time is read-only and this operation is unsupported.
-
location: string
Maximum Length:
64
-
messageId: string
Maximum Length:
64
-
name(required): string
Maximum Length:
256
-
severity: string
Allowed Values:
[ "CRITICAL", "MAJOR", "MINOR", "WARNING" ]
The fault severity is read-only and this operation is unsupported. -
status: string
Allowed Values:
[ "ACTIVE", "CLEARED" ]
The fault staus is read-only and this operation is unsupported. -
timeReported: string
Maximum Length:
128
-
upgradeFault: string
Maximum Length:
64
-
uuid: string
Maximum Length:
64
-
workState: string
Nested Schema : BaseManagedObject
Type:
Show Source
object
-
faultIds: array
faultIds
Associated fault Ids.
-
id: id
Object Id.
Nested Schema : faultHistoryLogIds
Type:
array
Nested Schema : faultIds
Type:
array
Nested Schema : faultIds
Type:
array
Associated fault Ids.
400 Response
Bad request
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
401 Response
Unauthorized
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
404 Response
Not Found
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
500 Response
Internal Server Error
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.
Default Response
An error has occurred
Root Schema : Error
Type:
Show Source
object
-
code(required): string
A short error code that defines the error, meant for programmatic parsing.
-
message(required): string
A human-readable error string.