Automation
Scan Script
Scans a script to check if all dependencies(if any) are satisfied. This API will also return parameters available in script for chef and parameter & hosts available in the script for ansible
post/operation/automation/scripts/{tenant_id}/scan
Path parameters
tenant_idstring required
Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.
Request body
Example request
{
"config_type": "chef",
"script_info": [
{
"path_type": "file"
}
],
"dependencies": [
{
"path_type": "file"
}
]
}Response
Scanned successfully