Get Network Settings (General Network & DNS)

Get Network Settings (General Network & DNS)

Api to get Network Settings (General Network & DNS)

Request
URI
GET
https://{api_host}/9443/system/network
COPY
Header Parameters
string
Accept
Required

application/json


Authentication
This operation uses the following authentication methods.
Responses
200

Status 200

Returns inline_response_200_4 of type(s) application/json
{
    "hostName": "string",
    "domainName": "string",
    "networkIPv4AddressDto": {
        "interfaceInfo": "string",
        "ipv4Address": "string",
        "ipv4NetMask": "string",
        "ipv4Gateway": "string"
    },
    "networkIPv6AddressDto": {
        "interfaceInfo": "string",
        "ipv6Address": "string",
        "ipv6PrefixLength": "string",
        "ipv6Gateway": "string"
    },
    "dns": {
        "ipv4Dns": [
            "string"
        ],
        "ipv6Dns": [
            "string"
        ],
        "domainList": "string"
    },
    "proxyDto": {
        "httpProxyServer": "string",
        "proxyPort": "string",
        "proxyUsername": "string",
        "proxyUserPassword": "string"
    }
}
string
hostName
Optional

hostName

string
domainName
Optional

domainName

networkIPv4AddressDto
Optional

networkIPv4AddressDto

networkIPv6AddressDto
Optional

networkIPv6AddressDto

proxyDto
Optional

proxyDto