Skip to main content
Version: v41

script_template

script code to run in target

idstring<uuid>
namestring
operating_systemstring

powershell for windows and Unix Shell for Linux

Possible values: [LINUX, WINDOWS]

scriptstring

script as string

createdstring<date-time>

When the object was created. Added by backend

Example: 2017-01-01T15:05:05Z
updatedstring<date-time>

When the object was updated. Added by backend

Example: 2017-01-01T15:05:05Z
created_bystring

added by backend

updated_bystring

added by backend

script_template
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "string",
"operating_system": "LINUX",
"script": "string",
"created": "2017-01-01T15:05:05Z",
"updated": "2017-01-01T15:05:05Z",
"created_by": "string",
"updated_by": "string"
}