Module: Misty::Openstack::API::PankoV2
- Included in:
- Misty::Openstack::API::Panko::V2
- Defined in:
- lib/misty/openstack/api/panko/panko_v2.rb
Instance Method Summary collapse
Instance Method Details
#api ⇒ Object
6 7 8 9 10 11 12 13 |
# File 'lib/misty/openstack/api/panko/panko_v2.rb', line 6 def api {"/v2/capabilities"=>{:GET=>[:list_capabilities]}, "/v2/event_types"=>{:GET=>[:list_event_types]}, "/v2/event_types/{event_type}/traits"=>{:GET=>[:list_event_types_traits]}, "/v2/event_types/{event_type}/traits/{event_type}"=>{:GET=>[:list_traits]}, "/v2/events"=>{:GET=>[:list_events]}, "/v2/events/{message_id}"=>{:GET=>[:get_event]}} end |
#tag ⇒ Object
2 3 4 |
# File 'lib/misty/openstack/api/panko/panko_v2.rb', line 2 def tag 'Event API Manual v2' end |