All REST Endpoints

Fleet Patching and Provisioning/RHP - Manage Gold Images
You can create gold images and series to manage your deployments.
Add a new image series
Method: post
Path: /series/{seriesId}
Add image to series
Method: post
Path: /series/{seriesId}/images/{imageId}
Delete image series
Method: delete
Path: /series/{seriesId}
Deletes the specified image name
Method: delete
Path: /images/{imageId}
Display the configuration of the specified image
Method: get
Path: /images/{imageId}
Get all the series
Method: get
Path: /series
Get image series
Method: get
Path: /series/{seriesId}
Lists all the gold images
Method: get
Path: /images
Lists all the gold images that matches the specified query parameters.
Method: get
Path: /images/search
Remove image from series
Method: delete
Path: /series/{seriesId}/images/{imageId}
Schedules an import image operation
Method: post
Path: /images
Search series matching certain parameters
Method: get
Path: /series/search
Subscribe a user to a series
Method: post
Path: /series/{seriesId}/users/{userId}
Unsubscribe a user from a series
Method: delete
Path: /series/{seriesId}/users/{userId}
Fleet Patching and Provisioning/RHP - Manage Operation Results
You can verify the status and retrieve the output messages of any operation that creates a job to handle its scheduled execution like imaging, provisioning, upgrade and patching operations of software homes.
Get all the jobs
Method: get
Path: /jobs
Get job details
Method: get
Path: /jobs/{jobId}
Get the job output and result
Method: get
Path: /jobs/{jobId}/output
Fleet Patching and Provisioning/RHP - Patch Software homes
You can move from one provisioned copy of a gold image to a provisioned copy of a gold image that is at a higher patch level.
Patch an Oracle Database Software home
Method: patch
Path: /workingcopies/{workingCopyId}/databases
Patch Grid Infrastructure Software home
Method: patch
Path: /workingcopies/{workingCopyId}/gihome/{destWcId}
Fleet Patching and Provisioning/RHP - Patch Unmanaged Software Homes
You can move from one software home that is not a copy of a gold image to a provisioned copy of a gold image that is at a higher patch level than the first software home.
Patch an unmanaged Oracle Database Software home
Method: patch
Path: /databases
Patch unmanaged Grid Infrastructure Software home
Method: patch
Path: /gihome/{destWcId}
Fleet Patching and Provisioning/RHP - Provisioning Software homes
You can provision a working copy of a gold image.
Create Oracle Database Software
Method: post
Path: /workingcopies/{workingCopyId}/databases
Create working copy
Method: post
Path: /workingcopies
Delete working copy
Method: delete
Path: /workingcopies/{workingCopyId}
Get all working copies
Method: get
Path: /workingcopies
Get working copies based on a certain image type
Method: get
Path: /workingcopies/imagetypes/{imageType}
Get working copy details
Method: get
Path: /workingcopies/{workingCopyId}
Search working copies
Method: get
Path: /workingcopies/search
Fleet Patching and Provisioning/RHP - Upgrade Software homes
You can move from one provisioned copy of a gold image to a provisioned copy of a gold image that is at a higher version.
Upgrade an Oracle Database Software home
Method: put
Path: /workingcopies/{workingCopyId}/databases/{dbUniqueName}
Upgrade Grid Infrastructure Software home
Method: put
Path: /workingcopies/{workingCopyId}/gihome/{destWcId}
Fleet Patching and Provisioning/RHP - Upgrade Unmanaged Software Homes
You can move from one software home that is not a copy of a gold image to a provisioned copy of a gold image that is at a higher version level than the first software home.
Upgrade an unmanaged Oracle Database Software home
Method: put
Path: /databases/{dbUniqueName}
Upgrade unmanaged Grid Infrastructure Software home
Method: put
Path: /gihome/{destWcId}