From 1f5613d69968c89bf7f76599173e7a401d77572b Mon Sep 17 00:00:00 2001 From: ilm <97176673+EGI-ILM@users.noreply.github.com> Date: Wed, 28 Aug 2024 09:12:16 +0100 Subject: [PATCH] Replace port number 31443 Port 31443 does not work any more and it has been replaced by 443. The documentation has been changed accordingly --- .../en/users/compute/orchestration/im/cli/_index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 ```