Settings/Settings Operations/Template Operations
GETTemplate OperationsSince 3.6.0SynchronousAuth Required
QueryTemplateConfig
QueryTemplateConfig
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Request Inputs
This API requires no request parameters.
Responses
Endpoint
GET/zstack/v1/template-configurations/configs
/zstack/v1/template-configurations/configs
Request Example
curl -X GET 'http://{host}/zstack/v1/template-configurations/configs' -H 'Authorization: OAuth {sessionUuid}'
Response Example
200{ "inventories": [ { "templateUuid": "0000111122223333", "category": "backupStorage", "name": "reservedCapacity", "defaultValue": "1G", "value": "2G" } ] }Change History
This API has no change history records yet.
