CloudWatchApplicationSignals / Client / list_service_level_objectives
list_service_level_objectives#
- CloudWatchApplicationSignals.Client.list_service_level_objectives(**kwargs)#
- Returns a list of SLOs created in this account. - See also: AWS API Documentation - Request Syntax- response = client.list_service_level_objectives( KeyAttributes={ 'string': 'string' }, OperationName='string', MaxResults=123, NextToken='string' ) - Parameters:
- KeyAttributes (dict) – - You can use this optional field to specify which services you want to retrieve SLO information for. - This is a string-to-string map. It can include the following fields. - Typedesignates the type of object this is.
- ResourceTypespecifies the type of the resource. This field is used only when the value of the- Typefield is- Resourceor- AWS::Resource.
- Namespecifies the name of the object. This is used only if the value of the- Typefield is- Service,- RemoteService, or- AWS::Service.
- Identifieridentifies the resource objects of this resource. This is used only if the value of the- Typefield is- Resourceor- AWS::Resource.
- Environmentspecifies the location where this object is hosted, or what it belongs to.
 - (string) – - (string) – 
 
 
- OperationName (string) – The name of the operation that this SLO is associated with. 
- MaxResults (integer) – The maximum number of results to return in one operation. If you omit this parameter, the default of 50 is used. 
- NextToken (string) – Include this value, if it was returned by the previous operation, to get the next set of service level objectives. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'SloSummaries': [ { 'Arn': 'string', 'Name': 'string', 'KeyAttributes': { 'string': 'string' }, 'OperationName': 'string', 'CreatedTime': datetime(2015, 1, 1) }, ], 'NextToken': 'string' } - Response Structure- (dict) – - SloSummaries (list) – - An array of structures, where each structure contains information about one SLO. - (dict) – - A structure that contains information about one service level objective (SLO) created in Application Signals. - Arn (string) – - The ARN of this service level objective. 
- Name (string) – - The name of the service level objective. 
- KeyAttributes (dict) – - This is a string-to-string map. It can include the following fields. - Typedesignates the type of object this service level objective is for.
- ResourceTypespecifies the type of the resource. This field is used only when the value of the- Typefield is- Resourceor- AWS::Resource.
- Namespecifies the name of the object. This is used only if the value of the- Typefield is- Service,- RemoteService, or- AWS::Service.
- Identifieridentifies the resource objects of this resource. This is used only if the value of the- Typefield is- Resourceor- AWS::Resource.
- Environmentspecifies the location where this object is hosted, or what it belongs to.
 - (string) – - (string) – 
 
 
- OperationName (string) – - If this service level objective is specific to a single operation, this field displays the name of that operation. 
- CreatedTime (datetime) – - The date and time that this service level objective was created. It is expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC. 
 
 
- NextToken (string) – - Include this value in your next use of this API to get next set of service level objectives. 
 
 
 - Exceptions- CloudWatchApplicationSignals.Client.exceptions.ValidationException
- CloudWatchApplicationSignals.Client.exceptions.ThrottlingException