Update Cell Access Endpoints
Updates the cell's endpoint certificates. Updates will cause a brief interruption in connectivity as the reconfiguration is applied. It is recommended (though not required) that the affected cell be put into maintenance mode prior to updating the cell's endpoint certificates. This is so that existing connections can gracefully handle a certificate update.
cellUrn
Updated certificate references to be applied to this 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.
Accepted.