UcMessage

UcMessage
UcMessage
JSON Example
{
    "application_name": "string",
    "correlation_id": "string",
    "client_type": "string",
    "payload": "string",
    "type_id": "string"
}
string
application_name
Required

Application name (e.g. UPGRADE)

string
correlation_id
Optional

UUID used to associate response with request. Ignored on send path.

string
client_type
Required

Type of messaging client

Possible values are : HOST, EDGE, CCP, CCP_MPA, PCG, NSX_AGENT,
string
payload
Required

Message payload

string
type_id
Required

A fully qualified protobuf message name.