Automation
Update Script
Updates script details such as name, script path, dependencies etc.,
put/operation/automation/{tenant_id}/scripts/{script_id}
Path parameters
tenant_idstring required
Specify the tenant ID. This is a unique ID and can be retrieved using the List Tenants API.
script_idstring required
ID of the script. This can be fetched from listScripts API
Request body
Example request
{
"category": [
"Application"
],
"platform": [
"linux"
],
"operating_system": [
"centos"
],
"config_type": "ansible",
"scope": "private",
"script_info": [
{
"path_type": "file"
}
],
"dependencies": [
{
"path_type": "file"
}
]
}Response
Updated