You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Check incoming payload for any null value of any field and return error if found, or, do whatever the spec states where null is allowed (to remove an attribute for example).
New HTTP header: Orionld-Performance?
Returns a Orionld-Performance HTTP header with the number of seconds and nanoseconds that the command took
Then compare NGSI-LD "Retrieve Entity" with equivalent function for NGSIv2
Notifications using OPC-UA ?
Attribute Domains
POST /ngsi-ld/v1/cSourceSubscriptions
PATCH /ngsi-ld/v1/cSourceSubscriptions/{csub-id}
GET /ngsi-ld/v1/cSourceSubscriptions
GET /ngsi-ld/v1/cSourceSubscriptions/{csub-id}
DELETE /ngsi-ld/v1/cSourceSubscriptions/{csub-id}
One semaphore per database collection, once mongoBackend is gone
Q-filter with "database variables" in the Right-Hand-Side of the expressions
Advanced Notifications - let attributes of one entity trigger notifications for another entity (entities)
Seems like "Custom Notifications" is the way to go here
Entity Cache (would be great for "small" brokers)
Registration-Subscription Cache
Detailed Implementation doc (the source code completely explained)
Notifications for changes in datasetId (POST /entities/*/attrs)
Candidates for Orion-LD v1.8.0
bson_append_array(): invalid array detected. first element of array parameter is not "0".
Backlog
PATCH /entities/{entityId}
(need a change in postgres subAttributes table - add opcode)GET /types?options=details
and pagination - it's complex ...DELETE /subscriptions/{subscriptionId}
POST /subscriptions
PATCH /subscriptions/{subscriptionId}
PUT /entities/{entityId}
(1 week)GET /entities
Content-Length: 0
is present:application/json
the defaultContent-Type
andAccept
GET /ngsi-ld/v1/info
and also a field for "exceptions" -requestCompleted
- See MHD_OPTION_UNESCAPE_CALLBACK
-mintaka <ip:port>
if (mintaka != NULL) 30x+Location else 501 Not Implemented
notification::attributes
doesn't contain the geometry-propertycreatedAt
of attribute is modified when updating using POST /entities/{EID}/attrs - Issue createdAt for attribute updated when updating using POST /entities/{EID}/attrs #496null
value of any field and return error if found, or, do whatever the spec states wherenull
is allowed (to remove an attribute for example).requestCompleted
QA
The text was updated successfully, but these errors were encountered: