AutomotiveConnected VehiclesIoTTelematicsVehicle Data
GetVehicleResponse is a JSON Structure definition published by Amazon IoT FleetWise, describing 7 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-get-vehicle-response-structure.json",
"name": "GetVehicleResponse",
"description": "GetVehicleResponse schema",
"type": "object",
"properties": {
"vehicleName": {
"allOf": [
{
"$ref": "#/components/schemas/vehicleName"
},
{
"description": "The ID of the vehicle."
}
]
},
"arn": {
"allOf": [
{
"$ref": "#/components/schemas/arn"
},
{
"description": " The Amazon Resource Name (ARN) of the vehicle to retrieve information about. "
}
]
},
"modelManifestArn": {
"allOf": [
{
"$ref": "#/components/schemas/arn"
},
{
"description": " The ARN of a vehicle model (model manifest) associated with the vehicle. "
}
]
},
"decoderManifestArn": {
"allOf": [
{
"$ref": "#/components/schemas/arn"
},
{
"description": " The ARN of a decoder manifest associated with the vehicle. "
}
]
},
"attributes": {
"allOf": [
{
"$ref": "#/components/schemas/attributesMap"
},
{
"description": "<p>Static information about a vehicle in a key-value pair. For example:</p> <p> <code>\"engineType\"</code> : <code>\"1.3 L R2\"</code> </p>"
}
]
},
"creationTime": {
"allOf": [
{
"$ref": "#/components/schemas/timestamp"
},
{
"description": " The time the vehicle was created in seconds since epoch (January 1, 1970 at midnight UTC time). "
}
]
},
"lastModificationTime": {
"allOf": [
{
"$ref": "#/components/schemas/timestamp"
},
{
"description": " The time the vehicle was last updated in seconds since epoch (January 1, 1970 at midnight UTC time). "
}
]
}
}
}
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.