Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This script applies remote binary update files to the specified devices

Table of Contents
Info

For more information on how to execute scripts in different environments, view the “Client Scripts” page.

Contents of Package

This script is composed of 2 python files:

...

Each column's meaning is detailed below

Column Name

Description

Edge Device IP

The IP address or URL of the edge Edge device; this is the IP we will attempt to contact. Unless otherwise specified, it will be assumed an IP or URL is of the format, Eg By default, the IP address will be preceded with “http://” and the port used will be 8080, e.g. “192.168.0.10” will be read as “http://192.168.0.10:8080”. If a different port is expected, or the node is configured for https, that must be included, eg e.g. https://192.168.0.10:8181”. Each Edge Device IP must be unique within the CSV.

OS username

The operating system username

OS password

The operating system password

...