This resource has been deprecated, to continue using it, install Foreman Statistics plugin.

Examples

GET /api/trends
200
{
  "total": 2,
  "subtotal": 2,
  "page": 1,
  "per_page": 20,
  "search": null,
  "sort": {
    "by": null,
    "order": null
  },
  "results": [
    {
      "created_at": "2020-05-20 13:45:31 UTC",
      "updated_at": "2020-05-20 13:45:31 UTC",
      "id": 12,
      "trendable_type": "Environment",
      "trendable_id": 27,
      "fact_name": "fact",
      "type": "ForemanTrend",
      "name": "trend8",
      "label": "Environment"
    },
    {
      "created_at": "2020-05-20 13:45:31 UTC",
      "updated_at": "2020-05-20 13:45:31 UTC",
      "id": 16,
      "trendable_type": "FactName",
      "trendable_id": 116,
      "fact_name": "fact295",
      "type": "FactTrend",
      "name": "trend9",
      "label": "trend9"
    }
  ]
}

Params

Param name Description
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer