get_signal_catalog
(**kwargs)¶Retrieves information about a signal catalog.
See also: AWS API Documentation
Request Syntax
response = client.get_signal_catalog(
name='string'
)
[REQUIRED]
The name of the signal catalog to retrieve information about.
{
'name': 'string',
'arn': 'string',
'description': 'string',
'nodeCounts': {
'totalNodes': 123,
'totalBranches': 123,
'totalSensors': 123,
'totalAttributes': 123,
'totalActuators': 123
},
'creationTime': datetime(2015, 1, 1),
'lastModificationTime': datetime(2015, 1, 1)
}
Response Structure
The name of the signal catalog.
The Amazon Resource Name (ARN) of the signal catalog.
A brief description of the signal catalog.
The total number of network nodes specified in a signal catalog.
The total number of nodes in a vehicle network.
The total number of nodes in a vehicle network that represent branches.
The total number of nodes in a vehicle network that represent sensors.
The total number of nodes in a vehicle network that represent attributes.
The total number of nodes in a vehicle network that represent actuators.
The time the signal catalog was created in seconds since epoch (January 1, 1970 at midnight UTC time).
The last time the signal catalog was modified.
Exceptions
IoTFleetWise.Client.exceptions.ResourceNotFoundException
IoTFleetWise.Client.exceptions.InternalServerException
IoTFleetWise.Client.exceptions.ThrottlingException
IoTFleetWise.Client.exceptions.ValidationException
IoTFleetWise.Client.exceptions.AccessDeniedException