Support.Client.
describe_trusted_advisor_checks
(**kwargs)¶Returns information about all available Trusted Advisor checks, including the name, ID, category, description, and metadata. You must specify a language code.
The response contains a TrustedAdvisorCheckDescription object for each check. You must set the Amazon Web Services Region to us-east-1.
Note
SubscriptionRequiredException
error message appears. For information about changing your support plan, see Amazon Web Services Support.To call the Trusted Advisor operations in the Amazon Web Services Support API, you must use the US East (N. Virginia) endpoint. Currently, the US West (Oregon) and Europe (Ireland) endpoints don't support the Trusted Advisor operations. For more information, see About the Amazon Web Services Support API in the Amazon Web Services Support User Guide .
See also: AWS API Documentation
Request Syntax
response = client.describe_trusted_advisor_checks(
language='string'
)
[REQUIRED]
The ISO 639-1 code for the language that you want your checks to appear in.
The Amazon Web Services Support API currently supports the following languages for Trusted Advisor:
zh
zh_TW
en
fr
de
id
it
ja
ko
pt_BR
es
{
'checks': [
{
'id': 'string',
'name': 'string',
'description': 'string',
'category': 'string',
'metadata': [
'string',
]
},
]
}
Response Structure
Information about the Trusted Advisor checks returned by the DescribeTrustedAdvisorChecks operation.
Information about all available Trusted Advisor checks.
The description and metadata for a Trusted Advisor check.
The unique identifier for the Trusted Advisor check.
The display name for the Trusted Advisor check.
The description of the Trusted Advisor check, which includes the alert criteria and recommended operations (contains HTML markup).
The category of the Trusted Advisor check.
The column headings for the data returned by the Trusted Advisor check. The order of the headings corresponds to the order of the data in the Metadata element of the TrustedAdvisorResourceDetail for the check. Metadata contains all the data that is shown in the Excel download, even in those cases where the UI shows just summary data.
Exceptions
Support.Client.exceptions.InternalServerError