You are here:
Upload Telemetry Definition Component Structure
Define your component structure in JSON format.
Required Editions
| Available in: Lightning Experience |
| Available in: Enterprise, Unlimited, and Developer Editions |
| User Permissions Needed | |
|---|---|
| To create and update Telemetry Definitions: | Telemetry Definition and Action Management Designer |
- From Setup, in the Quick Find box, enter and select Telemetry Definition and Action Management.
- On the Telemetry Definition tab, open your telemetry definition record.
- Open your created telemetry definition version.
- Click Upload and drop your JSON file.
- To make changes to your structure, click Save as New Version to create another telemetry definition version and upload a new JSON file.
Example
The admin at Neo Motors uploads the structure for her telemetry definition in JSON format. A part of her JSON looks like this:
{
"Vehicle": {
"children": {
"ADAS": {
"children": {
"ABS": {
"children": {
"IsEnabled": {
"datatype": "boolean",
"description": "Indicates if ABS is enabled. True = Enabled. False = Disabled.",
"type": "actuator"
},
"IsEngaged": {
"datatype": "boolean",
"description": "Indicates if ABS is currently regulating brake pressure. True = Engaged. False = Not Engaged.",
"type": "sensor"
},
"IsError": {
"datatype": "boolean",
"description": "Indicates if ABS incurred an error condition. True = Error. False = No Error.",
"type": "sensor"
}
},
"description": "Antilock Braking System signals.",
"type": "branch"
}
} Users can click Show enhanced view to view and search for specific target component paths in their uploaded structure.
Did this article solve your issue?
Let us know so we can improve!

