CellAccessEndpoints

CellAccessEndpoints
CellAccessEndpoints

The various endpoints that can be used to access a given cell

JSON Example
{
    "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

Availability
Added in 38.1