NetworkAccessPointMBean

NetworkAccessPointMBean lists all the network channels available.

URL Syntax

/management/weblogic/latest/serverConfig/servers/<server_name>/networkAccessPoints

Examples

Note:

By default the base domain network access point names are sip and sips. The default replicated domain network access point names are sipchannel and sips.

Example 17-4 Access the networkAccessPoints endpoint

curl -u '<user>:<password>' \
  "http://10.0.0.1:7001/management/weblogic/latest/serverConfig/servers/managed-server1/networkAccessPoints"

Example reponse:

{
    "links": [
        {
            "rel": "parent",
            "href": "http://10.0.0.1:7001/management/weblogic/latest/serverConfig/servers/managed-server1"
        },{
            "rel": "self",
            "href": "http://10.0.0.1:7001/management/weblogic/latest/serverConfig/servers/managed-server1/networkAccessPoints"
        },{
            "rel": "canonical",
            "href": "http://10.0.0.1:7001/management/weblogic/latest/serverConfig/servers/managed-server1/networkAccessPoints"
        }
    ],
    "items": [
        {
            "links": [
                {
                    "rel": "self",
                    "href": "http://10.0.0.1:7001/management/weblogic/latest/serverConfig/servers/managed-server1/networkAccessPoints/sip"
                },{
                    "rel": "canonical",
                    "href": "http://10.0.0.1:7001/management/weblogic/latest/serverConfig/servers/managed-server1/networkAccessPoints/sip"
                }
            ],
            "identity": [
                "servers",
                "managed-server1",
                "networkAccessPoints",
                "sip"
            ],
            "hostnameVerificationIgnored": false,
            "httpEnabledForThisProtocol": false,
            "notes": null,
            "hostnameVerifier": null,
            "publicPort": 5060,
            "idleConnectionTimeout": 65,
            "resolveDNSName": false,
            "privateKeyAlias": null,
            "type": "NetworkAccessPoint",
            "inboundCertificateValidation": "BuiltinSSLValidationOnly",
            "customPrivateKeyPassPhrase": null,
            "proxyPort": 80,
            "protocol": "sip",
            "tunnelingClientTimeoutSecs": 40,
            "tunnelingEnabled": false,
            "listenAddress": "sample-domain1-managed-server1",
            "acceptBacklog": 300,
            "connectTimeout": 0,
            "id": 0,
            "maxMessageSize": 10000000,
            "proxyAddress": null,
            "outboundPrivateKeyAlias": null,
            "outboundPrivateKeyEnabled": false,
            "twoWaySSLEnabled": false,
            "tags": [],
            "outboundCertificateValidation": "BuiltinSSLValidationOnly",
            "completeMessageTimeout": 60,
            "clientCertificateEnforced": false,
            "loginTimeoutMillis": 5000,
            "name": "sip",
            "outboundPrivateKeyPassPhrase": null,
            "publicAddress": "sample-domain1-managed-server1",
            "enabled": true,
            "clusterAddress": "sample-domain1-managed-server1",
            "timeoutConnectionWithPendingResponses": false,
            "customPrivateKeyAlias": null,
            "tunnelingClientPingSecs": 45,
            "allowUnencryptedNullCipher": false,
            "useFastSerialization": false,
            "dynamicallyCreated": false,
            "privateKeyPassPhrase": null,
            "SSLv2HelloEnabled": true,
            "customIdentityKeyStoreFileName": null,
            "excludedCiphersuites": [
                "TLS_RSA_*",
                "*_CBC_*"
            ],
            "maxConnectedClients": 2147483647,
            "customIdentityKeyStorePassPhrase": null,
            "ciphersuites": [],
            "outboundEnabled": true,
            "channelIdentityCustomized": false,
            "clientInitSecureRenegotiationAccepted": false,
            "minimumTLSProtocolVersion": "TLSv1.2",
            "channelWeight": 50,
            "maxBackoffBetweenFailures": 10000,
            "listenPort": 5060,
            "customIdentityKeyStoreType": null
        },
        {
            "links": [
                {
                    "rel": "self",
                    "href": "http://10.0.0.1:7001/management/weblogic/latest/serverConfig/servers/managed-server1/networkAccessPoints/sips"
                },{
                    "rel": "canonical",
                    "href": "http://10.0.0.1:7001/management/weblogic/latest/serverConfig/servers/managed-server1/networkAccessPoints/sips"
                }
            ],
            "identity": [
                "servers",
                "managed-server1",
                "networkAccessPoints",
                "sips"
            ],
            "hostnameVerificationIgnored": false,
            "httpEnabledForThisProtocol": false,
            "notes": null,
            "hostnameVerifier": null,
            "publicPort": 5061,
            "idleConnectionTimeout": 65,
            "resolveDNSName": false,
            "privateKeyAlias": null,
            "type": "NetworkAccessPoint",
            "inboundCertificateValidation": "BuiltinSSLValidationOnly",
            "customPrivateKeyPassPhrase": null,
            "proxyPort": 80,
            "protocol": "sips",
            "tunnelingClientTimeoutSecs": 40,
            "tunnelingEnabled": false,
            "listenAddress": "sample-domain1-managed-server1",
            "acceptBacklog": 300,
            "connectTimeout": 0,
            "id": 0,
            "maxMessageSize": 10000000,
            "proxyAddress": null,
            "outboundPrivateKeyAlias": null,
            "outboundPrivateKeyEnabled": false,
            "twoWaySSLEnabled": false,
            "tags": [],
            "outboundCertificateValidation": "BuiltinSSLValidationOnly",
            "completeMessageTimeout": 60,
            "clientCertificateEnforced": false,
            "loginTimeoutMillis": 25000,
            "name": "sips",
            "outboundPrivateKeyPassPhrase": null,
            "publicAddress": "sample-domain1-managed-server1",
            "enabled": true,
            "clusterAddress": "sample-domain1-managed-server1",
            "timeoutConnectionWithPendingResponses": false,
            "customPrivateKeyAlias": null,
            "tunnelingClientPingSecs": 45,
            "allowUnencryptedNullCipher": false,
            "useFastSerialization": false,
            "dynamicallyCreated": false,
            "privateKeyPassPhrase": null,
            "SSLv2HelloEnabled": true,
            "customIdentityKeyStoreFileName": null,
            "excludedCiphersuites": [
                "TLS_RSA_*",
                "*_CBC_*"
            ],
            "maxConnectedClients": 2147483647,
            "customIdentityKeyStorePassPhrase": null,
            "ciphersuites": [],
            "outboundEnabled": true,
            "channelIdentityCustomized": false,
            "clientInitSecureRenegotiationAccepted": false,
            "minimumTLSProtocolVersion": "TLSv1.2",
            "channelWeight": 50,
            "maxBackoffBetweenFailures": 10000,
            "listenPort": 5061,
            "customIdentityKeyStoreType": null
        }
    ]
}