Get ZfsPoolManager object.
get
https://{host}:{port}/{basePath}/ZfsPoolManager/
get ZfsPoolManager 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 : ZfsPoolManager
Type:
object
The ZfsPoolManager contains attributes that control how often we should pull the Prometheus service for updates.
Show Source
-
faultIds: array
faultIds
-
lastRunTime: timestamp
The elapsed time since last run is read only and this operation is unsupported. @param lastRunTime - Unsupported.
-
pollInterval: integer
Sets the poll interval. @param purgeInterval the poll interval in seconds
-
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. -
usageMajorFaultPercent(required): number
Sets the minimum usage percentage to trigger major faults. @param minimum usage percentage to trigger a major fault.
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.