Skip to content

Commit 30bcfe9

Browse files
authored
Updated example commands with new version (#24)
1 parent d689d98 commit 30bcfe9

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Example of command result:
242242
{
243243
"id": "af036040-a732-4af9-b65a-8103da56c35c",
244244
"fileName": "helloworldAppPackage.csar",
245-
"packageVersion": "3.1.1-0",
245+
"packageVersion": "4.0.0-0",
246246
"packageSize": "51.7659MiB",
247247
"vendor": "Ericsson",
248248
"type": "rApp",
@@ -279,14 +279,14 @@ Example of command result:
279279
"href": "/onboarding-jobs/af036040-a732-4af9-b65a-8103da56c35c"
280280
},
281281
"app": {
282-
"id": "rapp-ericsson-eric-oss-hello-world-python-app-3-1-1-0",
283-
"href": "app-lifecycle-management/v3/apps/rapp-ericsson-eric-oss-hello-world-python-app-3-1-1-0"
282+
"id": "rapp-ericsson-eric-oss-hello-world-python-app-4-0-0-0",
283+
"href": "app-lifecycle-management/v3/apps/rapp-ericsson-eric-oss-hello-world-python-app-4-0-0-0"
284284
}
285285
}
286286
```
287287

288288
The `APP_ID` is the `id` of the `app` returned in the previous
289-
command (rapp-ericsson-eric-oss-hello-world-python-app-3-1-1-0 in the example).
289+
command (rapp-ericsson-eric-oss-hello-world-python-app-4-0-0-0 in the example).
290290
Run the following command to initialize the App.
291291

292292
```bash
@@ -302,8 +302,8 @@ Example of command result:
302302
{
303303
"app": {
304304
"status": "INITIALIZING",
305-
"id": "rapp-ericsson-eric-oss-hello-world-python-app-3-1-1-0",
306-
"href": "/apps/rapp-ericsson-eric-oss-hello-world-python-app-3-1-1-0"
305+
"id": "rapp-ericsson-eric-oss-hello-world-python-app-4-0-0-0",
306+
"href": "/apps/rapp-ericsson-eric-oss-hello-world-python-app-4-0-0-0"
307307
}
308308
}
309309
```
@@ -320,19 +320,19 @@ Example of command result:
320320

321321
```json
322322
{
323-
"id": "rapp-ericsson-eric-oss-hello-world-python-app-3-1-1-0",
323+
"id": "rapp-ericsson-eric-oss-hello-world-python-app-4-0-0-0",
324324
"type": "rApp",
325325
"provider": "Ericsson",
326326
"name": "eric-oss-hello-world-python-app",
327-
"version": "3.1.1-0",
327+
"version": "4.0.0-0",
328328
"mode": "DISABLED",
329329
"status": "INITIALIZED",
330330
"createdAt": "2025-05-31T13:51:59.931Z",
331331
"components": [
332332
{
333333
"type": "ASD",
334334
"name": "eric-oss-hello-world-python-app",
335-
"version": "3.1.1-0",
335+
"version": "4.0.0-0",
336336
"artifacts": [
337337
{
338338
"name": "docker.tar",
@@ -388,7 +388,7 @@ Example of command result:
388388
}
389389
],
390390
"self": {
391-
"href": "/apps/rapp-ericsson-eric-oss-hello-world-python-app-3-1-1-0"
391+
"href": "/apps/rapp-ericsson-eric-oss-hello-world-python-app-4-0-0-0"
392392
}
393393
}
394394
```
@@ -408,8 +408,8 @@ Example of command result:
408408
{
409409
"mode": "ENABLED",
410410
"app": {
411-
"id": "rapp-ericsson-eric-oss-hello-world-python-app-3-1-1-0",
412-
"href": "/apps/rapp-ericsson-eric-oss-hello-world-python-app-3-1-1-0"
411+
"id": "rapp-ericsson-eric-oss-hello-world-python-app-4-0-0-0",
412+
"href": "/apps/rapp-ericsson-eric-oss-hello-world-python-app-4-0-0-0"
413413
}
414414
}
415415
```
@@ -468,15 +468,15 @@ Example command result:
468468
```json
469469
{
470470
"id": "rapp-ericsson-eric-oss-hello-world-python-app-68129972",
471-
"appId": "rapp-ericsson-eric-oss-hello-world-python-app-3-1-1-0",
471+
"appId": "rapp-ericsson-eric-oss-hello-world-python-app-4-0-0-0",
472472
"status": "UNDEPLOYED",
473473
"credentials": {
474474
"clientId": "rapp-ericsson-eric-oss-hello-world-python-app-68129972"
475475
},
476476
"componentInstances": [
477477
{
478478
"name": "eric-oss-hello-world-python-app",
479-
"version": "3.1.1-0",
479+
"version": "4.0.0-0",
480480
"type": "ASD",
481481
"deployState": "UNDEPLOYED",
482482
"properties": {
@@ -498,7 +498,7 @@ Example command result:
498498
"href": "/app-instances/rapp-ericsson-eric-oss-hello-world-python-app-68129972"
499499
},
500500
"app": {
501-
"href": "/apps/rapp-ericsson-eric-oss-hello-world-python-app-3-1-1-0"
501+
"href": "/apps/rapp-ericsson-eric-oss-hello-world-python-app-4-0-0-0"
502502
}
503503
}
504504
```
@@ -586,7 +586,7 @@ curl --cert <PATH_TO_END_ENTITY_CLIENT_CERTIFICATE> --key <PATH_TO_END_ENTITY_CL
586586
```json
587587
{
588588
"id": "rapp-ericsson-eric-oss-hello-world-python-app-68129972",
589-
"appId": "rapp-ericsson-eric-oss-hello-world-python-app-3-1-1-0",
589+
"appId": "rapp-ericsson-eric-oss-hello-world-python-app-4-0-0-0",
590590
"status": "DEPLOYED",
591591
"createdAt": "2025-05-31T14:01:01.741Z",
592592
"updatedAt": "2025-05-31T14:04:16.300Z",
@@ -596,7 +596,7 @@ curl --cert <PATH_TO_END_ENTITY_CLIENT_CERTIFICATE> --key <PATH_TO_END_ENTITY_CL
596596
"componentInstances": [
597597
{
598598
"name": "eric-oss-hello-world-python-app",
599-
"version": "3.1.1-0",
599+
"version": "4.0.0-0",
600600
"type": "ASD",
601601
"deployState": "DEPLOYED",
602602
"properties": {
@@ -646,7 +646,7 @@ curl --cert <PATH_TO_END_ENTITY_CLIENT_CERTIFICATE> --key <PATH_TO_END_ENTITY_CL
646646
"href": "/app-instances/rapp-ericsson-eric-oss-hello-world-python-app-68129972"
647647
},
648648
"app": {
649-
"href": "/apps/rapp-ericsson-eric-oss-hello-world-python-app-3-1-1-0"
649+
"href": "/apps/rapp-ericsson-eric-oss-hello-world-python-app-4-0-0-0"
650650
}
651651
}
652652
```

0 commit comments

Comments
 (0)