Install Template Set
Installs a new template set or updates existent templateset from a variety of sources
Request body
Example request
{
"name": "new_template_set"
}Response
The Template Set installed successfully.
Example response
{
"code": 200,
"message": "success",
"requestId": 3,
"_links": {
"self": "/mgmt/shared/fast/applications",
"task": "/mgmt/shared/fast/tasks/12345"
}
}Changes
Changed in 3 of the 50 revisions of this API.434
- ▲
the
coderesponse's property type/format changed frominteger/int32to/for status400response-property-type-changed
- ▲
the
coderesponse's property type/format changed frominteger/int32to/for status404response-property-type-changed
- ▲
the
coderesponse's property type/format changed frominteger/int32to/for status500response-property-type-changed
- ●
added the new
400.00enum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
404.00enum value to thecoderesponse property for the response status404response-property-enum-value-added
- ●
added the new
500.00enum value to thecoderesponse property for the response status500response-property-enum-value-added
- ○
added the optional property
errorto the response with the500statusresponse-optional-property-added
- ○
added the required property
errorsto the response with the400statusresponse-required-property-added
- ○
added the required property
errorsto the response with the404statusresponse-required-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○
- ▲
api removed without deprecation
api-removed-without-deprecation
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