Actions
Bug #5726
closed[hooks] JSON supplied to Foreman hooks is missing data
Description
Since Foreman 1.5, the JSON supplied to Foreman hooks contains only parameter names and is missing parameter values.
There is no way to check these values from "create" hooks as the host data is not yet fetchable via the API.
Updated by Dominic Cleal about 11 years ago
- Project changed from Plugins to Foreman
- Category set to API
- Translation missing: en.field_release set to 16
112320 < Dominic> mmat: oh, I see why. app/views/api/v2/hosts/show.json.rabl is using the puppetclasses view for parameters!
112336 < Dominic> should be extends "api/v2/parameters/base" I think
Updated by Joseph Magen about 11 years ago
- Status changed from New to Ready For Testing
- Assignee set to Joseph Magen
Updated by Joseph Magen about 11 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 283ff66be9b8300424c73df044f94e2b7fb06747.
Actions