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": "c867b4053cac11d5ee1c55f8",
"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": "9eba27c3cf0cd7b735ef2a51",
"created": "2019-11-25T22:51:39.201Z",
"lastModifiedBy": "becc6a1eb247762fc0258e35",
"lastUpdated": "2019-11-25T22:51:39.201Z",
"version": 1,
"tags": [
{
"_id": "628c2be7760856d89bd162da",
"name": "dolore"
},
{
"_id": "506c8daa0ec53bd3c1270fef",
"name": "do id aute tempor"
},
{
"_id": "04e40cd11c6d7bebf7453837",
"name": "Excepteur sint nisi"
},
{
"_id": "991fd42654d77d84b608d97c",
"name": "culpa exercitation veniam sunt anim"
},
{
"_id": "ed4f27673fec8b83b8f27e7e",
"name": "tempor velit elit magna"
}
]
}