Required capabilities:
subscribeSignalsAcl:WRITE
Create one or more subscriptions in the project. A subscription ties a sink to a topic with a filter that determines which signals will be pushed out to the sink.
Subscriptions to create.
required | Array of objects (Items) [ 1 .. 10 ] items |
Created subscriptions.
The response for a bad request.
Validation Error
{- "items": [
- {
- "externalId": "my.known.id",
- "sink": {
- "type": "email",
- "externalId": "my.known.id"
}, - "filter": {
- "topic": "cognite_integrations",
- "extractorExternalId": "string",
- "extractorVersion": "string",
- "resource": "string",
- "category": "string",
- "severity": "info"
}
}
]
}{- "items": [
- {
- "externalId": "my.known.id",
- "sink": {
- "type": "email",
- "externalId": "my.known.id"
}, - "filter": {
- "topic": "cognite_integrations",
- "extractorExternalId": "string",
- "extractorVersion": "string",
- "resource": "string",
- "category": "string",
- "severity": "info"
}, - "createdTime": 1730204346000,
- "lastUpdatedTime": 1730204346000
}
]
}