blob: 8a71c379811910a9629c452f07a75a51013babe7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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": ""
|