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": "48b229b920aa2900d073348e",
"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": "0adf9E5D241dC6Da92FB8ed5",
"createdBy": "0bf1c885f29adfcf364b46df",
"created": "2019-11-25T22:51:39.201Z",
"lastModifiedBy": "92501428bff88bce8cb99574",
"lastUpdated": "2019-11-25T22:51:39.201Z",
"version": 1,
"tags": [
{
"_id": "33ebb4adeedeae3e499386b3",
"name": "reprehenderit enim"
},
{
"_id": "f0f9c68e209e91375fa207a4",
"name": "sint Excepteur"
},
{
"_id": "5af25ceb46e6dd8c2f847064",
"name": "reprehenderit amet"
},
{
"_id": "dade5fa00190dbdce7de37a8",
"name": "deserunt est Ut minim ad"
},
{
"_id": "8c71e21055a09cfa7c2b6821",
"name": "occaecat"
}
]
}