Can i subscribe to all updates from any entity that Orion-LD receive? If yes what will a minimum example for it?
I have tried different option for entities attribute when i POST at orionld/ngsi-ld/v1/subscriptions/
- "entities": [{"type": "*"}],
- "entities": [{"type": "Entity"}],
- "entities": [{"idPattern": ".", "type": "."}],
Right now the entity type is mandatory in NGSI-LD subscriptions. That said, we recently discussed this in ETSI ISG CIM where the NGSI-LD API is defined and a decision has been made to allow for a "*" value of the entity type, matching all entity types. This will most probably be be made official in the next release (v1.8.1) of the NGSI-LD API spec - early 2024. The new feature will soon be implemented in the Orion-LD context broker. Hopefully before the end of this month, October 2023.