Concepts
- Sinks — Delivery targets for signals (for example email addresses or HTTP endpoints). Create, list, update, and delete sinks through the sinks endpoints.
- Subscriptions — Rules that select which signals to receive and which sink should receive them. Manage subscriptions with the subscriptions endpoints.
- Listing signals — Retrieve published signals with the list endpoint when you need to inspect or debug traffic.
Configure as code
If you use the Cognite Toolkit, you can represent sinks and subscriptions as YAML resources under asignals/ directory. See the toolkit resource library for supported kinds and examples.
The stable (
20230101) API reference does not include Signals. Use the beta or alpha API reference for Signals concepts and endpoint documentation. Send cdf-version: beta on requests. For how preview APIs relate to stable, see Beta API reference.