RollupRule

get/api/v1/config/rollup-rules/{slug}

Path parameters

slugstring required

Response

A successful response.

Example response

{
  "rollup_rule": {
    "filters": [
      {
        "name": "job",
        "value_glob": "myservice*"
      }
    ],
    "graphite_label_policy": {
      "replace": [
        {
          "name": "__g1__",
          "new_value": "ALL_HOSTS"
        }
      ]
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.