Get AWS IoT FleetWise campaign information - AWS IoT FleetWise

Get AWS IoT FleetWise campaign information

You can use the ListCampaigns API operation to verify if a campaign has been deleted. The following example uses the AWS CLI.

To retrieve a paginated list of summaries for all campaigns, run the following command.

aws iotfleetwise list-campaigns

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

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

Replace campaign-name with the name of the campaign to you want to retrieve.

aws iotfleetwise get-campaign --name campaign-name
Note

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