templates-{template Id}

Number of APIs: 6

  1. Updates the specified template. PUT {{baseUrl}}/templates/:templateId

  2. Deletes the specified template. DELETE {{baseUrl}}/templates/:templateId

  3. Moves a template into a different compartment. When provided, If-Match is checked against ETag values of the Template. POST {{baseUrl}}/templates/:templateId/actions/changeCompartment

  4. Gets the template's logo file GET {{baseUrl}}/templates/:templateId/logo

  5. Gets the template's zipped Terraform configuration GET {{baseUrl}}/templates/:templateId/tfConfig

  6. Gets the specified template. GET {{baseUrl}}/templates/:templateId