octavia/octavia/api/common
Adam Harwell 7ea7888b0d Introduce Octavia v2 API for Health Monitor
GET all - /v2.0/lbaas/healthmonitors
GET one - /v2.0/lbaas/healthmonitors/<hm_id>
POST - /v2.0/lbaas/healthmonitors {<body>}
PUT - /v2.0/lbaas/healthmonitors<hm_id> {<body>}
DELETE - /v2.0/lbaas/healthmonitors/<hm_id>

Co-Authored-By: Sindhu Devale <sindhu.devale@intel.com>
Co-Authored-By: Adam Harwell <flux.adam@gmail.com>
Co-Authored-By: Reedip Banerjee <reedip14@gmail.com>

Partial-Bug: #1616643

Change-Id: I7f65bb9370530ae3b533b927fcdabc6c1a295231
2017-04-20 04:48:44 +09:00
..
__init__.py Add common base type for v1 and v2 2017-01-30 17:33:41 -06:00
hooks.py Move API v1, v2 hooks to API Common 2017-03-21 21:25:13 +00:00
types.py Introduce Octavia v2 API for Health Monitor 2017-04-20 04:48:44 +09:00