v1

latestOpenAPI 3.0.0CoreStack Inc License2026-07-248001,5071.7 MB
Automation

Template List Batch

Batch the templates

post/v2/operation/automation/templates/batch

Request body

Response

Fetched

sysIdstring

ID of the template

servicesstring[] required

Service(s) associated with the template.

namestring required

Name of the template

contentstring required

Raw content of the template which is usually in YAML or JSON format

content_typestring required

Template content source (git, file)

content_urlstring

Git project URL when the content type is git required only in case of content type git

content_filesstring required

Details about content like its data,filename

descriptionstring required

Usage of template

resourcesstring

Resources created/modified by the template

statusstring

Status of the template[active/inactive]. Only active templates can be executed

template_typesstring[]

Type of the template like Cloud, Monitoring, Orchestration., etc

engine_typestring

Engine type of the template

classificationsstring[]

Classification of the template

scopestring required

Scope of the template [MarketPlace, MyTemplates]

created_bystring required

Name of the user who created the template.

created_atstring required

Template creation time

updated_bystring required

Name of the user who updated the templated.

updated_atstring required

Template updated time

blueprint_supportboolean

Blueprint support for the template

Example response

[
  {
    "services": [
      "AWS"
    ],
    "resource_types": [
      {
        "service_name": "AWS"
      }
    ]
  }
]