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": "21777a45103f0cda049690c5",
"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",
"createdBy": "8ab5cefb16e48ac9268364fe",
"created": "2019-11-25T22:51:39.201Z",
"lastModifiedBy": "6d9fb926b4b9bfaf55c18faa",
"lastUpdated": "2019-11-25T22:51:39.201Z",
"version": 1,
"tags": [
{
"_id": "4d55141eff11134c2b9ee689",
"name": "fugiat voluptate ea id"
},
{
"_id": "3c3387239ffcb30039238c97",
"name": "esse veniam"
},
{
"_id": "ef7447998aa35f5a2b555d43",
"name": "occaecat adipisicing elit"
},
{
"_id": "c1053d5b7288a33ea6e7236d",
"name": "nostrud voluptate nulla velit anim"
},
{
"_id": "5227d092a70f930023572f08",
"name": "do et adipisicing"
}
]
}