Patch Exadata system.
post
/rhp-restapi/rhp/exadatas/actions/update
Updates software for Oracle Exadata Database Machine
Request
Supported Media Types
- application/json
Header Parameters
-
Authorization(required): string
Base64 encoding of the user name and password of the user making the request. For more information, see Authentication for Fleet Patching and Provisioning.
Root Schema : UpdateExadataBody
Type:
Show Source
object-
abort:
boolean
Default Value:
falseAbort the ongoing 'update exadata' operation -
backup:
boolean
Default Value:
falsePerform backup for the Exadata database servers -
batches:
string
List of batches of nodes in the format: "(Ba),...,(Bz)"
-
cells:
string
Comma-separated list of cell nodes
-
client:
string
Client cluster name
-
continue:
boolean
Default Value:
falseContinue update exadata on the next batch of nodes when using -batches option -
dbNodes:
string
Comma-separated list of db nodes/empty value for auto discovery of the db nodes (active nodes in the cluster
-
downgrade:
boolean
Default Value:
falseDowngrade the InfiniBand Network Fabric switches -
drainTimeout:
integer(int32)
Service drain timeout specified in seconds.
-
eval:
boolean
Default Value:
falseEvaluate without executing the command -
fromNode:
string
Node name from where the patchmgr is to be run
-
ibSwitches:
string
Comma-separated list of switch nodes
-
imageName:
string
Name of the exadata image
-
isoRepo:
string
Specifies the ISO image name
-
liveupdate:
string
Allowed Values:
[ "HIGHCVSS", "ALLCVSS", "FULL" ]Perform Exadata Database node live update -
patchMgrArgs:
string
Quoted string containing optional arguments for patch manager
-
patchMgrDrivingSystem:
string
Patch manager driving system node
-
patchMgrLoc:
string
Location of patch manager
-
path:
string
The absolute path for deploying image for upgrading/downgrading IB switches in VM environment
-
roceSwitches:
string
Comma-separated list of ROCE switches or file containing the list of RoCE switches, one siwtch name in each line
-
rollback:
boolean
Default Value:
falseRolls back the patch -
schedule:
string
Preferred time to execute the operation, in ISO-8601 format.Example:
2016-12-21T19:13:17+05 -
server:
boolean
Default Value:
falsePatch Exadata from FPP server -
smtpFrom:
string
The address from which patchmgr notifications are sent
-
smtpTo:
string
The addresses to which patchmgr notifications are sent
-
user:
string
Name of the user for whom the software home is being provisioned
Security
-
basicAuthentication: basic
Type:
basic
Response
Supported Media Types
- application/json
- text/html
202 Response
Accepted. A JSON object containing job resource details of the accepted operation to obtain status and output of the progress.
Headers
-
Location: string
URL to the job that will execute the operation
Root Schema : jobResource
Type:
Show Source
object-
jobId:
string
-
links:
array links
-
operation:
string
-
output:
object jobOutputResource
-
status:
string
Allowed Values:
[ "SCHEDULED", "UNKNOWN", "EXECUTING", "PAUSED", "ABORTED", "TERMINATED", "FAILED", "SUCCEEDED" ]
Nested Schema : jobOutputResource
Type:
Show Source
object-
hasMore:
boolean
Default Value:
false -
limit:
integer
-
links:
array links
-
offset:
integer
-
output:
string
Nested Schema : singleResourceLinks
Type:
Show Source
object-
href:
string
The referenced hyperlink element provided in an absolute format.
-
rel:
string
Allowed Values:
[ "self", "collection", "up", "describedBy" ]Specify the type of relationship the link has with the described resource.
Nested Schema : collectionResourceLinks
Type:
Show Source
object-
href:
string
The referenced hyperlink element provided in an absolute format with the correct URL parameters.
-
rel:
string
Allowed Values:
[ "next", "prev", "first", "last" ]Specify the type of relationship the link has with the described resource.
400 Response
Bad Request. A JSON object containing error details of the issue found while parsing a parameter value or name.
Root Schema : errorResource
Type:
Show Source
object-
errorCode:
string
Application specific error code, related to the error message shown at tittle.
-
errorDetails:
array errorDetails
If multiple errors are reported they can be organized in a hierarchical structure in this array.
-
errorPath:
string
XPath or JSON path to indicate where the error occurs.
-
instance:
string
URI to the link that provides more detail about the error.
-
status:
integer
HTTP status code.
-
title:
string
Summary error message.
-
type:
string
Link to HTTP error code page.
Nested Schema : errorDetails
Type:
arrayIf multiple errors are reported they can be organized in a hierarchical structure in this array.
Show Source
Default Response
Unexpected error. A JSON object containing error details of the issue while executing the operation.
Root Schema : errorResource
Type:
Show Source
object-
errorCode:
string
Application specific error code, related to the error message shown at tittle.
-
errorDetails:
array errorDetails
If multiple errors are reported they can be organized in a hierarchical structure in this array.
-
errorPath:
string
XPath or JSON path to indicate where the error occurs.
-
instance:
string
URI to the link that provides more detail about the error.
-
status:
integer
HTTP status code.
-
title:
string
Summary error message.
-
type:
string
Link to HTTP error code page.
Nested Schema : errorDetails
Type:
arrayIf multiple errors are reported they can be organized in a hierarchical structure in this array.
Show Source