Xentara v1.2.1
User Manual
Loading...
Searching...
No Matches
JSON Format for Debugging Inspectors

A JSON object describing a debugging inspector has the following syntax:

{
"@Microservice.Debugging.Inspector": {
"id": "Inspector 1",
"uuid": "f301f77a-e995-4170-a4cc-92da13f3e2e6",
"title": "Noise Values:",
"attributes": [
"Signal Generator.Noise 1.value",
"Signal Generator.Noise 2.value",
"Signal Generator.Noise 3.value",
"Signal Generator.Noise 4.value",
"Signal Generator.Noise 5.value"
]
}
}

Object Members
idA string value containing the ID of the microservice. The ID is used to construct the microservice’s primary key.
uuidA string value containing the unique UUID of the microservice.
titleA string value containing the title for the output. If no title is desired, the string can be empty, or the entire title member can be omitted.
attributesAn array of string values describing the attributes that should be printed. The string values must contain the primary keys of the attributes.