-
I am trying to use the fiware/cygnus-ngsi-ld image with Docker-Compose but I get this error:
`ERROR: The image for the service you're trying to recreate has been removed.`
husqD updated
3 years ago
-
- Site: [https://api.nonfunctionaltest.can4l.com](https://api.nonfunctionaltest.can4l.com)
**New Alerts**
- **Cross-Domain Misconfiguration** [10098] total: 1:
- [https://api.nonfunctionalte…
-
- Site: [https://api.nonfunctionaltest.can4l.com](https://api.nonfunctionaltest.can4l.com)
**New Alerts**
- **Cross-Domain Misconfiguration** [10098] total: 1:
- [https://api.nonfunctionalte…
-
The following curl command crashes the broker:
```
curl -L -X GET 'http://localhost:1026/ngsi-ld/v1/entities/?type=TemperatureSensor&q=controlledAsset=%22urn:ngsi-ld:Building:barn002%22&prettyPrin…
-
Hi,
As we are doing integration of IoT Agent with Scorpio Broker.
For Northbound the data coming from IoT Agent is:
{
"id": "urn:ngsi-ld:Device:water001",
"type": "Device",
"heartRate": {
"typ…
-
It appears that *cygnus-ngsi* and its PosgreSQL sink can't create a postgres table when the entity has an id that contains the `-` chracter, e.g. `urn:ngsi-ld:Motion:001` as recommended in [the Fiware…
-
Following example returns
`{
"type": "https://uri.etsi.org/ngsi-ld/errors/BadRequestData",
"title": "Invalid value for Subscription::q",
"detail": "forbidden characters in String Filter"
}…
-
Add the FIWARE-Correlator header to notifications, if present in the original request.This is not an NGSI.-LD thing,
it dates back to NGSIv2, but, that's OK.
Some day we'll discuss this feature in E…
-
Our implementation of the Orion Context-LD broker does sometimes not process a POST call (create entity) but gives no errors in logging. Reproducing is difficult, since this happens only sometimes. Se…
Drbvr updated
2 years ago
-
I provision a service with "timezone": "Asia/Tokyo" using MQTT binding.
The sensor push several attributes/measruements. The issue is the timezone for observedAt is always UTC and ignoring any time…