API Guide

Table Of Contents
Table 11. Attributes (continued)
Attribute name Description
Ipv4Configuration.StaticAlternateDNSServer Set Static IPv4 DNS alternate server.
Ipv6Configuration.Enable Enable IPv6 network settings.
Ipv6Configuration.EnableAutoConfiguration Obtain IPv6 using DHCPv6 server or router advertisements
(RA).
Ipv6Configuration.StaticIPAddress Set Static IPv6 address.
Ipv6Configuration.StaticPrefixLength Set Static IPv6 prefix length.
Ipv6Configuration.StaticGateway Set Static IPv6 gateway address.
Ipv6Configuration.UseDHCPForDNSServerNames Obtain IPv6 DNS servers via DHCP server options.
Ipv6Configuration.StaticPreferredDNSServer Set Static IPv6 DNS preferred server.
Ipv6Configuration.StaticAlternateDNSServer Set Static IPv6 DNS alternate server.
ManagementVLAN.EnableVLAN Enable Tagged VLAN.
ManagementVLAN.Id Set VLAN ID.
DnsConfiguration.RegisterWithDNS Register/Unregister with DNS server.
DnsConfiguration.DnsName Set DNS name.
DnsConfiguration.UseDHCPForDNSDomainName Obtain DNS domain name via DHCP server.
DnsConfiguration.DnsDomainName Set Static DNS domain name.
Delay The time, in seconds, after which settings are applied
asynchronously.
/api/ApplicationService/Network/WebServerConfiguration
This URI represents the web-server configuration.
GET method for WebServerConfiguration
This method returns the web server configuration, including the status, port number, and session timeout duration.
Description
Returns the web-server configuration, including the status of the web server, port number, and session
timeout duration.
Privilege VIEW
HTTP response
codes
200
Example
Input:
Output:
{
"@odata.context": "$metadata#Network.WebServerConfiguration/$entity",
"@odata.id": "/api/ApplicationService/Network/WebServerConfiguration",
"TimeOut": 30,
"PortNumber": 443,
"EnableWebServer": true
}
Application settings 31