Gets the details of an upgrade job.
get
https://{host}:{port}/{basePath}/UpgradeJob/getUpgradeStatus
Gets the details of an upgrade job.
Request
Query Parameters
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 : UpgradeRackStatus
Type:
object
This object represents status of the upgradeRack operation.
Show Source
-
completedComponents: array
completedComponents
-
compositionId: string
Maximum Length:
64
-
endTime: string
Maximum Length:
64
-
jobs: array
jobs
-
pendingComponents: array
pendingComponents
-
previousBuild: string
Maximum Length:
64
-
requestId: string
Maximum Length:
64
-
startTime: string
Maximum Length:
64
-
status: string
Allowed Values:
[ "PASSED", "FAILED", "RUNNING", "NOTRUN", "CANCELLED", "WARN", "NONE" ]
-
targetBuild: string
Maximum Length:
64
-
timeElapsed: string
Maximum Length:
64
-
timeRemaining: string
Maximum Length:
64
-
type: string
Maximum Length:
64
Nested Schema : completedComponents
Type:
array
Nested Schema : jobs
Type:
array
Nested Schema : pendingComponents
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.