14 lines
236 B
JSON
14 lines
236 B
JSON
|
{
|
||
|
"jsonrpc": "2.0",
|
||
|
"method": "template.get",
|
||
|
"params": {
|
||
|
"output": "extend",
|
||
|
"filter": {
|
||
|
"host": [
|
||
|
"TEMPLATE_NAME"
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"auth": AUTHID,
|
||
|
"id": 1
|
||
|
}
|