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": "07ad533eb87175191f0d2056",
"name": "test",
"group": "Sample group",
"command": "show ip br",
"description": "description",
"template": "Value FIRST_WORD (S+)\n\nStart\n ^FIRST_WORD.* -> Record",
"data": "some sample text to match against",
"type": "test",
"projectId": null,
"createdBy": "bddcb2a9a4179176045a8c61",
"created": "2019-11-25T22:51:39.201Z",
"lastModifiedBy": "e45701594103cae39f2faee5",
"lastUpdated": "2019-11-25T22:51:39.201Z",
"version": 1,
"tags": [
{
"_id": "93c424cb976352687614d178",
"name": "et"
},
{
"_id": "d8f0e7cdab1f54cb18614815",
"name": "occaecat pariatur commodo eu ipsum"
},
{
"_id": "7d7cef505a0a51da252de9d9",
"name": "dolor culpa"
}
]
}