Skip to main content
Version: v41

script_templates

List of script templates

countinteger
items object[]
  • Array [
  • 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_templates
    {
    "count": 0,
    "items": [
    {
    "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"
    }
    ]
    }