Amazon Lookout for Metrics · JSON Structure

Amazon Lookout For Metrics Get Feedback Request Structure

GetFeedbackRequest schema from Amazon Lookout for Metrics API

Type: object Properties: 4 Required: 2
Anomaly DetectionBusiness IntelligenceMachine LearningMetricsMonitoring

GetFeedbackRequest is a JSON Structure definition published by Amazon Lookout for Metrics, describing 4 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AnomalyDetectorArn AnomalyGroupTimeSeriesFeedback MaxResults NextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-lookout-for-metrics/refs/heads/main/json-structure/amazon-lookout-for-metrics-get-feedback-request-structure.json",
  "name": "GetFeedbackRequest",
  "description": "GetFeedbackRequest schema from Amazon Lookout for Metrics API",
  "type": "object",
  "properties": {
    "AnomalyDetectorArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Arn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the anomaly detector."
        }
      ]
    },
    "AnomalyGroupTimeSeriesFeedback": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AnomalyGroupTimeSeries"
        },
        {
          "description": "The anomalous metric and group ID."
        }
      ]
    },
    "MaxResults": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MaxResults"
        },
        {
          "description": "The maximum number of results to return."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "Specify the pagination token that's returned by a previous request to retrieve the next page of results."
        }
      ]
    }
  },
  "required": [
    "AnomalyDetectorArn",
    "AnomalyGroupTimeSeriesFeedback"
  ]
}