GET /api/trends 200 { "total": 2, "subtotal": 2, "page": 1, "per_page": 20, "search": null, "sort": { "by": null, "order": null }, "results": [ { "created_at": "2019-11-07 09:01:54 UTC", "updated_at": "2019-11-07 09:01:54 UTC", "id": 16, "trendable_type": "FactName", "trendable_id": 9, "fact_name": "fact153", "type": "FactTrend", "name": "trend9", "label": "trend9" }, { "created_at": "2019-11-07 09:01:54 UTC", "updated_at": "2019-11-07 09:01:54 UTC", "id": 12, "trendable_type": "Environment", "trendable_id": 93, "fact_name": "fact", "type": "ForemanTrend", "name": "trend8", "label": "Environment" } ] }
Param name | Description |
---|---|
location_id optional |
Set the current location context for the request Validations:
|
organization_id optional |
Set the current organization context for the request Validations:
|
GET /api/trends/7 200 { "created_at": "2019-11-07 09:01:54 UTC", "updated_at": "2019-11-07 09:01:54 UTC", "id": 7, "trendable_type": "Environment", "trendable_id": 91, "fact_name": "fact", "type": "ForemanTrend", "name": "trend6", "label": "Environment" }
Param name | Description |
---|---|
location_id optional |
Set the current location context for the request Validations:
|
organization_id optional |
Set the current organization context for the request Validations:
|
trend_id required |
Validations:
|
POST /api/trends { "trend": { "trendable_type": "NotExists" } } 500 { "error": { "message": "uninitialized constant NotExists" } }
Param name | Description |
---|---|
location_id optional |
Set the current location context for the request Validations:
|
organization_id optional |
Set the current organization context for the request Validations:
|
trendable_type required |
Validations:
|
fact_name optional |
Validations:
|
name optional |
Validations:
|
DELETE /api/trends/32 { "trend": {} } 200 { "id": 32, "trendable_type": "Environment", "trendable_id": 99, "name": "trend14", "fact_value": null, "fact_name": "fact", "created_at": "2019-11-07T09:01:55.164Z", "updated_at": "2019-11-07T09:01:55.164Z" }
Param name | Description |
---|---|
location_id optional |
Set the current location context for the request Validations:
|
organization_id optional |
Set the current organization context for the request Validations:
|
id required |
Validations:
|