API Guide
Application settings
Network
/api/ApplicationService/Network
This URI represents the collection of network application services.
GET method for Network
This method returns the network configuration details.
Description Returns the network configuration details.
Privilege VIEW
HTTP response
codes
200
Example response
body
{
"@odata.context": "$metadata#Network.Network/$entity",
"@odata.id": "/api/ApplicationService/Network",
"Actions": null,
"ProxyConfiguration": {
"@odata.id": "/api/ApplicationService/Network/ProxyConfiguration"
},
"TimeZones": [
{
"@odata.id": "/api/ApplicationService/Network/TimeZones"
}
],
"TimeConfiguration": {
"@odata.id": "/api/ApplicationService/Network/TimeConfiguration"
},
"AddressConfiguration": {
"@odata.id": "/api/ApplicationService/Network/AddressConfiguration"
},
"CurrentAddressConfiguration": {
"@odata.id": "/api/ApplicationService/Network/
CurrentAddressConfiguration"
},
"WebServerConfiguration": {
"@odata.id": "/api/ApplicationService/Network/WebServerConfiguration"
}
}
4
Application settings 29