Get the ZfsPool object by its id.
get
https://{host}:{port}/{basePath}/ZfsPool/{zfsPoolId}
get the ZfsPool object by its id.
Request
Path Parameters
-
ZfsPoolId(required):
ZfsPoolId to retrieve the associated ZfsPool.
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 : ZfsPool
Type:
Show Source
object
-
description(required): string
Maximum Length:
1000
-
faultIds: array
faultIds
-
freePool: string
Maximum Length:
64
-
generation: integer
-
name(required): string
Maximum Length:
256
-
poolStatus: string
Allowed Values:
[ "EXPORTED", "DEGRADED", "ONLINE", "OFFLINE", "FAULTED", "UNAVAILABLE", "REMOVED" ]
-
poolUsagePercent: number
-
serviceHref: string
Maximum Length:
256
-
statusFault: string
Allowed Values:
[ "CRITICAL", "MAJOR", "MINOR", "WARNING" ]
-
totalPool: string
Maximum Length:
64
-
usageFault: string
Allowed Values:
[ "CRITICAL", "MAJOR", "MINOR", "WARNING" ]
-
usedPool: string
Maximum Length:
64
-
workState: string
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.