All REST Endpoints

Credentials Management
APIs to search, create, test, view details and perform actions on Named Credentials, Monitoring Credentials, and Preferred Credentials
Clear a monitoring credential
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/actions/clearMonitoringCredential
Clear a preferred credential
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/actions/clearPreferredCredential
Create a monitoring credential
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/actions/setMonitoringCredential
Create a new named credential
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials
Delete the named credential with the given id
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/{namedCredentialId}
Get the named credential with the given id
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/{namedCredentialId}
List named credentials
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials
Search for monitoring credentials
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/actions/searchMonitoringCredential
Search for preferred credentials
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/actions/searchPreferredCredential
Set a named credential as preferred credential
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/actions/setPreferredCredential
Test the monitoring credential against parameters
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/actions/testMonitoringCredential
Test the named credential against the target
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/{namedCredentialId}/actions/test
Test the named credentials provided in the list
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/actions/bulkTest
Test the preferred credential against the target
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/actions/testPreferredCredential
Update an existing named credential
Method: put
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/{namedCredentialId}
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
Database Maintenance- Using Oracle Fleet Patching And Provisioning (FPP)
Additional REST APIs to use Oracle Fleet Patching and Provisioning(FPP) from Enterprise Manager. These APIs supplement the APIs from 'Database Maintenance - Updates (Patching) and Upgrades' section
Add FPP Client Property
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients/{fppClientId}/properties
Add FPP Server Property
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/properties
Delete FPP Client Property
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients/{fppClientId}/properties/{propertyName}
Delete FPP Server Property
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/properties/{propertyName}
Deregister FPP Client
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients/{fppClientId}
Deregister FPP REST User
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/restUsers/{restUser}
Deregister FPP Server
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}
Get FPP Server Details
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}
List FPP Client Properties
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients/{fppClientId}/properties
List FPP Clients
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients
List FPP REST Users
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/restUsers
List FPP Server Properties
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/properties
List FPP Servers
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers
List Image Series Discovered from FPP Server(s)
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/getFppSeries
List Images in an FPP Image Series
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/getFppImages
Opt-In FPP Image Series
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/fppSeriesOptIn
Opt-Out Image Series
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/fppSeriesOptOut
Register FPP Client
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients
Register FPP REST User
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/restUsers
Register FPP Server
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers
Synchronize Image Series
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/actions/sync
Update Credential of FPP REST User
Method: put
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/restUsers/{restUser}
Update FPP Client Property
Method: put
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients/{fppClientId}/properties/{propertyName}
Update FPP Server Property
Method: put
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/properties/{propertyName}
Update Schedule of 'Synchronize Image Series' Job
Method: patch
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}
Deployment Procedure
APIs for managing Deployment Procedures
Confirm manual step
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/actions/confirm
Delete a deployment procedure
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedure/{deploymentProcedureId}
Delete a deployment procedure instance
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}
Get all deployment procedure types
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedures/actions/getTypes
Get deployment procedure execution
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/executions/{executionId}
Get deployment procedure executions
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/executions
Get deployment procedure instances
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances
Get deployment procedures
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedures
Get details about a deployment procedure
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedures/{deploymentProcedureId}
Get details about a deployment procedure instance
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}
Get failed steps arguments in order to retry
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/actions/getRetryArguments
Ignore failed steps of the deployment procedure instance
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/actions/ignore
Reschedule procedure instance
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/actions/reschedule
Resume deployment procedure instance
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/actions/resume
Retry deployment procedure instance
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/actions/retry
Save deployment procedure input
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedures
Stop deployment procedure instance
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/actions/stop
Submit deployment procedure
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedures/{deploymentProcedureId}/actions/submit
Suspend deployment procedure instance
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/actions/suspend
Update arguments of the failed step and retry it
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/actions/updateAndRetryStep
Update deployment procedure input
Method: put
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedures
Global Target Properties
APIs to manage global target properties
Create a new global target property
Method: post
Path: https://EM_HOST:8080/em/api/globalTargetProperties
Delete the global target property with the given id
Method: delete
Path: https://EM_HOST:8080/em/api/globalTargetProperties/{globalTargetPropertyID}
Get the global target property valid values
Method: get
Path: https://EM_HOST:8080/em/api/globalTargetProperties/{globalTargetPropertyID}/validValues
Get the global target property with the given id
Method: get
Path: https://EM_HOST:8080/em/api/globalTargetProperties/{globalTargetPropertyID}
List global target propertiess
Method: get
Path: https://EM_HOST:8080/em/api/globalTargetProperties
Modify an existing global target property
Method: patch
Path: https://EM_HOST:8080/em/api/globalTargetProperties/{globalTargetPropertyID}
Incidents and Events
APIs to search, view details and perform actions on Incidents and Events.
Clear an incident
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents/{incidentId}/actions/clear
Find incident by ID
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents/{incidentId}
Get a list of incidents
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents
Get details of an event
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/events/{eventId}
Get member events for the incident
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents/{incidentId}/events
List of annotations for the incident
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents/{incidentId}/annotations
Suppress an incident
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents/{incidentId}/actions/suppress
UnSuppress an incident
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents/{incidentId}/actions/unsuppress
Lifecycle Maintenance History
REST API for Lifecycle Maintenance history
Export Lifecycle Maintenance History
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/lcmOperations/actions/exportLcmHistory
Get Lifecycle Maintenance History
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/lcmOperations/actions/getLcmHistory
Metrics
Query metric data/metadata
Get data points for numeric metric(s) over time
Method: get
Path: http://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/metricTimeSeries
Get latest values for the metrics in the group
Method: get
Path: http://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/metricGroups/{metricGroupName}/latestData
Get metric group details for a target
Method: get
Path: http://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/metricGroups/{metricGroupName}
Get metric groups for the target
Method: get
Path: http://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/metricGroups
Target
APIs to manage targets
Create a new target
Method: post
Path: https://EM_HOST:8080/em/api/targets
Delete the target with the given id
Method: delete
Path: https://EM_HOST:8080/em/api/targets/{targetId}
Get target properties
Method: get
Path: https://EM_HOST:8080/em/api/targets/{targetId}/properties
Get the target with the given id
Method: get
Path: https://EM_HOST:8080/em/api/targets/{targetId}
List targets
Method: get
Path: https://EM_HOST:8080/em/api/targets
Modify an existing target
Method: patch
Path: https://EM_HOST:8080/em/api/targets/{targetId}
Update or create properties of a target
Method: post
Path: https://EM_HOST:8080/em/api/targets/{targetId}/actions/bulkUpdateProperties
TargetType
APIs to query metadata for target types
Create a credential set
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targetTypes/{type}/credentialSets
Delete a Credential Set
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targetTypes/{type}/credentialSets/{credSet}
Get credential set for a target type
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targetTypes/{type}/credentialSets/{credSet}
Get the create samples for the target type
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targetTypes/{type}/targetCreateSamples
List credential sets
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targetTypes/{type}/credentialSets
Modify an existing credential set
Method: put
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targetTypes/{type}/credentialSets/{credSet}
Search for credential type information
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targetTypes/{type}/actions/searchCredentialTypeInfo
User Management
APIs for listing users, viewing a user, creating a user, modifying a user, deleting a user, listing roles, viewing a role, creating a role, modifying a role, deleting a role, listing privileges, etc
Create a new role
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles
Create a new user
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users
Delete a role
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles/{roleId}
Delete a user
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users/{userId}
Get details of a role
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles/{roleId}
Get details of a user
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users/{userId}
Get user delete task information
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users/{userId}/deleteUserTask
List grantees of a role
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles/{roleId}/grantees
List privileges
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/privileges
List privileges granted to a role
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles/{roleId}/privilegeGrants
List privileges granted to a user
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users/{userId}/privilegeGrants
List roles
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles
List roles for given search details
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles/actions/search
List roles granted to a role
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles/{roleId}/roleGrants
List roles granted to a user
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users/{userId}/roleGrants
List secure resources of a role for a privilege
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles/{roleId}/privilegeGrants/{privilegeName}/secureResources
List secure resources of a user for a privilege
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users/{userId}/privilegeGrants/{privilegeName}/secureResources
List users
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users
List users for given search details
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users/actions/search
Modify a role
Method: put
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles/{roleId}
Modify a user
Method: put
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users/{userId}
ZDLRA Management
APIs for managing Recovery Appliance protected databases.
Add Protected Databases
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/actions/bulkAddProtectedDatabases
Add Protection Policy to Replication Server
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raId}/replicationServers/{repServerName}/protectionPolicies/{policyName}
Create Archival Backup for a Protected Database
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases/{protectedDatabaseUniqueName}/archivalBackups
Create Protection Policies
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/actions/bulkCreateProtectionPolicies
Delete Protection Policies
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/actions/bulkDeleteProtectionPolicies
Delete Protection Policy
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectionPolicies/{protectionPolicyName}
Fleet Add Protected Databases
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/actions/bulkAddProtectedDatabases
Fleet Create Protection Policies
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/actions/bulkCreateProtectionPolicies
Fleet Delete Protection Policies
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/actions/bulkDeleteProtectionPolicies
Fleet Remove Protected Databases
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/actions/bulkRemoveProtectedDatabases
Fleet Update Protection Policies
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/actions/bulkUpdateProtectionPolicies
Get Protected Database Details
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases/{protectedDatabaseName}
Get Protection Policy Details
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectionPolicies/{protectionPolicyName}
Get Restore Information for a Protected Database
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases/{protectedDatabaseUniqueName}/restoreInfo
List Archival Backups for a Protected Database
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases/{protectedDatabaseUniqueName}/archivalBackups
List Protected Databases
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases
List Protection Policies
Method: get
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectionPolicies
Remove Protected Database
Method: delete
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases/{protectedDatabaseName}
Remove Protected Databases
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/actions/bulkRemoveProtectedDatabases
Update Protection Policies
Method: post
Path: https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/actions/bulkUpdateProtectionPolicies