ResilienceHubV2 / Client / list_failure_mode_findings
list_failure_mode_findings¶
- ResilienceHubV2.Client.list_failure_mode_findings(**kwargs)¶
List findings.
See also: AWS API Documentation
Request Syntax
response = client.list_failure_mode_findings( serviceArn='string', severity='LOW'|'MEDIUM'|'HIGH', failureCategory='SHARED_FATE'|'EXCESSIVE_LOAD'|'EXCESSIVE_LATENCY'|'MISCONFIGURATION_AND_BUGS'|'SINGLE_POINT_OF_FAILURE', status='OPEN'|'RESOLVED'|'IRRELEVANT', maxResults=123, nextToken='string' )
- Parameters:
serviceArn (string) –
[REQUIRED]
ARN identifier.
severity (string) – Filter findings by severity.
failureCategory (string) – Filter findings by failure category.
status (string) – Filter findings by status.
maxResults (integer) – Pagination page size.
nextToken (string) – Pagination token.
- Return type:
dict
- Returns:
Response Syntax
{ 'findingsSummary': [ { 'serviceArn': 'string', 'findingId': 'string', 'name': 'string', 'description': 'string', 'failureCategory': 'SHARED_FATE'|'EXCESSIVE_LOAD'|'EXCESSIVE_LATENCY'|'MISCONFIGURATION_AND_BUGS'|'SINGLE_POINT_OF_FAILURE', 'severity': 'LOW'|'MEDIUM'|'HIGH', 'status': 'OPEN'|'RESOLVED'|'IRRELEVANT', 'policyComponent': 'AVAILABILITY_SLO'|'MULTI_AZ_DISASTER_RECOVERY'|'MULTI_REGION_DISASTER_RECOVERY'|'DATA_RECOVERY', 'updatedAt': datetime(2015, 1, 1) }, ], 'nextToken': 'string' }
Response Structure
(dict) –
findingsSummary (list) –
The list of finding summaries.
(dict) –
Contains summary information about a finding.
serviceArn (string) –
ARN identifier.
findingId (string) –
The unique identifier of the finding.
name (string) –
The name of the finding.
description (string) –
Resource description.
failureCategory (string) –
The failure category of the finding.
severity (string) –
The severity of the finding.
status (string) –
The current status of the finding.
policyComponent (string) –
The policy component associated with the finding.
updatedAt (datetime) –
The timestamp when the finding was last updated.
nextToken (string) –
Pagination token.
Exceptions
ResilienceHubV2.Client.exceptions.ResourceNotFoundExceptionResilienceHubV2.Client.exceptions.InternalServerExceptionResilienceHubV2.Client.exceptions.ValidationExceptionResilienceHubV2.Client.exceptions.AccessDeniedException