Merge "Update api-ref for unified limits"
This commit is contained in:
commit
6a7220a754
@ -200,6 +200,13 @@ idp_id_query:
|
||||
in: query
|
||||
required: false
|
||||
type: string
|
||||
include_limits:
|
||||
description: |
|
||||
It should be used together with `parents_as_list` or `subtree_as_list`
|
||||
filter to add the related project's limits into the response body.
|
||||
in: query
|
||||
required: false
|
||||
type: key-only, no value expected
|
||||
include_names_query:
|
||||
description: |
|
||||
If set to true, then the names of any entities returned will be include as
|
||||
|
@ -194,6 +194,7 @@ Parameters
|
||||
- subtree_as_list: subtree_as_list
|
||||
- parents_as_ids: parents_as_ids
|
||||
- subtree_as_ids: subtree_as_ids
|
||||
- include_limits: include_limits
|
||||
|
||||
Response
|
||||
--------
|
||||
|
@ -9,6 +9,6 @@
|
||||
"project_id": "3a705b9f56bb439381b43c4fe59dccce",
|
||||
"id": "25a04c7a065c430590881c646cdcdd58",
|
||||
"resource_limit": 11,
|
||||
"description": ""
|
||||
"description": null
|
||||
}
|
||||
}
|
||||
|
@ -22,7 +22,7 @@
|
||||
"project_id": "3a705b9f56bb439381b43c4fe59dccce",
|
||||
"id": "3229b3849f584faea483d6851f7aab05",
|
||||
"resource_limit": 5,
|
||||
"description": ""
|
||||
"description": null
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -27,7 +27,7 @@
|
||||
"project_id": "3a705b9f56bb439381b43c4fe59dccce",
|
||||
"id": "3229b3849f584faea483d6851f7aab05",
|
||||
"resource_limit": 5,
|
||||
"description": ""
|
||||
"description": null
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -20,7 +20,7 @@
|
||||
"service_id": "9408080f1970482aa0e38bc2d4ea34b7",
|
||||
"default_limit": 5,
|
||||
"id": "e35a965b2b244209bb0c2b193c55955f",
|
||||
"description": ""
|
||||
"description": null
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -14,7 +14,7 @@
|
||||
"service_id": "9408080f1970482aa0e38bc2d4ea34b7",
|
||||
"default_limit": 10,
|
||||
"id": "195acb8a093e43e9afb23d6628361e7c",
|
||||
"description": ""
|
||||
"description": null
|
||||
},
|
||||
{
|
||||
"resource_name": "volume",
|
||||
|
@ -366,6 +366,7 @@ Parameters
|
||||
- service_id: service_id_query
|
||||
- region_id: region_id_query
|
||||
- resource_name: resource_name_query
|
||||
- project_id: scope_project_id_query
|
||||
|
||||
|
||||
Response
|
||||
@ -425,6 +426,7 @@ Parameters
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- limits: limits
|
||||
- project_id: project_id
|
||||
- service_id: service_id_limit
|
||||
- region_id: region_id_request_body
|
||||
- resource_name: resource_name
|
||||
@ -449,6 +451,7 @@ Parameters
|
||||
|
||||
- limits: limits
|
||||
- id: limit_id
|
||||
- project_id: project_id
|
||||
- service_id: service_id_limit
|
||||
- region_id: region_id_response_body
|
||||
- resource_name: resource_name
|
||||
@ -517,6 +520,7 @@ Parameters
|
||||
|
||||
- limit: limit
|
||||
- id: limit_id
|
||||
- project_id: project_id
|
||||
- service_id: service_id_limit
|
||||
- region_id: region_id_response_body
|
||||
- resource_name: resource_name
|
||||
|
Loading…
x
Reference in New Issue
Block a user