JavaScript object: system.sysinfo

The following JavaScript object is unique to Service Manager.

The system.sysinfo object allows you to call an XML list of properties about the Service Manager server.

Usage

system.sysinfo

Note Service Manager global system objects do not have constructors.

Arguments

There are no arguments for this object.

Properties

There are no properties for this object.

Methods

None

Example

This example does the following:

  • Sets a variable equal to system.sysinfo.
  • Displays the results of system.sysinfo.
var s = system.sysinfo;
print( "The value of system.threads is:\n" + s );