Skip to content

Commit 8865648

Browse files
committed
Update responses
1 parent ab864c0 commit 8865648

4 files changed

Lines changed: 81 additions & 75 deletions

File tree

README.es.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -177,27 +177,28 @@ La respuesta debe parecerse a la siguiente:
177177

178178
```json
179179
{
180-
"orion" : {
181-
"version" : "3.0.0",
182-
"uptime" : "0 d, 0 h, 17 m, 19 s",
183-
"git_hash" : "d6f8f4c6c766a9093527027f0a4b3f906e7f04c4",
184-
"compile_time" : "Mon Apr 12 14:48:44 UTC 2021",
185-
"compiled_by" : "root",
186-
"compiled_in" : "f307ca0746f5",
187-
"release_date" : "Mon Apr 12 14:48:44 UTC 2021",
188-
"machine" : "x86_64",
189-
"doc" : "https://fiware-orion.rtfd.io/en/3.0.0/",
190-
"libversions": {
191-
"boost": "1_66",
192-
"libcurl": "libcurl/7.61.1 OpenSSL/1.1.1g zlib/1.2.11 nghttp2/1.33.0",
193-
"libmicrohttpd": "0.9.70",
194-
"openssl": "1.1",
195-
"rapidjson": "1.1.0",
196-
"mongoc": "1.17.4",
197-
"bson": "1.17.4"
180+
"orion": {
181+
"version": "3.10.1",
182+
"uptime": "0 d, 0 h, 0 m, 28 s",
183+
"git_hash": "9a80e06abe7f690901cf1586377acec02d40e303",
184+
"compile_time": "Mon Jun 12 16:55:20 UTC 2023",
185+
"compiled_by": "root",
186+
"compiled_in": "buildkitsandbox",
187+
"release_date": "Mon Jun 12 16:55:20 UTC 2023",
188+
"machine": "x86_64",
189+
"doc": "https://fiware-orion.rtfd.io/en/3.10.1/",
190+
"libversions": {
191+
"boost": "1_74",
192+
"libcurl": "libcurl/7.74.0 OpenSSL/1.1.1n zlib/1.2.12 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3",
193+
"libmosquitto": "2.0.15",
194+
"libmicrohttpd": "0.9.76",
195+
"openssl": "1.1",
196+
"rapidjson": "1.1.0",
197+
"mongoc": "1.23.1",
198+
"bson": "1.23.1"
199+
}
198200
}
199201
}
200-
}
201202
```
202203

203204
> **Que pasa si obtengo `Failed to connect to localhost port 1026: Connection refused` como respuesta?**

README.ja.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -215,26 +215,27 @@ curl -X GET \
215215

216216
```json
217217
{
218-
"orion": {
219-
"version": "3.0.0",
220-
"uptime": "0 d, 0 h, 17 m, 19 s",
221-
"git_hash": "d6f8f4c6c766a9093527027f0a4b3f906e7f04c4",
222-
"compile_time": "Mon Apr 12 14:48:44 UTC 2021",
223-
"compiled_by": "root",
224-
"compiled_in": "f307ca0746f5",
225-
"release_date": "Mon Apr 12 14:48:44 UTC 2021",
226-
"machine": "x86_64",
227-
"doc": "https://fiware-orion.rtfd.io/en/3.0.0/",
228-
"libversions": {
229-
"boost": "1_66",
230-
"libcurl": "libcurl/7.61.1 OpenSSL/1.1.1g zlib/1.2.11 nghttp2/1.33.0",
231-
"libmicrohttpd": "0.9.70",
232-
"openssl": "1.1",
233-
"rapidjson": "1.1.0",
234-
"mongoc": "1.17.4",
235-
"bson": "1.17.4"
236-
}
218+
"orion": {
219+
"version": "3.10.1",
220+
"uptime": "0 d, 0 h, 0 m, 28 s",
221+
"git_hash": "9a80e06abe7f690901cf1586377acec02d40e303",
222+
"compile_time": "Mon Jun 12 16:55:20 UTC 2023",
223+
"compiled_by": "root",
224+
"compiled_in": "buildkitsandbox",
225+
"release_date": "Mon Jun 12 16:55:20 UTC 2023",
226+
"machine": "x86_64",
227+
"doc": "https://fiware-orion.rtfd.io/en/3.10.1/",
228+
"libversions": {
229+
"boost": "1_74",
230+
"libcurl": "libcurl/7.74.0 OpenSSL/1.1.1n zlib/1.2.12 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3",
231+
"libmosquitto": "2.0.15",
232+
"libmicrohttpd": "0.9.76",
233+
"openssl": "1.1",
234+
"rapidjson": "1.1.0",
235+
"mongoc": "1.23.1",
236+
"bson": "1.23.1"
237237
}
238+
}
238239
}
239240
```
240241

