diff --git a/content/en/users/compute/orchestration/im/cli/_index.md b/content/en/users/compute/orchestration/im/cli/_index.md index 3ec5170336..3e09956715 100644 --- a/content/en/users/compute/orchestration/im/cli/_index.md +++ b/content/en/users/compute/orchestration/im/cli/_index.md @@ -43,7 +43,7 @@ parameters: ```ini [im_client] -restapi_url=https://appsgrycap.i3m.upv.es:31443/im +restapi_url=https://appsgrycap.i3m.upv.es/im auth_file=auth.dat ``` @@ -149,7 +149,7 @@ or a TOSCA YAML file: ```shell $ im_client.py create infra.radl -Secure connection with: https://appsgrycap.i3m.upv.es:31443/im +Secure connection with: https://appsgrycap.i3m.upv.es/im Infrastructure successfully created with ID: 457273ea-85e4-11ec-aa81-faaae69bc911 ``` @@ -158,7 +158,7 @@ operation of the IM client tool: ```shell $ im_client.py getstate 457273ea-85e4-11ec-aa81-faaae69bc911 -Secure connection with: https://appsgrycap.i3m.upv.es:31443/im +Secure connection with: https://appsgrycap.i3m.upv.es/im The infrastructure is in state: pending VM ID: 0 is in state: pending. ``` @@ -181,7 +181,7 @@ process using the `getcontmsg` operation: ```shell $ im_client.py getcontmsg 457273ea-85e4-11ec-aa81-faaae69bc911 -Secure connection with: https://appsgrycap.i3m.upv.es:31443/im +Secure connection with: https://appsgrycap.i3m.upv.es/im Connected with: http://localhost:8800 Msg Contextualizator: @@ -205,7 +205,7 @@ we can get the TOSCA output values with the `getoutputs` operation: ```shell $ im_client.py getoutputs 457273ea-85e4-11ec-aa81-faaae69bc911 -Secure connection with: https://appsgrycap.i3m.upv.es:31443/im +Secure connection with: https://appsgrycap.i3m.upv.es/im The infrastructure outputs: node_ip = 8.8.8.8 @@ -217,6 +217,6 @@ operation: ```shell $ im_client.py destroy 457273ea-85e4-11ec-aa81-faaae69bc911 -Secure connection with: https://appsgrycap.i3m.upv.es:31443/im +Secure connection with: https://appsgrycap.i3m.upv.es/im Infrastructure successfully destroyed ```