All REST Endpoints
Blackout
APIs to manage blackouts
- Blackout statistics
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/blackouts/dashboard - Create a new blackout
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/blackouts - Create a new blackout reason
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/blackouts/reasons - Delete blackout reason
- Method: deletePath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/blackouts/reasons/{reasonId} - Delete the blackout with the given id
- Method: deletePath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/blackouts/{blackoutId} - Edit an existing blackout
- Method: patchPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/blackouts/{blackoutId} - Get the blackout with the given id
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/blackouts/{blackoutId} - Get the targets in a blackout
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/blackouts/{blackoutId}/targets - List Blackout reasons
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/blackouts/reasons - List blackouts
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/blackouts - Stop the blackout with the given id
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/blackouts/{blackoutId}/actions/stop
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: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/actions/clearMonitoringCredential - Clear a preferred credential
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/actions/clearPreferredCredential - Create a monitoring credential
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/actions/setMonitoringCredential - Create a new named credential
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials - Delete the named credential with the given id
- Method: deletePath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/{namedCredentialId} - Get the named credential with the given id
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/{namedCredentialId} - List named credentials
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials - Search for monitoring credentials
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/actions/searchMonitoringCredential - Search for preferred credentials
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/actions/searchPreferredCredential - Set a named credential as preferred credential
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/actions/setPreferredCredential - Test the monitoring credential against parameters
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/actions/testMonitoringCredential - Test the named credential against the target
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/{namedCredentialId}/actions/test - Test the named credentials provided in the list
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/actions/bulkTest - Test the preferred credential against the target
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/actions/testPreferredCredential - Update an existing named credential
- Method: putPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/namedCredentials/{namedCredentialId}
Database Backup Management
APIs for managing Database Backup.
- Configure Backup
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/databases/{databaseId}/actions/configureBackup - Fleet Configure Backup
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/databases/actions/bulkConfigureBackup - Fleet Schedule Backup
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/databases/actions/bulkSubmitBackup
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: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/actions/checkApplicability - Create Image
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages - Create Image Version
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/versions - Delete Image
- Method: deletePath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId} - Delete Image Version
- Method: deletePath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/versions/{versionId} - Export Image
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/actions/export - Get Current Image Version Details
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/patches - Get Image
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId} - Get Image Version
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/versions/{versionId} - Get Image Version Details
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/versions/{versionId}/patches - Get Patch Recommendation Job Latest Run Details
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/getPatchRecommendationJobLatestRunDetails - Get Subscription Report of Targets
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/targetsSubscriptionReport - Get summary of Images and Subscriptions
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/querySummary - Get Target Subscription
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/getTargetSubscription - List Additional Patches in Target
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/targets/{targetId}/additionalPatches - List Image Versions
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/versions - List Images
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages - List Targets Subscribed to Image
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/targets - Mark Image Version as 'Current'
- Method: patchPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/versions/{versionId} - Perform Operation
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fleetOperations - Recommend Patches for 'Current' Image Version
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/patchRecommendations - Recommend Patches for Image Version
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/versions/{versionId}/patchRecommendations - Report of Patch Compliance for Subscribed Targets
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/targetsPatchComplianceReport - Report of Patch Recommendations for Images
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/patchRecommendationsReport - Submit Patch Recommendation Job
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/submitPatchRecommendationJob - Subscribe Targets to an Image
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/{goldImageId}/actions/subscribeTargets - Unsubscribe Targets from an Image
- Method: postPath:
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: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients/{fppClientId}/properties - Add FPP Server Property
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/properties - Delete FPP Client Property
- Method: deletePath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients/{fppClientId}/properties/{propertyName} - Delete FPP Server Property
- Method: deletePath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/properties/{propertyName} - Deregister FPP Client
- Method: deletePath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients/{fppClientId} - Deregister FPP REST User
- Method: deletePath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/restUsers/{restUser} - Deregister FPP Server
- Method: deletePath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId} - Get FPP Server Details
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId} - List FPP Client Properties
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients/{fppClientId}/properties - List FPP Clients
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients - List FPP REST Users
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/restUsers - List FPP Server Properties
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/properties - List FPP Servers
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers - List Image Series Discovered from FPP Server(s)
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/getFppSeries - List Images in an FPP Image Series
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/getFppImages - Opt-In FPP Image Series
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/fppSeriesOptIn - Opt-Out Image Series
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/goldImages/actions/fppSeriesOptOut - Register FPP Client
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients - Register FPP REST User
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/restUsers - Register FPP Server
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers - Synchronize Image Series
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/actions/sync - Update Credential of FPP REST User
- Method: putPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/restUsers/{restUser} - Update FPP Client Property
- Method: putPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppClients/{fppClientId}/properties/{propertyName} - Update FPP Server Property
- Method: putPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}/properties/{propertyName} - Update Schedule of 'Synchronize Image Series' Job
- Method: patchPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/fppServers/{fppServerId}
Deployment Procedure
APIs for managing Deployment Procedures
- Confirm manual step
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/actions/confirm - Delete a deployment procedure
- Method: deletePath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedure/{deploymentProcedureId} - Delete a deployment procedure instance
- Method: deletePath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId} - Get all deployment procedure types
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedures/actions/getTypes - Get deployment procedure execution
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/executions/{executionId} - Get deployment procedure executions
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/executions - Get deployment procedure instances
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances - Get deployment procedures
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedures - Get details about a deployment procedure
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedures/{deploymentProcedureId} - Get details about a deployment procedure instance
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId} - Get failed steps arguments in order to retry
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/actions/getRetryArguments - Ignore failed steps of the deployment procedure instance
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/actions/ignore - Reschedule procedure instance
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/actions/reschedule - Resume deployment procedure instance
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/actions/resume - Retry deployment procedure instance
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/actions/retry - Save deployment procedure input
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedures - Stop deployment procedure instance
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/actions/stop - Submit deployment procedure
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedures/{deploymentProcedureId}/actions/submit - Suspend deployment procedure instance
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/actions/suspend - Update arguments of the failed step and retry it
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/deploymentProcedureInstances/{deploymentProcedureInstanceId}/actions/updateAndRetryStep - Update deployment procedure input
- Method: putPath:
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: postPath:
https://EM_HOST:8080/em/api/globalTargetProperties - Delete the global target property with the given id
- Method: deletePath:
https://EM_HOST:8080/em/api/globalTargetProperties/{globalTargetPropertyID} - Get the global target property valid values
- Method: getPath:
https://EM_HOST:8080/em/api/globalTargetProperties/{globalTargetPropertyID}/validValues - Get the global target property with the given id
- Method: getPath:
https://EM_HOST:8080/em/api/globalTargetProperties/{globalTargetPropertyID} - List global target propertiess
- Method: getPath:
https://EM_HOST:8080/em/api/globalTargetProperties - Modify an existing global target property
- Method: patchPath:
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: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents/{incidentId}/actions/clear - Find incident by ID
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents/{incidentId} - Get a list of incidents
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents - Get details of an event
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/events/{eventId} - Get member events for the incident
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents/{incidentId}/events - List of annotations for the incident
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents/{incidentId}/annotations - Suppress an incident
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/incidents/{incidentId}/actions/suppress - UnSuppress an incident
- Method: postPath:
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: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/lcmOperations/actions/exportLcmHistory - Get Lifecycle Maintenance History
- Method: postPath:
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: getPath:
http://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/metricTimeSeries - Get latest values for the metrics in the group
- Method: getPath:
http://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/metricGroups/{metricGroupName}/latestData - Get metric group details for a target
- Method: getPath:
http://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/metricGroups/{metricGroupName} - Get metric groups for the target
- Method: getPath:
http://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targets/{targetId}/metricGroups
Target
APIs to manage targets
- Create a new target
- Method: postPath:
https://EM_HOST:8080/em/api/targets - Delete the target with the given id
- Method: deletePath:
https://EM_HOST:8080/em/api/targets/{targetId} - Get target properties
- Method: getPath:
https://EM_HOST:8080/em/api/targets/{targetId}/properties - Get the target with the given id
- Method: getPath:
https://EM_HOST:8080/em/api/targets/{targetId} - List targets
- Method: getPath:
https://EM_HOST:8080/em/api/targets - Modify an existing target
- Method: patchPath:
https://EM_HOST:8080/em/api/targets/{targetId} - Update or create properties of a target
- Method: postPath:
https://EM_HOST:8080/em/api/targets/{targetId}/actions/bulkUpdateProperties
TargetType
APIs to query metadata for target types
- Create a credential set
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targetTypes/{type}/credentialSets - Delete a Credential Set
- Method: deletePath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targetTypes/{type}/credentialSets/{credSet} - Get credential set for a target type
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targetTypes/{type}/credentialSets/{credSet} - Get the create samples for the target type
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targetTypes/{type}/targetCreateSamples - List credential sets
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targetTypes/{type}/credentialSets - Modify an existing credential set
- Method: putPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/targetTypes/{type}/credentialSets/{credSet} - Search for credential type information
- Method: postPath:
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: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles - Create a new user
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users - Delete a role
- Method: deletePath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles/{roleId} - Delete a user
- Method: deletePath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users/{userId} - Get details of a role
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles/{roleId} - Get details of a user
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users/{userId} - Get user delete task information
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users/{userId}/deleteUserTask - List grantees of a role
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles/{roleId}/grantees - List privileges
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/privileges - List privileges granted to a role
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles/{roleId}/privilegeGrants - List privileges granted to a user
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users/{userId}/privilegeGrants - List roles
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles - List roles for given search details
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles/actions/search - List roles granted to a role
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles/{roleId}/roleGrants - List roles granted to a user
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users/{userId}/roleGrants - List secure resources of a role for a privilege
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles/{roleId}/privilegeGrants/{privilegeName}/secureResources - List secure resources of a user for a privilege
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users/{userId}/privilegeGrants/{privilegeName}/secureResources - List users
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users - List users for given search details
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users/actions/search - Modify a role
- Method: putPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/roles/{roleId} - Modify a user
- Method: putPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/users/{userId}
ZDLRA Management
APIs for managing a Recovery Appliance.
- Add Protected Databases
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/actions/bulkAddProtectedDatabases - Add Protection Policy to Replication Server
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/replicationServers/{repServerName}/protectionPolicies/{policyName} - Create Archival Backups
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases/{protectedDatabaseUniqueName}/archivalBackups - Create Protection Policies
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/actions/bulkCreateProtectionPolicies - Delete Protection Policies
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/actions/bulkDeleteProtectionPolicies - Delete Protection Policy
- Method: deletePath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectionPolicies/{protectionPolicyName} - Fleet Add Protected Databases
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/actions/bulkAddProtectedDatabases - Fleet Create Archival Backups
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/archivalBackups/protectionPolicy/{protectionPolicyName} - Fleet Create Protection Policies
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/actions/bulkCreateProtectionPolicies - Fleet Delete Protection Policies
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/actions/bulkDeleteProtectionPolicies - Fleet List Archival Backups
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/archivalBackups/protectionPolicy/{protectionPolicyName} - Fleet Remove Protected Databases
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/actions/bulkRemoveProtectedDatabases - Fleet Update Protection Policies
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/actions/bulkUpdateProtectionPolicies - Get Protected Database Details
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases/{protectedDatabaseName} - Get Protected Database Restore Information
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases/{protectedDatabaseUniqueName}/restoreInfo - Get Protection Policy Details
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectionPolicies/{protectionPolicyName} - List Protected Database Archival Backups
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases/{protectedDatabaseUniqueName}/archivalBackups - List Protected Databases
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases - List Protection Policies
- Method: getPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectionPolicies - Remove Protected Database
- Method: deletePath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/protectedDatabases/{protectedDatabaseName} - Remove Protected Databases
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/actions/bulkRemoveProtectedDatabases - Update Protection Policies
- Method: postPath:
https://EM_HOST:EM_CONSOLE_HTTPS_PORT/em/api/zdlra/{raTargetId}/actions/bulkUpdateProtectionPolicies