Get signal catalog information (AWS CLI) - AWS IoT FleetWise

Get signal catalog information (AWS CLI)

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

To retrieve a paginated list of summaries of all signal catalogs, run the following command.

aws iotfleetwise list-signal-catalogs

You can use the ListSignalCatalogNodes API operation to verify if a signal catalog has been updated. The following example uses AWS CLI.

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

Replace signal-catalog-name with the name of the signal catalog that you're checking.

aws iotfleetwise list-signal-catalog-nodes --name signal-catalog-name

You can use the GetSignalCatalog API operation to retrieve signal catalog information. The following example uses AWS CLI.

To retrieve information about a signal catalog, run the following command.

Replace signal-catalog-name with the name of the signal catalog that you want to retrieve.

aws iotfleetwise get-signal-catalog --name signal-catalog-name
Note

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