-
## I wish
To find OpenAPI V3 spec files
## Instead
I just find Swagger V2 spec files ;)
## Notes
if you need support in the conversion, I could help!
-
When you enable CORS for all origins request to .../v2/ work with CORS but request to .../ngsi-ld/v1/ do not work
-
orion:
labels:
org.fiware: 'twinair'
image: fiware/orion-ld:1.5.0
restart: unless-stopped
hostname: orion
container_name: fiware-orion
depends_on:
- mongo-db
networks:
- default
ports:
- "…
-
### Summary
SUPSI, CSIC, Rovimatica, Ginkgo and Martel could all potentially benefit from a Python library for interacting with the Kitt4sme infra, especially Keycloak and Fiware. Developing a common…
-
Hi ,
I am getting memory following issue while testing (upset , subscription and Query by ID API). Error log:
I am getting following memory issue.
/ngsi-ld/v1/subscriptions/ ---------------------…
-
### Details
Use NGSILD API with temporal query format to access timeseries data
### Acceptance Criteria
1. Start with a normal temporal query in NGSI-LD API format, should receive a response b…
-
**Issue**
When Orion-LD is running on Kubernetes and utilizing the clustered MongoDB, the mongocOnly environment variable is used to ensure everything works. However, activating mongocOnly prevents o…
-
Issue: Autoprovision functionality not working as expected when configured at device/group level.
Steps to reproduce:
1) Register a device with 'autoprovision' flag set to true:
```
{
"devices"…
-
Hi,
when `POST`ing or `PATCH`ing attributes of entities concurrently (at most 5 requests a second) with requests like `POST/PATCH 'http://:/ngsi-ld/v1/entities//attrs'`
Orion-LD crashes with the f…
-
https://github.com/Fiware/NGSI-LD_Tests/blob/master/contextConsumption/retrieve_entity_test.js#L10