Panorama.Client.
describe_application_instance
(**kwargs)¶Returns information about an application instance on a device.
See also: AWS API Documentation
Request Syntax
response = client.describe_application_instance(
ApplicationInstanceId='string'
)
[REQUIRED]
The application instance's ID.
{
'ApplicationInstanceId': 'string',
'ApplicationInstanceIdToReplace': 'string',
'Arn': 'string',
'CreatedTime': datetime(2015, 1, 1),
'DefaultRuntimeContextDevice': 'string',
'DefaultRuntimeContextDeviceName': 'string',
'Description': 'string',
'HealthStatus': 'RUNNING'|'ERROR'|'NOT_AVAILABLE',
'LastUpdatedTime': datetime(2015, 1, 1),
'Name': 'string',
'RuntimeContextStates': [
{
'DesiredState': 'RUNNING'|'STOPPED'|'REMOVED',
'DeviceReportedStatus': 'STOPPING'|'STOPPED'|'STOP_ERROR'|'REMOVAL_FAILED'|'REMOVAL_IN_PROGRESS'|'STARTING'|'RUNNING'|'INSTALL_ERROR'|'LAUNCHED'|'LAUNCH_ERROR'|'INSTALL_IN_PROGRESS',
'DeviceReportedTime': datetime(2015, 1, 1),
'RuntimeContextName': 'string'
},
],
'RuntimeRoleArn': 'string',
'Status': 'DEPLOYMENT_PENDING'|'DEPLOYMENT_REQUESTED'|'DEPLOYMENT_IN_PROGRESS'|'DEPLOYMENT_ERROR'|'DEPLOYMENT_SUCCEEDED'|'REMOVAL_PENDING'|'REMOVAL_REQUESTED'|'REMOVAL_IN_PROGRESS'|'REMOVAL_FAILED'|'REMOVAL_SUCCEEDED'|'DEPLOYMENT_FAILED',
'StatusDescription': 'string',
'Tags': {
'string': 'string'
}
}
Response Structure
The application instance's ID.
The ID of the application instance that this instance replaced.
The application instance's ARN.
When the application instance was created.
The device's ID.
The device's bane.
The application instance's description.
The application instance's health status.
The application instance was updated.
The application instance's name.
The application instance's state.
An application instance's state.
The application's desired state.
The application's reported status.
When the device reported the application's state.
The device's name.
The application instance's runtime role ARN.
The application instance's status.
The application instance's status description.
The application instance's tags.
Exceptions
Panorama.Client.exceptions.ConflictException
Panorama.Client.exceptions.ValidationException
Panorama.Client.exceptions.AccessDeniedException
Panorama.Client.exceptions.ResourceNotFoundException
Panorama.Client.exceptions.InternalServerException