Merge "Remove openstack utils calls in rally and tempest"
[functest.git] / functest / api / swagger / tier.yaml
1 Show the info of one tier
2
3 This api offers the interface to show the detailed info of one tier.
4 The info of one tier will be returned.
5 ---
6 tags:
7   - Tiers
8 parameters:
9   - name: tier_name
10     description: tier name
11     in: path
12     type: string
13     required: true
14 definitions:
15   Tiers:
16     type: object
17     properties:
18       creds_name:
19           $ref: '#/definitions/Name'
20   Name:
21     type: string
22 responses:
23   200:
24     description: Show the detailed info of one tier
25     schema:
26       $ref: '#/definitions/Tiers'
27     examples:
28         "tier": ""
29         "ci_loop": ""
30         "description": ""
31         "order":
32         "testcases": []