network.configuration.update¶
Update Network Configuration Service configuration.
No Additional Items
Tuple Validation
Parameter 1: data
data
Type: objectNetwork configuration data to update.
No Additional PropertiesHostname
Type: stringSystem hostname.
Domain
Type: stringSystem domain name.
Ipv4Gateway
Used instead of the default gateway provided by DHCP.
Must be one of:
- ""
""
Ipv6Gateway
IPv6 default gateway address.
Must be one of:
- ""
""
Nameserver1
Primary DNS server.
Must be one of:
- ""
""
Nameserver2
Secondary DNS server.
Must be one of:
- ""
""
Nameserver3
Tertiary DNS server.
Must be one of:
- ""
""
Httpproxy
Type: stringMust be provided if a proxy is to be used for network operations.
Hosts
Type: array of stringStatic host entries to add to the hosts file.
No Additional ItemsEach item of this array must be:
Domains
Type: array of stringAdditional domain names for DNS search.
No Additional ItemsEach item of this array must be:
ServiceAnnouncement
Type: objectDetermines the broadcast protocols that will be used to advertise the server.
No Additional PropertiesNetbios
Type: booleanEnable the NetBIOS name server (NBNS) which starts concurrently with the SMB service. SMB clients will only perform NBNS lookups if SMB1 is enabled. NBNS may be required for legacy SMB clients.
Mdns
Type: booleanEnable multicast DNS service announcements for enabled services.
Wsd
Type: booleanEnable Web Service Discovery support.
NetworkConfigurationActivity
Type: objectNetwork activity filtering configuration.
No Additional PropertiesType
Type: enum (of string)Whether to allow or deny the specified network activities.
Must be one of:
- "ALLOW"
- "DENY"
Activities
Type: array of string Default: []Array of network activity types to allow or deny.
No Additional ItemsEach item of this array must be:
Hostname B
Hostname for the second controller in HA configurations or null
.
Hostname Virtual
Virtual hostname for HA configurations or null
.
NetworkConfigurationEntry
Type: objectThe updated network configuration.
No Additional PropertiesId
Type: integerUnique identifier for the network configuration.
Hostname
Type: stringSystem hostname.
Domain
Type: stringSystem domain name.
Ipv4Gateway
Used instead of the default gateway provided by DHCP.
Must be one of:
- ""
""
Ipv6Gateway
IPv6 default gateway address.
Must be one of:
- ""
""
Nameserver1
Primary DNS server.
Must be one of:
- ""
""
Nameserver2
Secondary DNS server.
Must be one of:
- ""
""
Nameserver3
Tertiary DNS server.
Must be one of:
- ""
""
Httpproxy
Type: stringMust be provided if a proxy is to be used for network operations.
Hosts
Type: array of stringStatic host entries to add to the hosts file.
No Additional ItemsEach item of this array must be:
Domains
Type: array of stringAdditional domain names for DNS search.
No Additional ItemsEach item of this array must be:
ServiceAnnouncement
Type: objectDetermines the broadcast protocols that will be used to advertise the server.
No Additional PropertiesNetbios
Type: booleanEnable the NetBIOS name server (NBNS) which starts concurrently with the SMB service. SMB clients will only perform NBNS lookups if SMB1 is enabled. NBNS may be required for legacy SMB clients.
Mdns
Type: booleanEnable multicast DNS service announcements for enabled services.
Wsd
Type: booleanEnable Web Service Discovery support.
NetworkConfigurationActivity
Type: objectNetwork activity filtering configuration.
No Additional PropertiesType
Type: enum (of string)Whether to allow or deny the specified network activities.
Must be one of:
- "ALLOW"
- "DENY"
Activities
Type: array of string Default: []Array of network activity types to allow or deny.
No Additional ItemsEach item of this array must be:
Hostname Local
Type: stringLocal hostname for this system.
Hostname B
Hostname for the second controller in HA configurations or null
.
Hostname Virtual
Virtual hostname for HA configurations or null
.
NetWorkConfigurationState
Type: objectCurrent network configuration state.
No Additional PropertiesIpv4Gateway
Current IPv4 default gateway address.
Must be one of:
- ""
""
Ipv6Gateway
Current IPv6 default gateway address.
Must be one of:
- ""
""
Nameserver1
Current primary DNS server address.
Must be one of:
- ""
""
Nameserver2
Current secondary DNS server address.
Must be one of:
- ""
""
Nameserver3
Current tertiary DNS server address.
Must be one of:
- ""
""
Hosts
Type: array of stringCurrent hosts file entries.
No Additional ItemsEach item of this array must be:
Required roles: NETWORK_GENERAL_WRITE