The Xentara KEB Service v1.0.1
User Manual
JSON Format for KEB service
See also
The Xentara Model File in the Xentara user manual

A JSON object describing a KEB service has the following syntax:

{
"@Skill.KEB.Service": {
"name": "KEB",
"UUID": "b8d55909-84c6-4afa-a6fe-9e181d65e1a6",
"ACL": { ... },
"address": "localhost:6379",
"serviceName": "KEBXentaraService"
}
}

Object Members
nameA string value containing the name of the service. The name is used to construct the service’s primary key.
UUIDA string value containing the unique UUID of the service.
ACLAn optional JSON object containing the element ACL of the service. The format of the object is described under JSON Format for ACLs in the Xentara user manual.
address

A string value containing the network address of the NOA Message Bus. This can be a host name or an IP address, with or without a port number. If the address does not contain a port number, then the standard port (6379) will be used.

The format of the string is described under JSON Format for Network Addresses in the Xentara user manual.

serviceNameA string value containing the name of the service used by the NOA Message Bus.