[ aws . devops-guru ]

list-recommendations

Description

Returns a list of a specified insight’s recommendations. Each recommendation includes a list of related metrics and a list of related events.

See also: AWS API Documentation

See ‘aws help’ for descriptions of global parameters.

list-recommendations is a paginated operation. Multiple API calls may be issued in order to retrieve the entire data set of results. You can disable pagination by providing the --no-paginate argument. When using --output text and the --query argument on a paginated response, the --query argument must extract data from the results of the following query expressions: Recommendations

Synopsis

  list-recommendations
--insight-id <value>
[--locale <value>]
[--cli-input-json | --cli-input-yaml]
[--starting-token <value>]
[--max-items <value>]
[--generate-cli-skeleton <value>]

Options

--insight-id (string)

The ID of the requested insight.

--locale (string)

A locale that specifies the language to use for recommendations.

Possible values:

  • DE_DE

  • EN_US

  • EN_GB

  • ES_ES

  • FR_FR

  • IT_IT

  • JA_JP

  • KO_KR

  • PT_BR

  • ZH_CN

  • ZH_TW

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--starting-token (string)

A token to specify where to start paginating. This is the NextToken from a previously truncated response.

For usage examples, see Pagination in the AWS Command Line Interface User Guide .

--max-items (integer)

The total number of items to return in the command’s output. If the total number of items available is more than the value specified, a NextToken is provided in the command’s output. To resume pagination, provide the NextToken value in the starting-token argument of a subsequent command. Do not use the NextToken response element directly outside of the AWS CLI.

For usage examples, see Pagination in the AWS Command Line Interface User Guide .

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.

See ‘aws help’ for descriptions of global parameters.

Output

Recommendations -> (list)

An array of the requested recommendations.

(structure)

Recommendation information to help you remediate detected anomalous behavior that generated an insight.

Description -> (string)

A description of the problem.

Link -> (string)

A hyperlink to information to help you address the problem.

Name -> (string)

The name of the recommendation.

Reason -> (string)

The reason DevOps Guru flagged the anomalous behavior as a problem.

RelatedEvents -> (list)

Events that are related to the problem. Use these events to learn more about what’s happening and to help address the issue.

(structure)

Information about an event that is related to a recommendation.

Name -> (string)

The name of the event. This corresponds to the Name field in an Event object.

Resources -> (list)

A ResourceCollection object that contains arrays of the names of AWS CloudFormation stacks. You can specify up to 500 AWS CloudFormation stacks.

(structure)

Information about an AWS resource that emitted and event that is related to a recommendation in an insight.

Name -> (string)

The name of the resource that emitted the event. This corresponds to the Name field in an EventResource object.

Type -> (string)

The type of the resource that emitted the event. This corresponds to the Type field in an EventResource object.

RelatedAnomalies -> (list)

Anomalies that are related to the problem. Use these Anomalies to learn more about what’s happening and to help address the issue.

(structure)

Information about an anomaly that is related to a recommendation.

Resources -> (list)

An array of objects that represent resources in which DevOps Guru detected anomalous behavior. Each object contains the name and type of the resource.

(structure)

Information about a resource in which DevOps Guru detected anomalous behavior.

Name -> (string)

The name of the resource.

Type -> (string)

The type of the resource.

SourceDetails -> (list)

Information about where the anomalous behavior related the recommendation was found. For example, details in Amazon CloudWatch metrics.

(structure)

Contains an array of RecommendationRelatedCloudWatchMetricsSourceDetail objects that contain the name and namespace of an Amazon CloudWatch metric.

CloudWatchMetrics -> (list)

An array of CloudWatchMetricsDetail objects that contains information about the analyzed metrics that displayed anomalous behavior.

(structure)

Information about an Amazon CloudWatch metric that is analyzed by DevOps Guru. It is one of many analyzed metrics that are used to generate insights.

MetricName -> (string)

The name of the CloudWatch metric.

Namespace -> (string)

The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.

NextToken -> (string)

The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.