Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Get AWS IoT FleetWise vehicle information - AWS IoT FleetWise

Get AWS IoT FleetWise vehicle information

Important

Access to certain AWS IoT FleetWise features is currently gated. For more information, see AWS Region and feature availability in AWS IoT FleetWise.

You can use the GetVehicle API operation to retrieve vehicle information. The following example uses the AWS CLI.

To retrieve the metadata of a vehicle, run the following command.

Replace vehicle-name with the ID of the vehicle that you want to retrieve.

aws iotfleetwise get-vehicle --vehicle-name vehicle-name
Note

This operation is eventually consistent. In other words, changes to the vehicle might not be reflected immediately.

You can use the GetVehicleStatus API operation to retrieve the status of resources associated with a vehicle. The following example uses the AWS CLI.

To retrieve the status of resources associated with a vehicle, run the following command.

  • Replace vehicle-name with the ID of the vehicle which the resources are associated with.

  • Replace type with the type of the resource whose status you want to retrieve. Valid values for type are CAMPAIGN, STATE_TEMPLATE, and DECODER.

aws iotfleetwise get-vehicle-status --vehicle-name vehicle-name --type type

If you enabled encryption using a customer managed AWS KMS key, include the following policy statement so that your role can invoke the GetVehicle or GetVehicleStatus API operations.

{ "Version": "2012-10-17", "Statement": [ { "Effect": "Allow", "Action": [ "kms:Decrypt" ], "Resource": [ "arn:aws:kms:KMS_KEY_REGION:KMS_KEY_ACCOUNT_ID:key/KMS_KEY_ID" ] }, ] }
PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.