From 43922ae5acf760bbbfe88c066c04d335e894adc8 Mon Sep 17 00:00:00 2001 From: sijeesh Date: Wed, 3 Apr 2019 14:49:24 +0530 Subject: [PATCH] Updated README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ebcc03c54..162339c07 100644 --- a/README.md +++ b/README.md @@ -163,7 +163,7 @@ This option allows the parameters `hostname`, `username`, `password`, `api_versi hostname: 172.16.101.48 username: administrator password: my_password - api_version: 600 + api_version: 800 state: present data: name: "{{ network_name }}" @@ -185,12 +185,12 @@ The current `default` HPE OneView version used by the modules is `3.00`, API `30 To use a different API, you must set the API version together with your credentials, either using the JSON configuration: ```json -"api_version": 600 +"api_version": 800 ``` OR using the Environment variable: ```bash -export ONEVIEWSDK_API_VERSION='600' +export ONEVIEWSDK_API_VERSION='800' ``` If this property is not specified, it will fall back to the ```300``` default value.