Information about the number of nodes and node types in a vehicle network.
Type: objectProperties: 5
AutomotiveConnected VehiclesIoTTelematicsVehicle Data
NodeCounts is a JSON Structure definition published by Amazon IoT FleetWise, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-fleetwise/refs/heads/main/json-structure/iot-fleetwise-node-counts-structure.json",
"name": "NodeCounts",
"description": "Information about the number of nodes and node types in a vehicle network.",
"type": "object",
"properties": {
"totalNodes": {
"allOf": [
{
"$ref": "#/components/schemas/number"
},
{
"description": "The total number of nodes in a vehicle network."
}
]
},
"totalBranches": {
"allOf": [
{
"$ref": "#/components/schemas/number"
},
{
"description": "The total number of nodes in a vehicle network that represent branches."
}
]
},
"totalSensors": {
"allOf": [
{
"$ref": "#/components/schemas/number"
},
{
"description": "The total number of nodes in a vehicle network that represent sensors."
}
]
},
"totalAttributes": {
"allOf": [
{
"$ref": "#/components/schemas/number"
},
{
"description": "The total number of nodes in a vehicle network that represent attributes."
}
]
},
"totalActuators": {
"allOf": [
{
"$ref": "#/components/schemas/number"
},
{
"description": "The total number of nodes in a vehicle network that represent actuators."
}
]
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.