describe_application
(**kwargs)¶Gets information about a Fleet Hub for AWS IoT Device Management web application.
Note
Fleet Hub for AWS IoT Device Management is in public preview and is subject to change.
See also: AWS API Documentation
Request Syntax
response = client.describe_application(
applicationId='string'
)
[REQUIRED]
The unique Id of the web application.
{
'applicationId': 'string',
'applicationArn': 'string',
'applicationName': 'string',
'applicationDescription': 'string',
'applicationUrl': 'string',
'applicationState': 'CREATING'|'DELETING'|'ACTIVE'|'CREATE_FAILED'|'DELETE_FAILED',
'applicationCreationDate': 123,
'applicationLastUpdateDate': 123,
'roleArn': 'string',
'ssoClientId': 'string',
'errorMessage': 'string',
'tags': {
'string': 'string'
}
}
Response Structure
The unique Id of the web application.
The ARN of the web application.
The name of the web application.
An optional description of the web application.
The URL of the web application.
The current state of the web application.
The date (in Unix epoch time) when the application was created.
The date (in Unix epoch time) when the application was last updated.
The ARN of the role that the web application assumes when it interacts with AWS IoT Core.
The Id of the single sign-on client that you use to authenticate and authorize users on the web application.
A message indicating why the DescribeApplication
API failed.
A set of key/value pairs that you can use to manage the web application resource.
Exceptions
IoTFleetHub.Client.exceptions.InvalidRequestException
IoTFleetHub.Client.exceptions.ResourceNotFoundException
IoTFleetHub.Client.exceptions.InternalFailureException
IoTFleetHub.Client.exceptions.ThrottlingException