Skip to content
View as Markdown

UpsertWorkflowChartMetadataRequest

Field Type Description
workflow_id string The workflow ID.
rule_id string The rule ID.
metadata bitdrift.public.unary.charts.v1.ChartMetadata The metadata.

Example

JSON
{
  "metadata": {
    "metric_chart_metadata": {
      "metadata": [
        {
          "connector_export_config": [
            {
              "cloudwatch_connector_export_config": {
                "fixed_dimensions": {
                  "key": ""
                },
                "namespace": "payments"
              },
              "connector_name": "primary-cloudwatch"
            }
          ],
          "limit_strategy": {},
          "sort_order": "DESC",
          "title": "My Workflow",
          "top_k_algorithm": "MAX",
          "y_axis": {
            "description": "Example text",
            "unit": "COUNT"
          }
        }
      ],
      "time_series_display_mode": {}
    },
    "no_data_message": "Example text",
    "summary": {
      "description": "Example text"
    },
    "title": "My Workflow"
  },
  "rule_id": "actn_ghi789",
  "workflow_id": "wrkf_abc123"
}