SensorNic

SensorNic
Sensor Network Interface

Network interface for the sensor appliance.

JSON Example
{
    "mac_address": "string",
    "ipv4_address": "string",
    "ipv6_address": "string",
    "is_mgmt": false
}
string As ^([0-9A-Fa-f]{1,2}[:-]){5}([0-9A-Fa-f]{1,2})$
mac_address
Required

MAC address for the NIC.

string As ^((25[0-5]|(2[0-4]|1\d|[1-9]|)\d)\.?\b){4}$
ipv4_address
Optional

IPv4 address for the NIC.

string
ipv6_address
Optional

IPv6 address for the NIC.

boolean
is_mgmt
Optional
Constraints: default: true

Specifies whether the NIC is a management NIC. True by default. The sensor requires one management NIC for communication with the SSP.