Parameter | Description |
---|---|
Type | The type of templates to retrieve (scan, policy, or remediation). |
{
"templates": [
{
"unsupported": false,
"cloud_only": false,
"desc": "<string>",
"order": 10,
"subscription_only": false,
"is_was": null,
"title": "<string>",
"is_agent": null,
"uuid": "<string>",
"icon": "<string>",
"manager_only": false,
"name": "<string>"
},
{
"unsupported": false,
"cloud_only": false,
"desc": "<string>",
"order": 1,
"subscription_only": false,
"is_was": null,
"title": "<string>",
"is_agent": null,
"uuid": "<string>",
"icon": "<string>",
"manager_only": false,
"name": "<string>"
}
]
}
Was this page helpful?