Merge "Switch from BashFeature to Feature of bgpvpn testcase"
[functest.git] / functest / api / swagger / envs.yaml
1 Show environment
2
3 This api offers the interface to show environment.
4 The environment dict will be returned.
5 ---
6 tags:
7   - Envs
8 definitions:
9   Environment:
10     type: object
11     properties:
12       creds_name:
13           $ref: '#/definitions/Name'
14   Name:
15     type: dict
16 responses:
17   200:
18     description: Show environment
19     schema:
20       $ref: '#/definitions/Environment'
21     examples:
22       "DEBUG FLAG": "false"
23       "INSTALLER": "compass, 192.168.200.2"
24       "POD": "unknown_pod"
25       "SCENARIO": "os-nosdn-nofeature-noha"
26       "STATUS": "ready"