list_project_assets
(**kwargs)¶Retrieves a paginated list of assets associated with an IoT SiteWise Monitor project.
See also: AWS API Documentation
Request Syntax
response = client.list_project_assets(
projectId='string',
nextToken='string',
maxResults=123
)
[REQUIRED]
The ID of the project.
The maximum number of results to return for each paginated request.
Default: 50
dict
Response Syntax
{
'assetIds': [
'string',
],
'nextToken': 'string'
}
Response Structure
(dict) --
assetIds (list) --
A list that contains the IDs of each asset associated with the project.
nextToken (string) --
The token for the next set of results, or null if there are no additional results.
Exceptions
IoTSiteWise.Client.exceptions.InvalidRequestException
IoTSiteWise.Client.exceptions.InternalFailureException
IoTSiteWise.Client.exceptions.ThrottlingException