get_application
(**kwargs)¶Gets an application registered with AWS Systems Manager for SAP. It also returns the components of the application.
See also: AWS API Documentation
Request Syntax
response = client.get_application(
ApplicationId='string',
ApplicationArn='string',
AppRegistryArn='string'
)
dict
Response Syntax
{
'Application': {
'Id': 'string',
'Type': 'HANA',
'Arn': 'string',
'AppRegistryArn': 'string',
'Status': 'ACTIVATED'|'STARTING'|'STOPPED'|'STOPPING'|'FAILED'|'REGISTERING'|'DELETING'|'UNKNOWN',
'Components': [
'string',
],
'LastUpdated': datetime(2015, 1, 1),
'StatusMessage': 'string'
},
'Tags': {
'string': 'string'
}
}
Response Structure
(dict) --
Application (dict) --
Returns all of the metadata of an application registered with AWS Systems Manager for SAP.
Id (string) --
The ID of the application.
Type (string) --
The type of the application.
Arn (string) --
The Amazon Resource Name (ARN) of the application.
AppRegistryArn (string) --
The Amazon Resource Name (ARN) of the Application Registry.
Status (string) --
The status of the application.
Components (list) --
The components of the application.
LastUpdated (datetime) --
The time at which the application was last updated.
StatusMessage (string) --
The status message.
Tags (dict) --
The tags of a registered application.
Exceptions
SsmSap.Client.exceptions.ValidationException
SsmSap.Client.exceptions.InternalServerException