API Guide

Table 11. Attributes(continued)
Attribute name Description
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
}
PUT method for WebServerConfiguration
This method updates the web-server configuration.
Description
Updates the web-server configuration. To apply the changes, the web services restart.
Privilege APPLIANCE_SETUP
Application settings 31