From 7cf80440ab8b3006b02155dab9ed1f145017da20 Mon Sep 17 00:00:00 2001 From: Akshith Gunasheelan <126816102+akshith-gunasheelan@users.noreply.github.com> Date: Tue, 24 Oct 2023 09:58:11 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f343899f..827cbfe4 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ This option allows the parameters `hostname`, `auth_login_domain`, `username`, ` username: password: auth_login_domain: - api_version: 5600 + api_version: 5800 state: present data: name: "{{ network_name }}" @@ -230,12 +230,12 @@ The current `default` HPE OneView version will pick the OneView appliance versio To use a different API, you must set the API version together with your credentials, either using the JSON configuration: ```json -"api_version": 5600 +"api_version": 5800 ``` OR using the Environment variable: ```bash -export ONEVIEWSDK_API_VERSION='5600' +export ONEVIEWSDK_API_VERSION='5800' ``` If this property is not specified, it will fall back to default value.