Get vehicle model information (AWS CLI)
AWS IoT FleetWise is in preview release and is subject to change. We recommend that you use the service only with test data, and not in production environments. While AWS IoT FleetWise is in preview, you must download the preview AWS SDK and AWS CLI to use the API operations for this service. These API operations aren't available in the public AWS SDK or AWS CLI. For more information, see AWS CLI and AWS SDKs (preview). |
You can use the ListModelManifests API operation to verify if a vehicle model has been deleted. The following example uses AWS CLI.
To retrieve a paginated list of summaries of all vehicle models, run the following command.
aws iotfleetwise list-model-manifests
You can use the ListModelManifestNodes API operation to verify if a vehicle model has been updated. The following example uses AWS CLI.
To retrieve a paginated list of summaries of all signals (nodes) in a given vehicle model, run the following command.
Replace vehicle-model-name
with the name of the vehicle
model that you're checking.
aws iotfleetwise list-model-manifest-nodes / --name
vehicle-model-name
To retrieve information about a vehicle model, run the following command.
Replace vehicle-model
with the name of the vehicle
model that you want to retrieve.
aws iotfleetwise get-model-manifest --name
vehicle-model