- Subcategories:
- Data Target
Distribution Service REST Endpoints
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