Gets the upgrade plan
get
https://{host}:{port}/{basePath}/UpgradeRequest/getUpgradePlan
gets the upgrade plan
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.
Nested Schema : UpgradePlan
Type:
object
UpgradePlan object.
Show Source
-
componentType: string
Maximum Length:
64
-
currentBuild: string
Maximum Length:
64
-
currentVersion: string
Maximum Length:
64
-
faultIds: array
faultIds
-
impactedInfra: string
Maximum Length:
64
-
qualifier: string
Maximum Length:
64
-
requireReboot: string
Maximum Length:
64
-
requireUpgrade: string
Maximum Length:
64
-
targetBuild: string
Maximum Length:
64
-
targetVersion: string
Maximum Length:
64
-
timeEstimation: string
Maximum Length:
64
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.