Skip to content

Commit

Permalink
Updating documentation and fixing version required of hponeview
Browse files Browse the repository at this point in the history
  • Loading branch information
fgbulsoni committed Apr 26, 2017
1 parent cb2a742 commit 7ad2b11
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion library/oneview_event.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
version_added: "2.3"
requirements:
- "python >= 2.7.9"
- "hpOneView >= 3.1.0"
- "hpOneView >= 3.2.0"
author: "Felipe Bulsoni (@fgbulsoni)"
options:
state:
Expand Down
2 changes: 1 addition & 1 deletion library/oneview_event_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
version_added: "2.3"
requirements:
- "python >= 2.7.9"
- "hpOneView >= 2.0.1"
- "hpOneView >= 3.2.0"
author:
"Felipe Bulsoni (@fgbulsoni)"
options:
Expand Down
11 changes: 5 additions & 6 deletions oneview-ansible.md
Original file line number Diff line number Diff line change
Expand Up @@ -2488,12 +2488,11 @@ Manage OneView Events.
data:
description: "This is a very simple test event"
eventTypeID: "hp.justATest"
eventDetails: [{
eventItemName: "ipv4Address",
eventItemValue: "198.51.100.5",
isThisVarbindData: "false",
varBindOrderIndex: -1
}]
eventDetails:
- eventItemName: ipv4Address
eventItemValue: 198.51.100.5
isThisVarbindData: false
varBindOrderIndex: -1

```

Expand Down

0 comments on commit 7ad2b11

Please sign in to comment.