summaryrefslogtreecommitdiff
path: root/api-ref/source/parameters.yaml
diff options
context:
space:
mode:
authorLingxian Kong <anlin.kong@gmail.com>2019-12-11 00:07:11 +1300
committerLingxian Kong <anlin.kong@gmail.com>2019-12-11 09:07:12 +1300
commitf16020392d9eb81727a97608f8e9be432f97c388 (patch)
treebda120f50cde7aaa0668978b8eff528e8c0ee931 /api-ref/source/parameters.yaml
parent0907c8ec61d5af07f2cde286ffe2828c82f0f836 (diff)
downloadtrove-f16020392d9eb81727a97608f8e9be432f97c388.tar.gz
Add quotas resource operation in API doc
Change-Id: I2108f2c6bf067ce228829de9c4e7e47005acf358
Diffstat (limited to 'api-ref/source/parameters.yaml')
-rwxr-xr-xapi-ref/source/parameters.yaml42
1 files changed, 42 insertions, 0 deletions
diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml
index a92901fe..293aa9a6 100755
--- a/api-ref/source/parameters.yaml
+++ b/api-ref/source/parameters.yaml
@@ -60,6 +60,12 @@ user_name:
in: path
required: false
type: string
+user_project:
+ description: |
+ The project ID of the user's project.
+ in: path
+ required: true
+ type: string
# variables in body
access:
description: |
@@ -608,6 +614,42 @@ nics:
in: body
required: false
type: array
+quota_in_use:
+ description: |
+ The used quota for a resource.
+ in: body
+ required: true
+ type: integer
+quota_limit:
+ description: |
+ The limit of a resource quota.
+ in: body
+ required: true
+ type: integer
+quota_list:
+ description: |
+ A list of resource quotas.
+ in: body
+ required: true
+ type: array
+quota_reserved:
+ description: |
+ The reserved quota for a resource.
+ in: body
+ required: true
+ type: integer
+quota_resource:
+ description: |
+ The resource name.
+ in: body
+ required: true
+ type: string
+quotas:
+ description: |
+ Dictionary that defines the resources quota.
+ in: body
+ required: true
+ type: string
region_name:
description: |
The region name of an instance.