Get FaultManager object.
get
https://{host}:{port}/{basePath}/FaultManager/
get FaultManager object.
Request
Header Parameters
-
Auth-Token(required): string
Auth-Token received from a successful login response.
-
opc-request-id: string
Unique identifier for the request
There's no request body for this operation.
Security
-
basicAuth: http
Type:
http
Response
Supported Media Types
- application/json
200 Response
Request completed successfully.
Root Schema : FaultManager
Type:
object
The FaultManager contains attributes that control fault settings.
Show Source
-
apiC3SyncCheckerFaultInterval(required): integer
Sets how often API C3Sync checker fault check should run. @param apiC3SyncCheckerFaultInterval The number of seconds between API C3Sync checker fault checks.
-
faultIds: array
faultIds
-
healthCheckerFaultInterval(required): integer
Sets how often health checker fault check should run. @param healthCheckerFaultInterval The number of seconds between health checker fault checks.
-
healthCheckerFaultLastRunTime: timestamp
The elapsed time since health checker fault last run is read only and this operation is unsupported. @param health checker FaultLastRunTime - Unsupported.
-
iamC3SyncCheckerFaultInterval(required): integer
Sets how often IAM C3Sync checker fault check should run. @param iamC3SyncCheckerFaultInterval The number of seconds between IAM C3Sync checker fault checks.
-
iamC3SyncCheckerFaultLastRunTime: timestamp
The elapsed time since Iam C3Sync checker fault last run is read only and this operation is unsupported. @param Iam C3Sync checker FaultLastRunTime - Unsupported.
-
runState: string
Allowed Values:
[ "RUNNING", "STOPPED", "UNKNOWN" ]
The Manager's run state is read-only and this operation is unsupported. @param runState to set manager to. -
statusFaultInterval(required): integer
Sets how often status fault check should run. @param statusFaultInterval The number of seconds between status fault checks.
-
statusFaultLastRunTime: timestamp
The elapsed time since status fault last run is read only and this operation is unsupported. @param statusFaultLastRunTime - Unsupported.
Nested Schema : faultIds
Type:
array
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.