Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
sijeesh committed Apr 3, 2019
1 parent 96b6be9 commit 43922ae
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 @@ -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 }}"
Expand All @@ -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.
Expand Down

0 comments on commit 43922ae

Please sign in to comment.