Merge "Fix how tier_handler is imported"
[functest.git] / functest / api / swagger / tiers.yaml
1 List all tiers
2
3 This api offers the interface to list all tiers.
4 The tiers list will be returned.
5 ---
6 tags:
7   - Tiers
8 definitions:
9   Tiers:
10     type: object
11     properties:
12       creds_name:
13           $ref: '#/definitions/Tier'
14   Tier:
15     type: dict
16 responses:
17   200:
18       description: List all tiers
19       schema:
20           $ref: '#/definitions/Tiers'
21       examples:
22           "tiers": ""