Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akshith-gunasheelan authored Apr 24, 2024
1 parent 4431e7f commit 0f86692
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ This option allows the parameters `hostname`, `auth_login_domain`, `username`, `
username: <username>
password: <password>
auth_login_domain: <domain_directory>
api_version: 6200
api_version: 6400
state: present
data:
name: "{{ network_name }}"
Expand All @@ -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": 6200
"api_version": 6400
```
OR using the Environment variable:

```bash
export ONEVIEWSDK_API_VERSION='6200'
export ONEVIEWSDK_API_VERSION='6400'
```

If this property is not specified, it will fall back to default value.
Expand Down

0 comments on commit 0f86692

Please sign in to comment.