Database Maintenance- Updates (Patching) And Upgrades REST Endpoints

Database Maintenance- Updates (Patching) And Upgrades
REST APIs for performing updates and upgrades of components from the database system (Grid Infrastructure, Databases, etc.)
Check Applicability of Image
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/actions/checkApplicability
Create Image
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages
Create Image Version
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/versions
Delete Image
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}
Delete Image Version
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/versions/{versionId}
Export Image
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/actions/export
Get Current Image Version Details
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/patches
Get Image
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}
Get Image Version
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/versions/{versionId}
Get Image Version Details
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/versions/{versionId}/patches
Get Patch Recommendation Job Latest Run Details
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/getPatchRecommendationJobLatestRunDetails
Get Report of Unsubscribed Targets
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/unSubscribedTargetsReport
Get summary of Images and Subscriptions
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/querySummary
Get Target Subscription
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/getTargetSubscription
List Additional Patches in Target
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/targets/{targetId}/additionalPatches
List Image Versions
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/versions
List Images
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages
List Targets Subscribed to Image
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/targets
Mark Image Version as 'Current'
Method: patch
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/versions/{versionId}
Perform Operation
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fleetOperations
Recommend Patches for 'Current' Image Version
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/patchRecommendations
Recommend Patches for Image Version
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/versions/{versionId}/patchRecommendations
Report of Patch Compliance for Subscribed Targets
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/targetsPatchComplianceReport
Report of Patch Recommendations for Images
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/patchRecommendationsReport
Submit Patch Recommendation Job
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/submitPatchRecommendationJob
Subscribe Targets to an Image
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/actions/subscribeTargets
Unsubscribe Targets from an Image
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/actions/unSubscribeTargets