SsmSap / Client / list_applications

list_applications#

SsmSap.Client.list_applications(**kwargs)#

Lists all the applications registered with AWS Systems Manager for SAP.

See also: AWS API Documentation

Request Syntax

response = client.list_applications(
    NextToken='string',
    MaxResults=123
)
Parameters:
  • NextToken (string) – The token for the next page of results.

  • MaxResults (integer) – The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.

Return type:

dict

Returns:

Response Syntax

{
    'Applications': [
        {
            'Id': 'string',
            'Type': 'HANA',
            'Arn': 'string',
            'Tags': {
                'string': 'string'
            }
        },
    ],
    'NextToken': 'string'
}

Response Structure

  • (dict) –

    • Applications (list) –

      The applications registered with AWS Systems Manager for SAP.

      • (dict) –

        The summary of the SAP 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.

        • Tags (dict) –

          The tags on the application.

          • (string) –

            • (string) –

    • NextToken (string) –

      The token to use to retrieve the next page of results. This value is null when there are no more results to return.

Exceptions

  • SsmSap.Client.exceptions.ResourceNotFoundException

  • SsmSap.Client.exceptions.ValidationException

  • SsmSap.Client.exceptions.InternalServerException