All REST Endpoints
Administration Service/Commands
- Execute Command
- Method: postPath:
/services/{version}/commands/execute
Administration Service/Credentials
- Create Alias
- Method: postPath:
/services/{version}/credentials/{domain}/{alias}
- Delete Alias
- Method: deletePath:
/services/{version}/credentials/{domain}/{alias}
- List Domain Aliases
- Method: getPath:
/services/{version}/credentials/{domain}
- List Domains
- Method: getPath:
/services/{version}/credentials
- Replace Alias
- Method: putPath:
/services/{version}/credentials/{domain}/{alias}
- Retrieve Alias
- Method: getPath:
/services/{version}/credentials/{domain}/{alias}
- Validate
- Method: getPath:
/services/{version}/credentials/{domain}/{alias}/valid
Administration Service/Database
- Create Connection
- Method: postPath:
/services/{version}/connections/{connection}
- Create Heartbeat Table
- Method: postPath:
/services/{version}/connections/{connection}/tables/heartbeat
- Delete Connection
- Method: deletePath:
/services/{version}/connections/{connection}
- Delete Heartbeat Table
- Method: deletePath:
/services/{version}/connections/{connection}/tables/heartbeat
- Delete Process Heartbeat Records
- Method: deletePath:
/services/{version}/connections/{connection}/tables/heartbeat/{process}
- List Connections
- Method: getPath:
/services/{version}/connections
- Manage Checkpoint Tables
- Method: postPath:
/services/{version}/connections/{connection}/tables/checkpoint
- Manage Instantiation CSN
- Method: postPath:
/services/{version}/connections/{connection}/databases/{database}/{schema}/{table}/instantiationCsn
- Manage Procedural Supplemental Logging
- Method: postPath:
/services/{version}/connections/{connection}/trandata/procedure
- Manage Schema Supplemental Logging
- Method: postPath:
/services/{version}/connections/{connection}/trandata/schema
- Manage Table Supplemental Logging
- Method: postPath:
/services/{version}/connections/{connection}/trandata/table
- Replace Connection
- Method: putPath:
/services/{version}/connections/{connection}
- Retrieve Active Transaction Details
- Method: getPath:
/services/{version}/connections/{connection}/activeTransactions
- Retrieve Connection
- Method: getPath:
/services/{version}/connections/{connection}
- Retrieve Database Names
- Method: getPath:
/services/{version}/connections/{connection}/databases
- Retrieve Database Schemas
- Method: getPath:
/services/{version}/connections/{connection}/databases/{database}
- Retrieve Database Table Details
- Method: getPath:
/services/{version}/connections/{connection}/databases/{database}/{schema}/{table}
- Retrieve Database Tables
- Method: getPath:
/services/{version}/connections/{connection}/databases/{database}/{schema}
- Retrieve Heartbeat Table
- Method: getPath:
/services/{version}/connections/{connection}/tables/heartbeat
- Retrieve Heartbeat Table Entries
- Method: getPath:
/services/{version}/connections/{connection}/tables/heartbeatData
- Retrieve Process Heartbeat Records
- Method: getPath:
/services/{version}/connections/{connection}/tables/heartbeat/{process}
- Update Heartbeat Table
- Method: patchPath:
/services/{version}/connections/{connection}/tables/heartbeat
Administration Service/Encryption Keys
- Create Encryption Key
- Method: postPath:
/services/{version}/enckeys/{keyName}
- Delete Encryption Key
- Method: deletePath:
/services/{version}/enckeys/{keyName}
- Encrypt Data
- Method: postPath:
/services/{version}/enckeys/{keyName}/encrypt
- List Encryption Keys
- Method: getPath:
/services/{version}/enckeys
- Retrieve Encryption Key
- Method: getPath:
/services/{version}/enckeys/{keyName}
Administration Service/Encryption Profiles
- Create Encryption Profile
- Method: postPath:
/services/{version}/encryption/profiles/{profile}
- Delete Encryption Profile
- Method: deletePath:
/services/{version}/encryption/profiles/{profile}
- List Encryption Profiles
- Method: getPath:
/services/{version}/encryption/profiles
- Replace Encryption Profile
- Method: patchPath:
/services/{version}/encryption/profiles/{profile}
- Retrieve Encryption Profile
- Method: getPath:
/services/{version}/encryption/profiles/{profile}
- Validate Encryption Profile
- Method: getPath:
/services/{version}/encryption/profiles/{profile}/valid
Administration Service/Extracts
- Create Extract
- Method: postPath:
/services/{version}/extracts/{extract}
- Delete Extract
- Method: deletePath:
/services/{version}/extracts/{extract}
- Issue Command
- Method: postPath:
/services/{version}/extracts/{extract}/command
- List Diagnostics
- Method: getPath:
/services/{version}/extracts/{extract}/info/diagnostics
- List Extracts
- Method: getPath:
/services/{version}/extracts
- List Information Types
- Method: getPath:
/services/{version}/extracts/{extract}/info
- List Logs
- Method: getPath:
/services/{version}/extracts/{extract}/info/logs
- List Reports
- Method: getPath:
/services/{version}/extracts/{extract}/info/reports
- Retrieve Checkpoints
- Method: getPath:
/services/{version}/extracts/{extract}/info/checkpoints
- Retrieve Diagnostics
- Method: getPath:
/services/{version}/extracts/{extract}/info/diagnostics/{diagnostic}
- Retrieve Extract
- Method: getPath:
/services/{version}/extracts/{extract}
- Retrieve History
- Method: getPath:
/services/{version}/extracts/{extract}/info/history
- Retrieve Log
- Method: getPath:
/services/{version}/extracts/{extract}/info/logs/{log}
- Retrieve Report
- Method: getPath:
/services/{version}/extracts/{extract}/info/reports/{report}
- Retrieve Status
- Method: getPath:
/services/{version}/extracts/{extract}/info/status
- Update Extract
- Method: patchPath:
/services/{version}/extracts/{extract}
Administration Service/Logs
- Critical Events
- Method: getPath:
/services/{version}/logs/events
Administration Service/Master Keys
- Create Version
- Method: postPath:
/services/{version}/masterkey
- Delete Version
- Method: deletePath:
/services/{version}/masterkey/{keyVersion}
- List Versions
- Method: getPath:
/services/{version}/masterkey
- Retrieve Version
- Method: getPath:
/services/{version}/masterkey/{keyVersion}
- Update Version
- Method: patchPath:
/services/{version}/masterkey/{keyVersion}
Administration Service/Messages
- Retrieve Messages
- Method: getPath:
/services/{version}/messages
Administration Service/Parameters
- List Parameter Names
- Method: getPath:
/services/{version}/parameters
- Retrieve Parameter Info
- Method: getPath:
/services/{version}/parameters/{parameter}
Administration Service/Replicats
- Create Replicat
- Method: postPath:
/services/{version}/replicats/{replicat}
- Delete Replicat
- Method: deletePath:
/services/{version}/replicats/{replicat}
- Issue Command
- Method: postPath:
/services/{version}/replicats/{replicat}/command
- List Diagnostics
- Method: getPath:
/services/{version}/replicats/{replicat}/info/diagnostics
- List Information Types
- Method: getPath:
/services/{version}/replicats/{replicat}/info
- List Logs
- Method: getPath:
/services/{version}/replicats/{replicat}/info/logs
- List Replicats
- Method: getPath:
/services/{version}/replicats
- List Reports
- Method: getPath:
/services/{version}/replicats/{replicat}/info/reports
- Retrieve Checkpoints
- Method: getPath:
/services/{version}/replicats/{replicat}/info/checkpoints
- Retrieve Diagnostics
- Method: getPath:
/services/{version}/replicats/{replicat}/info/diagnostics/{diagnostic}
- Retrieve History
- Method: getPath:
/services/{version}/replicats/{replicat}/info/history
- Retrieve Log
- Method: getPath:
/services/{version}/replicats/{replicat}/info/logs/{log}
- Retrieve Replicat
- Method: getPath:
/services/{version}/replicats/{replicat}
- Retrieve Report
- Method: getPath:
/services/{version}/replicats/{replicat}/info/reports/{report}
- Retrieve Status
- Method: getPath:
/services/{version}/replicats/{replicat}/info/status
- Update Replicat
- Method: patchPath:
/services/{version}/replicats/{replicat}
Administration Service/Tasks
- Create Task
- Method: postPath:
/services/{version}/tasks/{task}
- Delete Task
- Method: deletePath:
/services/{version}/tasks/{task}
- List Information Types
- Method: getPath:
/services/{version}/tasks/{task}/info
- List Tasks
- Method: getPath:
/services/{version}/tasks
- Retrieve Task
- Method: getPath:
/services/{version}/tasks/{task}
- Retrieve Task History
- Method: getPath:
/services/{version}/tasks/{task}/info/history
- Retrieve Task Status
- Method: getPath:
/services/{version}/tasks/{task}/info/status
- Update Task
- Method: patchPath:
/services/{version}/tasks/{task}
Administration Service/Trails
The operations from the Administration Service/Trails category.
- Create Trail
- Method: postPath:
/services/{version}/trails/{trail}
- Create Trail Sequence
- Method: postPath:
/services/{version}/trails/{trail}/sequences/{sequence}
- Delete Trail
- Method: deletePath:
/services/{version}/trails/{trail}
- Delete Trail Sequence
- Method: deletePath:
/services/{version}/trails/{trail}/sequences/{sequence}
- Delete Trail Sequence Collection
- Method: deletePath:
/services/{version}/trails/{trail}/sequences
- List Trail Sequences
- Method: getPath:
/services/{version}/trails/{trail}/sequences
- List Trails
- Method: getPath:
/services/{version}/trails
- Retrieve Trail
- Method: getPath:
/services/{version}/trails/{trail}
- Retrieve Trail Sequence
- Method: getPath:
/services/{version}/trails/{trail}/sequences/{sequence}
- Update Trail
- Method: patchPath:
/services/{version}/trails/{trail}
Common/Certificates
- Retrieve Available Certificate Types
- Method: getPath:
/services/{version}/certificates
- Retrieve Certificate
- Method: getPath:
/services/{version}/certificates/{type}/{certificate}
- Retrieve Certificate Names
- Method: getPath:
/services/{version}/certificates/{type}
Common/Configuration
- Service Configuration Summary
- Method: getPath:
/services/{version}/config/summary
- Service Health Details
- Method: getPath:
/services/{version}/config/health
- Service Health Summary
- Method: getPath:
/services/{version}/config/health/check
Common/Configuration Settings
- Create Configuration Data Type
- Method: postPath:
/services/{version}/config/types/{type}
- Create Configuration File
- Method: postPath:
/services/{version}/config/files/{file}
- Create Configuration Value
- Method: postPath:
/services/{version}/config/types/{type}/values/{value}
- Delete Configuration Data Type
- Method: deletePath:
/services/{version}/config/types/{type}
- Delete Configuration File
- Method: deletePath:
/services/{version}/config/files/{file}
- Delete Configuration Value
- Method: deletePath:
/services/{version}/config/types/{type}/values/{value}
- List Configuration Data Types
- Method: getPath:
/services/{version}/config/types
- List Configuration Files
- Method: getPath:
/services/{version}/config/files
- List Configuration Values
- Method: getPath:
/services/{version}/config/types/{type}/values
- Replace Configuration File
- Method: putPath:
/services/{version}/config/files/{file}
- Replace Configuration Value
- Method: putPath:
/services/{version}/config/types/{type}/values/{value}
- Retrieve Configuration Data Type
- Method: getPath:
/services/{version}/config/types/{type}
- Retrieve Configuration File
- Method: getPath:
/services/{version}/config/files/{file}
- Retrieve Configuration Value
- Method: getPath:
/services/{version}/config/types/{type}/values/{value}
Common/Content Requests
- Static Files
- Method: getPath:
/services/{version}/content
Common/Installation
- Retrieve Deployment List
- Method: getPath:
/services/{version}/installation/deployments
- Retrieve Service List
- Method: getPath:
/services/{version}/installation/services
Common/Logs
- Modify Log Properties
- Method: patchPath:
/services/{version}/logs/{log}
- Reset Log Data
- Method: deletePath:
/services/{version}/logs/{log}
- Retrieve Available Logs
- Method: getPath:
/services/{version}/logs
- Retrieve Log
- Method: getPath:
/services/{version}/logs/{log}
Common/Message Codes
- Retrieve List of Message Codes
- Method: getPath:
/services/{version}/oggerr
- Retrieve Message Explanation
- Method: getPath:
/services/{version}/oggerr/{message}
Common/REST API Catalog
- Describe API Version
- Method: getPath:
/services/{version}
- Describe Catalog Item
- Method: getPath:
/services/{version}/metadata-catalog/{resource}
- Retrieve API Versions
- Method: getPath:
/services
- Retrieve Catalog
- Method: getPath:
/services/{version}/metadata-catalog
Common/Requests
- Retrieve Background Requests
- Method: getPath:
/services/{version}/requests
- Retrieve Request Result
- Method: getPath:
/services/{version}/requests/{request}/result
- Retrieve Request Status
- Method: getPath:
/services/{version}/requests/{request}
Common/User Information
- Reset Information
- Method: deletePath:
/services/{version}/currentuser
- Retrieve Information
- Method: getPath:
/services/{version}/currentuser
Common/User Management
User management features are available for Service Manager and Administrative Server
- Bulk Create Users for Role
- Method: postPath:
/services/{version}/authorizations/{role}
- Create User
- Method: postPath:
/services/{version}/authorizations/{role}/{user}
- Delete User
- Method: deletePath:
/services/{version}/authorizations/{role}/{user}
- List User Roles
- Method: getPath:
/services/{version}/authorizations
- List Users
- Method: getPath:
/services/{version}/authorizations/{role}
- Retrieve Additional User Information
- Method: getPath:
/services/{version}/authorizations/{role}/{user}/info
- Retrieve User
- Method: getPath:
/services/{version}/authorizations/{role}/{user}
- Update User
- Method: patchPath:
/services/{version}/authorizations/{role}/{user}
Data Stream Service error messages
The operations from the Data Stream Service error messages category.
- Retrieve the data stream service error messages if applicable
- Method: getPath:
/services/{version}/stream/{streamName}/info/errors
Distribution Service
Oracle GoldenGate Distribution Service
- Create a new Oracle GoldenGate Data Stream configuration
- Method: postPath:
/services/{version}/stream/{streamName}
- Create a new Oracle GoldenGate Distribution Path
- Method: postPath:
/services/{version}/sources/{distpath}
- Delete an existing Oracle GoldenGate Data Stream configuration
- Method: deletePath:
/services/{version}/stream/{streamName}
- Delete an existing Oracle GoldenGate Distribution Path
- Method: deletePath:
/services/{version}/sources/{distpath}
- Get a list of data stream resources
- Method: getPath:
/services/{version}/stream
- Get a list of distribution paths
- Method: getPath:
/services/{version}/sources
- Get a list of the deployment extracts with their trail files
- Method: getPath:
/services/{version}/exttrails
- Retrieve an existing Oracle GoldenGate Data Stream configuration
- Method: getPath:
/services/{version}/stream/{streamName}
- Retrieve an existing Oracle GoldenGate Data Stream Information
- Method: getPath:
/services/{version}/stream/{streamName}/info
- Retrieve an existing Oracle GoldenGate Distribution Path
- Method: getPath:
/services/{version}/sources/{distpath}
- Retrieve an existing Oracle GoldenGate Distribution Path Checkpoints
- Method: getPath:
/services/{version}/sources/{distpath}/checkpoints
- Retrieve an existing Oracle GoldenGate Distribution Path Information
- Method: getPath:
/services/{version}/sources/{distpath}/info
- Retrieve an existing Oracle GoldenGate Distribution Path Statistics
- Method: getPath:
/services/{version}/sources/{distpath}/stats
- Retrieve the asyncapi yaml specification
- Method: getPath:
/services/{version}/stream/{streamName}/yaml
- Update an Existing Distribution Path
- Method: patchPath:
/services/{version}/sources/{distpath}
- Update an existing Oracle GoldenGate Data Stream configuration
- Method: patchPath:
/services/{version}/stream/{streamName}
- Update the AsyncAPI YAML Specification
- Method: patchPath:
/services/{version}/stream/{streamName}/yaml
Distribution Service/Data Target
The operations from the Distribution Service/Data Target category.
- Json Schema
- Method: getPath:
/services/{version}/dataTargetTypes/{dataTargetType}
- Types
- Method: getPath:
/services/{version}/dataTargetTypes
OAuth redirect URL
The operations from the OAuth redirect URL category.
- Receives the authorization code and exchanges it for an access and id token
- Method: getPath:
/services/{version}/authorization
Performance Metrics Service/Commands
The operations from the Performance Metrics Service/Commands category.
- Execute a command
- Method: postPath:
/services/{version}/monitoring/commands/execute
- Retrieve the list of commands
- Method: getPath:
/services/{version}/monitoring/commands
Performance Metrics Service/Datastore
Performance Metrics Service/ER Metrics
The operations from the Performance Metrics Service/ER Metrics category.
- Retrieve an existing Basic Configuration Information for Extract and Replicat
- Method: getPath:
/services/{version}/mpoints/{item}/configurationEr
- Retrieve an existing Basic Configuration Information for Manager and Services
- Method: getPath:
/services/{version}/mpoints/{item}/configurationManager
- Retrieve an existing Checkpoint Position Information
- Method: getPath:
/services/{version}/mpoints/{item}/positionEr
Performance Metrics Service/Extract Metrics
The operations from the Performance Metrics Service/Extract Metrics category.
- Retrieve an existing Bounded Recovery Extant Object Ages Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/brExtantObjectAges
- Retrieve an existing Bounded Recovery Extant Object Sizes Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/brExtantObjectSizes
- Retrieve an existing Bounded Recovery Object Ages Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/brObjectAges
- Retrieve an existing Bounded Recovery Object Pool Information
- Method: getPath:
/services/{version}/mpoints/{item}/brPoolsInfo
- Retrieve an existing Bounded Recovery Object Sizes Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/brObjectSizes
- Retrieve an existing Bounded Recovery Status
- Method: getPath:
/services/{version}/mpoints/{item}/brStatus
- Retrieve an existing Extract Database Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/statisticsExtract
- Retrieve an existing Extract Database Statistics by Procedure Feature
- Method: getPath:
/services/{version}/mpoints/{item}/statisticsProcedureExtract
- Retrieve an existing Extract Database Statistics by Table
- Method: getPath:
/services/{version}/mpoints/{item}/statisticsTableExtract
- Retrieve an existing In Flight Transaction Information
- Method: getPath:
/services/{version}/mpoints/{item}/currentInflightTransactions
Performance Metrics Service/Heartbeat Metrics
The operations from the Performance Metrics Service/Heartbeat Metrics category.
- Retrieve an existing Heartbeat timings
- Method: getPath:
/services/{version}/mpoints/{item}/heartbeat
Performance Metrics Service/Last Message Number
The operations from the Performance Metrics Service/Last Message Number category.
- Retrieve an existing Last message id number
- Method: getPath:
/services/{version}/monitoring/lastMessageId
Performance Metrics Service/Last Status Change Id Number
The operations from the Performance Metrics Service/Last Status Change Id Number category.
- Retrieve an existing Last status change id number
- Method: getPath:
/services/{version}/monitoring/lastStatusChangeId
Performance Metrics Service/Messages
The operations from the Performance Metrics Service/Messages category.
- Retrieve an existing Process Messages
- Method: getPath:
/services/{version}/monitoring/messages
- Retrieve an existing Process Messages
- Method: getPath:
/services/{version}/monitoring/{item}/messages
Performance Metrics Service/Process Metrics
The operations from the Performance Metrics Service/Process Metrics category.
- Retrieve an existing Cache Manager Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/cacheStatistics
- Retrieve an existing Database Information
- Method: getPath:
/services/{version}/mpoints/{item}/databaseInOut
- Retrieve an existing Input Trail File Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/trailInput
- Retrieve an existing Network Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/networkStatistics
- Retrieve an existing Output Trail File Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/trailOutput
- Retrieve an existing Process Information
- Method: getPath:
/services/{version}/mpoints/processes
- Retrieve an existing Process Information
- Method: getPath:
/services/{version}/mpoints/{item}/process
- Retrieve an existing Process Performance Resource Utilization Information
- Method: getPath:
/services/{version}/mpoints/{item}/processPerformance
- Retrieve an existing Process Thread Resource Utilization Information
- Method: getPath:
/services/{version}/mpoints/{item}/threadPerformance
- Retrieve an existing Queue Bucket Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/queueBucketStatistics
- Retrieve an existing Queue Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/queueStatistics
- Retrieve an existing Super Pool Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/superpoolStatistics
Performance Metrics Service/Replicat Metrics
The operations from the Performance Metrics Service/Replicat Metrics category.
- Retrieve an existing Coordinated Replicat Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/coordinationReplicat
- Retrieve an existing Database Statistics by Procedure Feature
- Method: getPath:
/services/{version}/mpoints/{item}/statisticsProcedureReplicat
- Retrieve an existing Integrated Replicat Batch SQL Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/batchSqlStatistics
- Retrieve an existing Parallel Replicat Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/parallelReplicat
- Retrieve an existing Replicat Database Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/statisticsReplicat
- Retrieve an existing Replicat Database Statistics by Table
- Method: getPath:
/services/{version}/mpoints/{item}/statisticsTableReplicat
- Retrieve an existing Statistics about dependencies
- Method: getPath:
/services/{version}/mpoints/{item}/dependencyStats
Performance Metrics Service/Service Metrics
The operations from the Performance Metrics Service/Service Metrics category.
- Retrieve an existing Distribution Service Chunk Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/distsrvrChunkStats
- Retrieve an existing Distribution Service Network Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/distsrvrNetworkStats
- Retrieve an existing Distribution Service Path Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/distsrvrPathStats
- Retrieve an existing Distribution Service Table Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/distsrvrTableStats
- Retrieve an existing Performance Metrics Service Collector Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/pmsrvrStats
- Retrieve an existing Performance Metrics Service Monitored Process Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/pmsrvrProcStats
- Retrieve an existing Performance Metrics Service Worker Thread Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/pmsrvrWorkerStats
- Retrieve an existing Receiver Service Statistics
- Method: getPath:
/services/{version}/mpoints/{item}/recvsrvrStats
- Retrieve an existing Service Health
- Method: getPath:
/services/{version}/mpoints/{item}/serviceHealth
Performance Metrics Service/Status Changes
The operations from the Performance Metrics Service/Status Changes category.
- Retrieve an existing Process Status Changes
- Method: getPath:
/services/{version}/monitoring/statusChanges
- Retrieve an existing Process Status Changes
- Method: getPath:
/services/{version}/monitoring/{item}/statusChanges
Reauthorize current user
The operations from the Reauthorize current user category.
- Use this endpoint to reauthorize the current user
- Method: postPath:
/services/{version}/currentuser/reauthorize
Receiver Service
Oracle GoldenGate Receiver Service
- Create a new Oracle GoldenGate Collector Path
- Method: postPath:
/services/{version}/targets/{path}
- Delete an existing Oracle GoldenGate Collector Path
- Method: deletePath:
/services/{version}/targets/{path}
- Get a list of distribution paths
- Method: getPath:
/services/{version}/targets
- Retrieve an existing Oracle GoldenGate Collector Path
- Method: getPath:
/services/{version}/targets/{path}
- Retrieve an existing Oracle GoldenGate Receiver Service Path Checkpoints
- Method: getPath:
/services/{version}/targets/{path}/checkpoints
- Retrieve an existing Oracle GoldenGate Receiver Service Path Information
- Method: getPath:
/services/{version}/targets/{path}/info
- Retrieve an existing Oracle GoldenGate Receiver Service Path Stats
- Method: getPath:
/services/{version}/targets/{path}/stats
- Retrieve an existing Oracle GoldenGate Receiver Service Progress
- Method: getPath:
/services/{version}/targets/{path}/progress
- Update an existing Oracle GoldenGate Collector Path
- Method: patchPath:
/services/{version}/targets/{path}
Service Manager/Authorization Profiles
- Create Authorization Profile
- Method: postPath:
/services/{version}/deployments/{deployment}/authorization/profiles/{profile}
- Delete Authorization Profile
- Method: deletePath:
/services/{version}/deployments/{deployment}/authorization/profiles/{profile}
- Get Authorization Profile
- Method: getPath:
/services/{version}/deployments/{deployment}/authorization/profiles/{profile}
- Get Authorization Profiles
- Method: getPath:
/services/{version}/deployments/{deployment}/authorization/profiles
- Patch Authorization Profile
- Method: patchPath:
/services/{version}/deployments/{deployment}/authorization/profiles/{profile}
- Test Authorization Profile
- Method: getPath:
/services/{version}/deployments/{deployment}/authorization/profiles/{profile}/valid
Service Manager/Certificates
- Add a Named Certificate
- Method: postPath:
/services/{version}/deployments/{deployment}/certificates/{type}/{certificate}
- Delete a Named Certificate
- Method: deletePath:
/services/{version}/deployments/{deployment}/certificates/{type}/{certificate}
- Replace a Named Certificate
- Method: putPath:
/services/{version}/deployments/{deployment}/certificates/{type}/{certificate}
- Retrieve Available Certificate Types
- Method: getPath:
/services/{version}/deployments/{deployment}/certificates
- Retrieve Certificate
- Method: getPath:
/services/{version}/deployments/{deployment}/certificates/{type}/{certificate}
- Retrieve Certificate Information
- Method: getPath:
/services/{version}/certificates/{type}/{certificate}/info
- Retrieve Certificate Information
- Method: getPath:
/services/{version}/deployments/{deployment}/certificates/{type}/{certificate}/info
- Retrieve Certificate Types
- Method: getPath:
/services/{version}/deployments/{deployment}/certificates/{type}
Service Manager/Cluster Management
The operations from the Service Manager/Cluster Management category.
- Add Installation to Cluster
- Method: postPath:
/services/{version}/installation/cluster
- Add Remote Installation to Cluster
- Method: postPath:
/services/{version}/installation/cluster/actions/memberAdd
- Delete Cluster Member
- Method: deletePath:
/services/{version}/installation/cluster/role/{member}
- Get Cluster Details
- Method: getPath:
/services/{version}/installation/cluster
- Remove Installation from Cluster
- Method: deletePath:
/services/{version}/installation/cluster
- Retrieve Cluster Role
- Method: getPath:
/services/{version}/installation/cluster/role/{member}
- Update Cluster Role
- Method: patchPath:
/services/{version}/installation/cluster/role/{member}
Service Manager/Deployments
- Create a Deployment
- Method: postPath:
/services/{version}/deployments/{deployment}
- List Deployments
- Method: getPath:
/services/{version}/deployments
- Remove a Deployment
- Method: deletePath:
/services/{version}/deployments/{deployment}
- Retrieve Deployment
- Method: getPath:
/services/{version}/deployments/{deployment}
- Update a Deployment
- Method: patchPath:
/services/{version}/deployments/{deployment}
Service Manager/Installation
The operations from the Service Manager/Installation category.
- Create Backend
- Method: postPath:
/services/{version}/installation/configuration/backends
- Delete Backend
- Method: deletePath:
/services/{version}/installation/configuration/backends/{backend}
- Get Backend
- Method: getPath:
/services/{version}/installation/configuration/backends/{backend}
- Get Backend List
- Method: getPath:
/services/{version}/installation/configuration/backends
- Get Configuration
- Method: getPath:
/services/{version}/installation/configuration
- Replace Backend
- Method: postPath:
/services/{version}/installation/configuration/backends/{backend}/actions/replaces
- Update Backend
- Method: patchPath:
/services/{version}/installation/configuration/backends/{backend}
- Update Configuration
- Method: patchPath:
/services/{version}/installation/configuration
Service Manager/Plugin Management
The operations from the Service Manager/Plugin Management category.
- Get Plugin Details
- Method: getPath:
/services/{version}/installation/plugins/{plugin}
- List Plugins
- Method: getPath:
/services/{version}/installation/plugins
Service Manager/Plugin Templates
The operations from the Service Manager/Plugin Templates category.
- Create Plugin Template
- Method: postPath:
/services/{version}/deployments/{deployment}/plugin/templates/{plugin}
- Delete Plugin Template
- Method: deletePath:
/services/{version}/deployments/{deployment}/plugin/templates/{plugin}
- Get Plugin Template
- Method: getPath:
/services/{version}/deployments/{deployment}/plugin/templates/{plugin}
- Get Plugin Templates
- Method: getPath:
/services/{version}/deployments/{deployment}/plugin/templates
- Update Plugin Template
- Method: putPath:
/services/{version}/deployments/{deployment}/plugin/templates/{plugin}
Service Manager/Services
- Create a Service
- Method: postPath:
/services/{version}/deployments/{deployment}/services/{service}
- Default Log
- Method: getPath:
/services/{version}/deployments/{deployment}/services/{service}/logs/default
- List Service Logs
- Method: getPath:
/services/{version}/deployments/{deployment}/services/{service}/logs
- List Services
- Method: getPath:
/services/{version}/deployments/{deployment}/services
- Remove a Service
- Method: deletePath:
/services/{version}/deployments/{deployment}/services/{service}
- Retrieve Service
- Method: getPath:
/services/{version}/deployments/{deployment}/services/{service}
- Update Service Properties
- Method: patchPath:
/services/{version}/deployments/{deployment}/services/{service}