| Interface | An object representing a network interface. |
| createUUID | Create a globally unique id. |
| interfaces | A list of network interfaces of the current system |
| Type | Name | Description |
|---|---|---|
| String | address | The primary IP address of the system |
| String | architecture | The operating system architecture |
| String | id | The unique machine id of the system |
| String | macaddress | The primary MAC address of the system |
| String | name | The operating system name |
| String | ostype | The architecture type of the system (either 32 bit or 64 bit) |
| String | processorCount | The number of processors for the machine |
| String | username | The platform's user name |
| String | version | The operating system version |