Get signal catalog 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 Preview AWS CLI and AWS SDKs. |
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