README.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -176,26 +176,27 @@ The response will look similar to the following:
176176

177177
```json
178178
{
179-
"orion": {
180-
"version": "3.0.0",
181-
"uptime": "0 d, 0 h, 17 m, 19 s",
182-
"git_hash": "d6f8f4c6c766a9093527027f0a4b3f906e7f04c4",
183-
"compile_time": "Mon Apr 12 14:48:44 UTC 2021",
184-
"compiled_by": "root",
185-
"compiled_in": "f307ca0746f5",
186-
"release_date": "Mon Apr 12 14:48:44 UTC 2021",
187-
"machine": "x86_64",
188-
"doc": "https://fiware-orion.rtfd.io/en/3.0.0/",
189-
"libversions": {
190-
"boost": "1_66",
191-
"libcurl": "libcurl/7.61.1 OpenSSL/1.1.1g zlib/1.2.11 nghttp2/1.33.0",
192-
"libmicrohttpd": "0.9.70",
193-
"openssl": "1.1",
194-
"rapidjson": "1.1.0",
195-
"mongoc": "1.17.4",
196-
"bson": "1.17.4"
197-
}
179+
"orion": {
180+
"version": "3.10.1",
181+
"uptime": "0 d, 0 h, 0 m, 28 s",
182+
"git_hash": "9a80e06abe7f690901cf1586377acec02d40e303",
183+
"compile_time": "Mon Jun 12 16:55:20 UTC 2023",
184+
"compiled_by": "root",
185+
"compiled_in": "buildkitsandbox",
186+
"release_date": "Mon Jun 12 16:55:20 UTC 2023",
187+
"machine": "x86_64",
188+
"doc": "https://fiware-orion.rtfd.io/en/3.10.1/",
189+
"libversions": {
190+
"boost": "1_74",
191+
"libcurl": "libcurl/7.74.0 OpenSSL/1.1.1n zlib/1.2.12 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3",
192+
"libmosquitto": "2.0.15",
193+
"libmicrohttpd": "0.9.76",
194+
"openssl": "1.1",
195+
"rapidjson": "1.1.0",
196+
"mongoc": "1.23.1",
197+
"bson": "1.23.1"
198198
}
199+
}
199200
}
200201
```
201202

README.pt.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -167,24 +167,27 @@ curl -X GET \
167167
A resposta será semelhante à seguinte:
168168

169169
```json
170-
"orion" : {
171-
"version" : "3.0.0",
172-
"uptime" : "0 d, 0 h, 17 m, 19 s",
173-
"git_hash" : "d6f8f4c6c766a9093527027f0a4b3f906e7f04c4",
174-
"compile_time" : "Mon Apr 12 14:48:44 UTC 2021",
175-
"compiled_by" : "root",
176-
"compiled_in" : "f307ca0746f5",
177-
"release_date" : "Mon Apr 12 14:48:44 UTC 2021",
178-
"machine" : "x86_64",
179-
"doc" : "https://fiware-orion.rtfd.io/en/3.0.0/",
180-
"libversions": {
181-
"boost": "1_66",
182-
"libcurl": "libcurl/7.61.1 OpenSSL/1.1.1g zlib/1.2.11 nghttp2/1.33.0",
183-
"libmicrohttpd": "0.9.70",
184-
"openssl": "1.1",
185-
"rapidjson": "1.1.0",
186-
"mongoc": "1.17.4",
187-
"bson": "1.17.4"
170+
{
171+
"orion": {
172+
"version": "3.10.1",
173+
"uptime": "0 d, 0 h, 0 m, 28 s",
174+
"git_hash": "9a80e06abe7f690901cf1586377acec02d40e303",
175+
"compile_time": "Mon Jun 12 16:55:20 UTC 2023",
176+
"compiled_by": "root",
177+
"compiled_in": "buildkitsandbox",
178+
"release_date": "Mon Jun 12 16:55:20 UTC 2023",
179+
"machine": "x86_64",
180+
"doc": "https://fiware-orion.rtfd.io/en/3.10.1/",
181+
"libversions": {
182+
"boost": "1_74",
183+
"libcurl": "libcurl/7.74.0 OpenSSL/1.1.1n zlib/1.2.12 brotli/1.0.9 libidn2/2.3.0 libpsl/0.21.0 (+libidn2/2.3.0) libssh2/1.9.0 nghttp2/1.43.0 librtmp/2.3",
184+
"libmosquitto": "2.0.15",
185+
"libmicrohttpd": "0.9.76",
186+
"openssl": "1.1",
187+
"rapidjson": "1.1.0",
188+
"mongoc": "1.23.1",
189+
"bson": "1.23.1"
190+
}
188191
}
189192
}
190193
```

0 commit comments

Comments
 (0)