Summary
Exports a template document.
Description
Exports a template document.
Route
GET /automation-studio/templates/:id/export
Roles
admin
apiwrite
designer
Parameters
DetailsExampleSchema
Name |
Type |
Required |
Description |
id |
string |
yes |
Template id. |
Copied to Clipboard
{
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
}
Return
DetailsExampleSchema
Name |
Type |
Description |
exported |
object |
Exported representation of the template. |
Copied to Clipboard
{
"_id": "ce9688732dec9c77364e2d22",
"name": "test",
"device": "Sample group",
"command": "show ip br",
"template": "Value FIRST_WORD (S+)\n\nStart\n ^FIRST_WORD.* -> Record",
"text": "some sample text to match against",
"type": "test",
"projectId": "8d504Ad659fcC7eda9Ff8B68",
"createdBy": "1f6f020f24071f28261a540e",
"created": "2019-11-25T22:51:39.201Z",
"lastModifiedBy": "da8bb36e2e93c8aea4bb1a6e",
"lastUpdated": "2019-11-25T22:51:39.201Z",
"version": 1,
"tags": [
{
"_id": "6c5ccc32aa73c8a859645482",
"name": "consequat irure nostrud ad fugiat"
},
{
"_id": "efcf211d3c20aa9691d04233",
"name": "in ea fugiat"
},
{
"_id": "d47613afb5d345d2216ad15a",
"name": "proident esse dolore adipisicing"
},
{
"_id": "fc697b82ba12691da7063715",
"name": "ut occaecat ea"
},
{
"_id": "8bd600e1ffe69b9616499321",
"name": "nostrud anim occaecat laborum"
}
]
}