MessageClientCreateSpec

MessageClientCreateSpec
MessageClientCreateSpec

Message Client specification

JSON Example
{
    "client_type": "EDGE",
    "client_uuid": "6414a63f-694a-4982-b670-f564af076986",
    "pem_certificate": "-----BEGIN CERTIFICATE-----\nMIID8DCCAtigAwIBAgIFFVeQUwEwDQY...-----END CERTIFICATE-----\n"
}
string
client_type
Required

The message client type, which should be a member of MessageClientType.

  • EDGE: EDGE Gateway user.
  • CSMS: CSMS user.
Possible values are : EDGE, CSMS,
string
client_uuid
Required

The message client uuid, which is generated by client itself.

string
pem_certificate
Required

The message client certificate in PEM format. PemCertificate should be valid and its subject should be CN=clientType/clientUuid,