Get decoder manifest information (AWS CLI) - AWS IoT FleetWise

Get decoder manifest information (AWS CLI)

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

To retrieve a paginated list of summaries of all decoder manifests, run the following command.

aws iotfleetwise list-decoder-manifests

You can use the ListDecoderManifestSignals API operation to verify if decoder signals in the decoder manifest have been updated. The following example uses AWS CLI.

To retrieve a paginated list of summaries of all decoder signals (nodes) in a given decoder manifest, run the following command.

Replace decoder-manifest-name with the name of the decoder manifest that you're checking.

aws iotfleetwise list-decoder-manifest-signals / --name decoder-manifest-name

You can use the ListDecoderManifestNetworkInterfaces API operation to verify if network interfaces in the decoder manifest have been updated. The following example uses AWS CLI.

To retrieve a paginated list of summaries of all network interfaces in a given decoder manifest, run the following command.

Replace decoder-manifest-name with the name of the decoder manifest that you're checking.

aws iotfleetwise list-decoder-manifest-network-interfaces / --name decoder-manifest-name

You can use the GetDecoderManifest API operation to verify if network interfaces and decoder signals in the decoder manifest have been updated. The following example uses AWS CLI.

To retrieve information about a decoder manifest, run the following command.

Replace decoder-manifest with the name of the decoder manifest that you want to retrieve.

aws iotfleetwise get-decoder-manifest --name decoder-manifest
Note

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