Data columns in the Scripting view

In the Scripting view, you can select from the following data columns to display in the Scripting lists.

Script Repository

Script name
A unique identifier for the script. You can update this in N-central.
Description
Description of the script’s intended use, including any configuration requirements, as defined by the script author.
Service Organization
Service Organization name.
Customer
Customer name.
Site
Name of the Customer's Site.
Windows
Indicates if the script is Windows compatible.
macOS
Indicates if the script is macOS compatible.
Linux
Indicates if the script is Linux compatible.
Type
Some scripting languages have multiple variations within the same file extension. The script type provides additional context about which variation of the scripting language is used.

Supported script types:

  • Windows: PowerShell, PowerShell Core, and Python.
  • macOS and Linux: PowerShell Core, Bash, Python, and Shell.
File name
File name of the script.
File size
File size in KB.
Version
The current version of the script. A new script starts at version 1. Each time changes to the script are saved, the version number increases by 1.
Created date
Date script was added to the repository.
Created by
User who created the script.
Last edited date
Date the script was last edited.
Last edited by
User who last edited the script.
Repository ID
ID number assigned to the script when it was added to the repository.
Timeout
The maximum time in seconds a script is allowed to run on a device before it is stopped. Default: 3600 seconds.

Executions

Status
Shows the script task as:
  • Succeeded
  • Failed
Script name
A unique identifier for the script. You can update this in N-central.
Asset name
A unique identifier for the asset. You can update this in N-central.
Service Organization
Service Organization name.
Customer
Customer name.
Site
Name of the Customer's Site.
Start time
The time the script started running on the device.
End time
The time the script stopped running on the device.
Duration (ms)
The total time the script ran.
Job name
The name given to the task when created.
Job ID
The ID string of the task.
Type
The type of run request:
  • Run now (on demand)
Ran by
Name of the user who created the script task.

Script tasks

Status
Shows the script task as:
  • Pending
  • Failed
  • Succeeded
  • Cancelled
Script name
A unique identifier for the script. You can update this in N-central.
Job name
The job name used when the task was created.
Job ID
The ID string of the task.
Asset name
A unique identifier for the asset. You can update this in N-central.
Service Organization
Service Organization name.
Customer
Customer name.
Site
Name of the Customer's Site.
Creation time
The date and time the script task was created.
Type
The type of run request:
  • Run now (on demand)
Requestor
Name of the user who created the script task.

Related articles