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