IoTSiteWise.Client.
describe_dashboard
(**kwargs)¶Retrieves information about a dashboard.
See also: AWS API Documentation
Request Syntax
response = client.describe_dashboard(
dashboardId='string'
)
[REQUIRED]
The ID of the dashboard.
{
'dashboardId': 'string',
'dashboardArn': 'string',
'dashboardName': 'string',
'projectId': 'string',
'dashboardDescription': 'string',
'dashboardDefinition': 'string',
'dashboardCreationDate': datetime(2015, 1, 1),
'dashboardLastUpdateDate': datetime(2015, 1, 1)
}
Response Structure
The ID of the dashboard.
The ARN of the dashboard, which has the following format.
arn:${Partition}:iotsitewise:${Region}:${Account}:dashboard/${DashboardId}
The name of the dashboard.
The ID of the project that the dashboard is in.
The dashboard's description.
The dashboard's definition JSON literal. For detailed information, see Creating dashboards (CLI) in the IoT SiteWise User Guide .
The date the dashboard was created, in Unix epoch time.
The date the dashboard was last updated, in Unix epoch time.
Exceptions
IoTSiteWise.Client.exceptions.InvalidRequestException
IoTSiteWise.Client.exceptions.ResourceNotFoundException
IoTSiteWise.Client.exceptions.InternalFailureException
IoTSiteWise.Client.exceptions.ThrottlingException