-
`cygnus-ngsi-ld` - is name of docker image that is using in this repository now.
`cygnus-ld` - is name of docker image that hosting in reality on `hub.docker.com`
https://github.com/telefo…
-
### Cygnus
Cygnus currently defines the following port mappings:
```text
cygnus-ngsi.sources.http-source-mysql.port = 5050
cygnus-ngsi.sources.http-source-mongo.port = 5051
cygnus-ngsi.…
-
Create an Entity with a Property whose `value` is a JSON Object.
```console
curl -iX POST \
http://localhost:1026/ngsi-ld/v1/entities \
-H 'Content-Type: application/ld+json' \
-d '{
…
-
When I try to update an attribute of an entity the Orion-LD crashes. The sequence of operations and the responses are the following:
01.Create Entity Selecting Content Type
Request ->
```
{
…
-
The `PATCH /ngsi-ld/v1/entities/{entityId}/attrs/{attrId}` fails when including `datasetId` into a request body.
```
curl -sS -X PATCH 'http://localhost:1026/ngsi-ld/v1/entities/urn:ngsi-ld:entiti…
-
- Site: [https://api.nonfunctionaltest.can4l.com](https://api.nonfunctionaltest.can4l.com)
**New Alerts**
- **Cross-Domain Misconfiguration** [10098] total: 4:
- [https://api.nonfunctionalte…
-
I have run into problems when two or more requests reach the `ngsi-ld/v1/entityOperations/upsert` endpoint at the **same time**. Orion-LD crashes without any error messages.
This is my docker compo…
-
I am using Orion-LD v1.4.0, when I want to create an entity with the following details
```
{
"method": "POST",
"url": "http://localhost:1026/ngsi-ld/v1/entities/",
"headers": {
…
-
We have the following warning:
```
WARN@11:35:00 subCacheAlterationMatch.cpp[153]: Unterschiedliche Entität (urn:ngsi-ld:TrafficObservationBicycleData:Kiel:C4:VDZ2 vs urn:ngsi-ld:TrafficObservatio…
-
I make a batch create operation
```console
curl -L -X POST 'http://localhost:1026/ngsi-ld/v1/entityOperations/create' \
-H 'Content-Type: application/json' \
-H 'Link: ; rel="http://www.w3.org/n…