SensorApplianceNetworkingInfo

SensorApplianceNetworkingInfo
Sensor Appliance Networking Information

Networking information of the sensor appliance.

JSON Example
{
    "host_name": "string",
    "nics": [
        {
            "mac_address": "string",
            "ipv4_address": "string",
            "ipv6_address": "string",
            "is_mgmt": false
        }
    ],
    "dns": [
        "string"
    ],
    "ntp": [
        "string"
    ],
    "home_networks": [
        "string"
    ]
}
string As ^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$
host_name
Required
Constraints: minLength: 1 maxLength: 253

Host name of the sensor appliance.

array of SensorNic
nics
Required

Network interface settings for the appliance.

array of string
dns
Required

DNS setting for the appliance.

array of string
ntp
Required

NTP setting for the appliance.

array of string
home_networks
Required

Home networks in CIDR format for the sensor. RFC 1918 defines the private IP address ranges that are not routable on the public internet. These ranges are 10.0.0.0/8, 172.16.0.0/12, and 192.168.0.0/16. SSP considers these ranges as private IP ranges by default. These defaults can be overridden from the SSP configuration.

Property Of