-
I am trying to post and/or update (using single or batch operations) an entity using the concise notation with an attribute :
```json
{
"id": "urn:ngsi-ld:Example:example-1",
…
-
Release 4.1.10, Java-Kafka AAIO. Happens after upserting one entity with type X, then updating the same entity with type Y twice.
As a result you have an entity with:
```
"type": [
,
…
-
Testing with Scorpio 4.1.6
Create a Registration without a type:
```json
{
"endpoint": "http://iot-agent:4041",
...
"mode": "exclusive",
"operations": "…
-
Scorpio 4.1.10 using this [context.jsonld](https://raw.githubusercontent.com/FIWARE/tutorials.Getting-Started/NGSI-LD/data-models/ngsi-context.jsonld).
I have the following **normalized** entity:
…
-
I have 3 Orion-LD federated instances through Context Source Registrations. When I make an HTTP GET request (/ngsi-ld/v1/entities?options=keyValues&type=T) to obtain all the entities of the type T in …
-
Hi,
I tried to delete the temporal information for one of my entities:
`DELETE .../temporal/entities/urn:ngsi-ld:Transport:001`
But I got the following error message:
```
{
"type": "http…
Jxlle updated
9 months ago
-
LanguageProperty is supported in NGSI-LD 1.6.1 - see: https://uri.etsi.org/ngsi-ld/v1/ngsi-ld-core-context-v1.6.jsonld
```console
curl -L 'http://localhost:9090/ngsi-ld/v1/entities/' \
-H 'Conten…
-
Scorpio 4.1.1
I have an isolated Scorpio with some entities. I query the `http://localhost:9090/ngsi-ld/v1/types` endpoint:
```console
curl -L 'http://localhost:9090/ngsi-ld/v1/types' \
-H 'Li…
-
- Use Kubefwd to forward services (kafka service) from PDT to your local host
- Disable the in K8s running Debezium-Bridge
- Run your local instance and configure it to run with kubefwd kafka (use -…
-
While trying out the Scorpio Broker for potential usage in a research project, I noticed that several examples from the official documentation do not work in as described practice.
One example is f…