Get Cell Access Endpoints

Get Cell Access Endpoints

Retrieves the cell's endpoint information and secure parameters.

Request
URI
GET
https://{api_host}/cloudapi/1.0.0/cells/{cellUrn}/accessEndpoints
COPY
Path Parameters
string
cellUrn
Required

the urn to identify the cell who's access points are being updated


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns CellAccessEndpoints of type(s) application/json;version=39.0
{
    "apiEndpointIP": "string",
    "apiEndpointNonSecurePort": 0,
    "apiEndpointSecurePort": 0,
    "apiSslCertRef": {
        "name": "string",
        "id": "string"
    },
    "nonSecureApiEndpoint": "string",
    "secureApiEndpoint": "string",
    "mqttEndpoint": "string",
    "jmxEndpointIP": "string",
    "jmxEndpointRmiPort": 0,
    "jmxEndpointRmiRegistryPort": 0,
    "jmxEndpoint": "string",
    "jmxSslCertRef": {
        "name": "string",
        "id": "string"
    }
}
string
apiEndpointIP
Optional

The IP address that the cell's web services (UI, API and MQTT) will bind to

integer As int32 As int32
apiEndpointNonSecurePort
Optional

Port on which the cell's non-secure socket will bind to listen for in-coming connections. Conventionally, this is port 80.

integer As int32 As int32
apiEndpointSecurePort
Optional

Port on which the cell's secure socket will bind to listen for in-coming connections. Conventionally, this is port 443.

apiSslCertRef
Required

Entity reference used to describe VCD entities

string
nonSecureApiEndpoint
Optional

A URL where the cell's http endpoint can be accessed.

string
secureApiEndpoint
Optional

A URL where the cell's secured https endpoint can be accessed.

string
mqttEndpoint
Optional

URL where the cell's mqtt connector can be accessed.

string
jmxEndpointIP
Optional

The IP address that the cell's JMX service will bind to

integer As int32 As int32
jmxEndpointRmiPort
Optional

Port on which the cell's JMX RMI protocol port will bind to. By default, this is port 8998.

integer As int32 As int32
jmxEndpointRmiRegistryPort
Optional

Port on which the cell's RMI Registry will bind to. By default, this is port 8999.

string
jmxEndpoint
Optional

A URL specifying the access point for the cell using JMX.

jmxSslCertRef
Required

Entity reference used to describe VCD entities