Skip to content

Commit

Permalink
Explicitly add apiKey, dbURI
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-fox committed Jun 28, 2024
1 parent e05d8b0 commit 4564e1b
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/crud-operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ orion:
- '1026'
ports:
- '1026:1026'
command: -dbhost mongo-db -logLevel DEBUG
command: -dbURI mongodb://mongo-db -logLevel DEBUG
```
```yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/entity-relationships.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ orion:
- '1026'
ports:
- '1026:1026'
command: -dbhost mongo-db -logLevel DEBUG
command: -dbURI mongodb://mongo-db -logLevel DEBUG
```
```yaml
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ The Orion Context Broker can be started and connected to the network with the fo

```bash
docker run -d --name fiware-orion -h orion --network=fiware_default \
-p 1026:1026 fiware/orion -dbhost mongo-db
-p 1026:1026 fiware/orion -dbURI mongodb://mongo-db
```

> **Note:** If you want to clean up and start again you can do so with the following commands
Expand Down
2 changes: 1 addition & 1 deletion docs/identity-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The tutorial demonstrates examples of interactions using the **Keyrock** GUI, as
commands used to access the **Keyrock** REST API -
[Postman documentation](https://fiware.github.io/tutorials.Identity-Management/) is also available.

[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/5f9e1736f979b86ec94a)
[![Run in Postman](https://run.pstmn.io/button.svg)](https://app.getpostman.com/run-collection/5f9e1736f979b86ec94a)
[![Run in GitPod](https://fiware.github.io/tutorials.NGSI-LD/img/gitpod.png)](https://gitpod.io/#https://github.com/FIWARE/tutorials.Identity-Management/tree/NGSI-v2)

<hr class="security"/>
Expand Down
3 changes: 3 additions & 0 deletions docs/iot-agent-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -630,6 +630,7 @@ curl -iX POST \
"device_id": "bell001",
"entity_name": "urn:ngsi-ld:Bell:001",
"entity_type": "Bell",
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
"transport": "HTTP",
"endpoint": "http://iot-sensors:3001/iot/bell001",
"commands": [
Expand Down Expand Up @@ -729,6 +730,7 @@ curl -iX POST \
"device_id": "door001",
"entity_name": "urn:ngsi-ld:Door:001",
"entity_type": "Door",
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
"transport": "HTTP",
"endpoint": "http://iot-sensors:3001/iot/door001",
"commands": [
Expand Down Expand Up @@ -767,6 +769,7 @@ curl -iX POST \
"device_id": "lamp001",
"entity_name": "urn:ngsi-ld:Lamp:001",
"entity_type": "Lamp",
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
"transport": "HTTP",
"endpoint": "http://iot-sensors:3001/iot/lamp001",
"commands": [
Expand Down
6 changes: 6 additions & 0 deletions docs/iot-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,7 @@ curl -iX POST \
"device_id": "bell001",
"entity_name": "urn:ngsi-ld:Bell:001",
"entity_type": "Bell",
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
"protocol": "PDI-IoTA-UltraLight",
"transport": "HTTP",
"endpoint": "http://iot-sensors:3001/iot/bell001",
Expand Down Expand Up @@ -656,6 +657,7 @@ curl -L -X POST 'http://localhost:4041/iot/devices' \
"device_id": "bell002",
"entity_name": "urn:ngsi-ld:Bell:002",
"entity_type": "Bell",
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
"protocol": "PDI-IoTA-UltraLight",
"transport": "HTTP",
"endpoint": "http://iot-sensors:3001/iot/bell002",
Expand Down Expand Up @@ -763,6 +765,7 @@ curl -iX POST \
"device_id": "door001",
"entity_name": "urn:ngsi-ld:Door:001",
"entity_type": "Door",
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
"protocol": "PDI-IoTA-UltraLight",
"transport": "HTTP",
"endpoint": "http://iot-sensors:3001/iot/door001",
Expand Down Expand Up @@ -802,6 +805,7 @@ curl -iX POST \
"device_id": "lamp001",
"entity_name": "urn:ngsi-ld:Lamp:001",
"entity_type": "Lamp",
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
"protocol": "PDI-IoTA-UltraLight",
"transport": "HTTP",
"endpoint": "http://iot-sensors:3001/iot/lamp001",
Expand Down Expand Up @@ -1102,6 +1106,7 @@ curl -iX POST \
"device_id": "bell003",
"entity_name": "urn:ngsi-ld:Bell:003",
"entity_type": "Bell",
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
"protocol": "PDI-IoTA-UltraLight",
"transport": "HTTP",
"endpoint": "http://iot-sensors:3001/iot/bell003",
Expand Down Expand Up @@ -1203,6 +1208,7 @@ The response includes all the commands and attributes mappings associated with a
"service_path": "/",
"entity_name": "urn:ngsi",
"entity_type": "Bell",
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
"endpoint": "http://iot-sensors:3001/iot/bell002",
"transport": "HTTP",
"attributes": [],
Expand Down
1 change: 1 addition & 0 deletions docs/iot-over-iota-tangle.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ curl -X POST \
"device_id": "bell001",
"entity_name": "urn:ngsi-ld:Bell:001",
"entity_type": "Bell",
"apikey": "4jggokgpepnvsb2uv4s40d59ov",
"transport": "MQTT",
"static_attributes": [
{"name": "refStore", "type": "Relationship","value": "urn:ngsi-ld:Store:001"}
Expand Down

0 comments on commit 4564e1b

Please sign in to comment.