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": "9792dadb26307f9dff994864",
"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": "0783db00a760639704afa69a",
"created": "2019-11-25T22:51:39.201Z",
"lastModifiedBy": "5b93d8ab48277f4fb5b717c0",
"lastUpdated": "2019-11-25T22:51:39.201Z",
"version": 1,
"tags": [
{
"_id": "48c041c36b07a36fc61837d7",
"name": "commodo"
},
{
"_id": "bc0100ea6d9c9e95236189d3",
"name": "aute cupidatat Duis"
},
{
"_id": "17dbb0f813fae2c80c817d6d",
"name": "fugiat quis"
},
{
"_id": "de92fd5324c0f8c6ea87f1d0",
"name": "quis"
},
{
"_id": "2aaeb1958e8fe46f47b3354f",
"name": "aliquip sunt dolor adipisicing"
}
]
}