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