Template Management

Install Template Set

Installs a new template set or updates existent templateset from a variety of sources

put/templatesets

Request body

OR
OR

Example request

{
  "name": "new_template_set"
}

Response

The Template Set installed successfully.

codeinteger required
messagestring required
requestIdinteger

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

  • 702ae6b27810333See the full diff
    • the code response's property type/format changed from integer/int32 to / for status 400

      response-property-type-changed

    • the code response's property type/format changed from integer/int32 to / for status 404

      response-property-type-changed

    • the code response's property type/format changed from integer/int32 to / for status 500

      response-property-type-changed

    • added the new 400.00 enum value to the code response property for the response status 400

      response-property-enum-value-added

    • added the new 404.00 enum value to the code response property for the response status 404

      response-property-enum-value-added

    • added the new 500.00 enum value to the code response property for the response status 500

      response-property-enum-value-added

    • added the optional property error to the response with the 500 status

      response-optional-property-added

    • added the required property errors to the response with the 400 status

      response-required-property-added

    • added the required property errors to the response with the 404 status

      response-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