Previous Topic: Input ParametersNext Topic: Operator Ports


Output Parameters

StartTime
StartDate
NetworkInterfaces

Specifies an array of value maps containing the network interfaces associated with the local host.

Each value map in NetworkInterfaces contains the following information:

Name

Specifies the name of the network interface.

Display

Specifies the display name of the network interface.

MacAddress

Specifies the hardware address, usually MAC address, of the network interface. A blank in this field indicates that the operator is unable to retrieve the MAC address from the network interface. The retrieve failure can be due to lack of privileges or can be due to the lack of a MAC address for this network interface.

InetAddresses

Specifies an array of value maps containing the InetAddresses associated with the network interface. Each value map in InetAddresses contains the following information:

IpAddress

Specifies the IP address.

Host

Specifies the host name. The IP address is returned if the operator is unable to perform a reverse lookup due to network setup.

CanonicalName

Specifies the canonical name. If the operator is unable to retrieve the FQDN, an IP address is returned.

Result

One of the following items:

1

Indicates that the operator finished successfully.

-1

Indicates that the operator failed.

Reason

One of the following items:

Completed

Indicates that the operator finished successfully.

<error message>

Specifies why the operator failed in an error message.