Automation
Describe Script
This API will provide detailed information about the script.
get/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
Response
Success
Example response
{
"category": [
"Application"
],
"platform": [
"linux"
]
}