Automation
Execute Script
Execute scripts. Ansible script supports executing single script in multiple machines. Chef/Puppet/Shell executing multiple scripts against multiple target machines.
post/operation/automation/scripts/{tenant_id}/execute
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
{
"job_details": [
{
"platform": "linux",
"parameters": {
"ansible_lamp": {
"mysql_port": "3307"
}
},
"parameter_source": "script"
}
]
}Response
Execution Initiated