Retrieves all of the cost anomalies detected on your account during the time period that’s specified by the DateInterval
object.
See also: AWS API Documentation
See ‘aws help’ for descriptions of global parameters.
get-anomalies
[--monitor-arn <value>]
--date-interval <value>
[--feedback <value>]
[--total-impact <value>]
[--next-page-token <value>]
[--max-results <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]
--monitor-arn
(string)
Retrieves all of the cost anomalies detected for a specific cost anomaly monitor Amazon Resource Name (ARN).
--date-interval
(structure)
Assigns the start and end dates for retrieving cost anomalies. The returned anomaly object will have an
AnomalyEndDate
in the specified time range.StartDate -> (string)
The first date an anomaly was observed.
EndDate -> (string)
The last date an anomaly was observed.
Shorthand Syntax:
StartDate=string,EndDate=string
JSON Syntax:
{
"StartDate": "string",
"EndDate": "string"
}
--feedback
(string)
Filters anomaly results by the feedback field on the anomaly object.
Possible values:
YES
NO
PLANNED_ACTIVITY
--total-impact
(structure)
Filters anomaly results by the total impact field on the anomaly object. For example, you can filter anomalies
GREATER_THAN 200.00
to retrieve anomalies, with an estimated dollar impact greater than 200.NumericOperator -> (string)
The comparing value that’s used in the filter.
StartValue -> (double)
The lower bound dollar value that’s used in the filter.
EndValue -> (double)
The upper bound dollar value that’s used in the filter.
Shorthand Syntax:
NumericOperator=string,StartValue=double,EndValue=double
JSON Syntax:
{
"NumericOperator": "EQUAL"|"GREATER_THAN_OR_EQUAL"|"LESS_THAN_OR_EQUAL"|"GREATER_THAN"|"LESS_THAN"|"BETWEEN",
"StartValue": double,
"EndValue": double
}
--next-page-token
(string)
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.
--max-results
(integer)
The number of entries a paginated response contains.
--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
.
--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. The generated JSON skeleton is not stable between versions of the AWS CLI and there are no backwards compatibility guarantees in the JSON skeleton generated.
See ‘aws help’ for descriptions of global parameters.
Anomalies -> (list)
A list of cost anomalies.
(structure)
An unusual cost pattern. This consists of the detailed metadata and the current status of the anomaly object.
AnomalyId -> (string)
The unique identifier for the anomaly.
AnomalyStartDate -> (string)
The first day the anomaly is detected.
AnomalyEndDate -> (string)
The last day the anomaly is detected.
DimensionValue -> (string)
The dimension for the anomaly (for example, an Amazon Web Service in a service monitor).
RootCauses -> (list)
The list of identified root causes for the anomaly.
(structure)
The combination of Amazon Web Service, linked account, Region, and usage type where a cost anomaly is observed.
Service -> (string)
The Amazon Web Service name that’s associated with the cost anomaly.
Region -> (string)
The Amazon Web Services Region that’s associated with the cost anomaly.
LinkedAccount -> (string)
The member account value that’s associated with the cost anomaly.
UsageType -> (string)
The
UsageType
value that’s associated with the cost anomaly.AnomalyScore -> (structure)
The latest and maximum score for the anomaly.
MaxScore -> (double)
The maximum score that’s observed during the
AnomalyDateInterval
.CurrentScore -> (double)
The last observed score.
Impact -> (structure)
The dollar impact for the anomaly.
MaxImpact -> (double)
The maximum dollar value that’s observed for an anomaly.
TotalImpact -> (double)
The cumulative dollar value that’s observed for an anomaly.
MonitorArn -> (string)
The Amazon Resource Name (ARN) for the cost monitor that generated this anomaly.
Feedback -> (string)
The feedback value.
NextPageToken -> (string)
The token to retrieve the next set of results. Amazon Web Services provides the token when the response from a previous call has more results than the maximum page size.