Get deployment templatesedit
Retrieves all deployment templates.
Requestedit
GET /api/v1/platform/configuration/templates/deployments
Query parametersedit
Name | Type | Required | Description |
---|---|---|---|
|
|
N |
An optional key/value pair in the form of (key:value) that will act as a filter and exclude any templates that do not have a matching metadata item associated. |
|
|
N |
If true, templates flagged as hidden will be returned. |
|
|
N |
If true, will return details for each instance configuration referenced by the template. |
|
|
N |
If present, it will cause the returned deployment templates to be adapted to return only the elements allowed in that version. |
Responsesedit
-
200
-
(
array[
DeploymentTemplateInfo
]
) The deployment templates were returned successfully.
To perform this operation, you must be authenticated by means of one of the following methods: apiKey, basicAuth.
Request exampleedit
curl -XGET {{hostname}}/api/v1/platform/configuration/templates/deployments \ -u $CLOUD_USER:$CLOUD_KEY