v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
sourceTemplateManagementExternal

Return all source templates of a customer (deprecated).

Get a list of source template.

DEPRECATED: This endpoint will be removed soon. Please use GET /v1/sourceTemplates instead.

get/v1/sourceTemplate

Query parameters

showDisabledboolean

A boolean parameter to get all, including disabled source templates.

namestring nullable

Only return source template matching the given name (exact match).

Response

A list of source templates.

Example response

{
  "data": [
    {
      "schemaRef": {
        "type": "Apache"
      },
      "id": "0000000003343FDD",
      "inputJson": {},
      "config": "apache.yaml.example",
      "selector": {
        "tags": [
          [
            {
              "key": "key1",
              "values": [
                "value1"
              ]
            }
          ]
        ],
        "names": [
          "demo_macOS"
        ]
      },
      "createdAt": "2018-10-16T09:10:00Z",
      "modifiedAt": "2018-10-16T09:10:00Z",
      "createdBy": "0000000006743FDD",
      "modifiedBy": "0000000006243FDD",
      "isEnabled": true
    }
  ]
}