Merge "Switch from BashFeature to Feature of bgpvpn testcase"
[functest.git] / functest / api / swagger / creds.yaml
1 Show credentials
2
3 This api offers the interface to show credentials.
4 The credentials dict will be returned.
5 ---
6 tags:
7   - Creds
8 definitions:
9   Credentials:
10     type: object
11     properties:
12       creds_name:
13           $ref: '#/definitions/Name'
14   Name:
15     type: dict
16 responses:
17   200:
18     description: Show credentials
19     schema:
20       $ref: '#/definitions/Credentials'
21     examples:
22       "OS_AUTH_URL": "https://192.16.1.222:5000/v3"
23       "OS_AUTH_VERSION": "3"
24       "OS_CACERT": "/home/opnfv/functest/conf/os_cacert"
25       "OS_ENDPOINT_TYPE": "publicURL"
26       "OS_IDENTITY_API_VERSION": "3"
27       "OS_INTERFACE": "publicURL"
28       "OS_NO_CACHE": "1"
29       "OS_PASSWORD": "990232e0885da343ac805528522d"
30       "OS_PROJECT_DOMAIN_NAME": "Default"
31       "OS_PROJECT_NAME": "admin"
32       "OS_REGION_NAME": "RegionOne"
33       "OS_TENANT_NAME": "admin"
34       "OS_USERNAME": "admin"
35       "OS_USER_DOMAIN_NAME": "Default"