list_components(**kwargs)¶Lists all the components registered with AWS Systems Manager for SAP.
See also: AWS API Documentation
Request Syntax
response = client.list_components(
    ApplicationId='string',
    NextToken='string',
    MaxResults=123
)
The maximum number of results to return with a single call. To retrieve the remaining results, make another call with the returned nextToken value.
If you do not specify a value for MaxResults, the request returns 50 items per page by default.
dict
Response Syntax
{
    'Components': [
        {
            'ApplicationId': 'string',
            'ComponentId': 'string',
            'ComponentType': 'HANA',
            'Tags': {
                'string': 'string'
            }
        },
    ],
    'NextToken': 'string'
}
Response Structure
(dict) --
Components (list) --
List of components registered with AWS System Manager for SAP.
(dict) --
The summary of the component.
ApplicationId (string) --
The ID of the application.
ComponentId (string) --
The ID of the component.
ComponentType (string) --
The type of the component.
Tags (dict) --
The tags of the component.
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.ResourceNotFoundExceptionSsmSap.Client.exceptions.ValidationExceptionSsmSap.Client.exceptions.InternalServerException