aboutsummaryrefslogtreecommitdiffstats
path: root/functest/api/swagger/tiers.yaml
blob: d42b2cd98c443007461a7ed0cad08b46fd61b206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
List all tiers

This api offers the interface to list all tiers.
The tiers list will be returned.
---
tags:
    - Tiers
definitions:
    Tiers:
        type: object
        properties:
            creds_name:
                $ref: '#/definitions/Tier'
    Tier:
        type: dict
responses:
    200:
        description: List all tiers
        schema:
            $ref: '#/definitions/Tiers'
        examples:
            "tiers": ""