diff --git a/changelog b/changelog index d4a65af55..2b87349d9 100644 --- a/changelog +++ b/changelog @@ -401,6 +401,7 @@ IM 1.7.0: * Change the behaviour en case of VM launch failure. * Add TOSCA support for REST AlterVM function * Add TOSCA support from INDIGO fork + * Add export and import functions in REST API * Change in the DB schema in the case of MySQL DB. This command must be made in the current DB: ALTER TABLE `inf_list` ADD COLUMN `rowid` INT AUTO_INCREMENT UNIQUE FIRST; \ No newline at end of file diff --git a/doc/source/client.rst b/doc/source/client.rst index 8829bbacf..2d903d50e 100644 --- a/doc/source/client.rst +++ b/doc/source/client.rst @@ -17,7 +17,7 @@ Invocation The :program:`im_client` is called like this:: - $ im_client.py [-u|--xmlrpc-url url] [-r|--rest-url url] [-a|--auth_file filename] operation op_parameters + $ im_client.py [-u|--xmlrpc-url ] [-r|--restapi-url ] [-v|--verify-ssl] [-a|--auth_file ] operation op_parameters .. program:: im_client @@ -31,6 +31,11 @@ The :program:`im_client` is called like this:: URL to the REST API on the IM service. This option or the ` -u` one must be specified. +.. option:: -v|--verify-ssl + + Verify the certificates of the SSL connection. + The default value is `False`, + .. option:: -a|--auth_file filename Path to the authorization file, see :ref:`auth-file`.