Required capabilities:
integrationsAcl:USE
Report changes to general information about the extractor, and indicates to the API that the extractor has started. This will close any currently running tasks with an error.
Update to extractor information.
Response with updates for the extractor.
Response for a failed request
Request validation failed.
{- "externalId": "my.integrations.id",
- "extractor": {
- "externalId": "cognite-opcua",
- "version": "1.2.3"
}, - "tasks": [
- {
- "type": "continuous",
- "name": "string",
- "action": false,
- "description": "string"
}
], - "activeConfigRevision": 0,
- "timestamp": 0
}{- "externalId": "my.integrations.id",
- "lastConfigRevision": 0
}