Contracts API
Contract API overview about how it functions within Datastreamer
Endpoints under this category are used primarily to manage Data Source authentication profiles.
Endpoint Details
Endpoint | Type | Description |
---|---|---|
Creates/Replace Authentication Details for Data Source | PUT | Existing values that are not specified in the request are cleared. Returns a redacted copy of the updated authentication details |
Get all Operations Contract | GET | Returns all running operations contracts within the data streamer system. |
Deletes Authentication Details for Data Source | DELETE | Existing values that are not specified in the request remain unchanged. Returns a redacted copy of authentication details that were deleted |
Gets Authentication Details for Data Source | GET | This endpoint returns a redacted copy of authentication details. |
Updated about 1 month ago