CellAccessEndpoints
The various endpoints that can be used to access a given cell
{
"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"
}
}
The IP address that the cell's web services (UI, API and MQTT) will bind to
Port on which the cell's non-secure socket will bind to listen for in-coming connections. Conventionally, this is port 80.
Port on which the cell's secure socket will bind to listen for in-coming connections. Conventionally, this is port 443.
A URL where the cell's http endpoint can be accessed.
A URL where the cell's secured https endpoint can be accessed.
URL where the cell's mqtt connector can be accessed.
The IP address that the cell's JMX service will bind to
Port on which the cell's JMX RMI protocol port will bind to. By default, this is port 8998.
Port on which the cell's RMI Registry will bind to. By default, this is port 8999.
A URL specifying the access point for the cell using JMX.