Project

General

Profile

Actions

Feature #1988

closed

Add API for Host Parameters

Added by Martijn van Oosterhout over 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
API
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

The Foreman API is cool, but it's not complete. In particular I'd like to be able to programmatically change the host parameters. A much better way that editing the database directly.

An API was added to retrieve the list of parameters (#1115) but no way to modify them. Also, that patch just added them to the output of the hosts.

I propose a new API entrypoint /hosts/FQDN/parameters which returns just a dictionary (parameter => value), but would also be POSTable for updates. This API would only include parameters actually assigned to the host, not those inherited from the hostgroup.

(It feels to me that this shouldn't be a large change, but Rails has me stumped, I'm completely confused about what code needs to be changed.)

Actions #1

Updated by Joseph Magen over 11 years ago

  • Assignee set to Joseph Magen

Martijn, I will look into this. Joseph

Actions #3

Updated by Martijn van Oosterhout over 11 years ago

Thanks for the link to the workaround, I didn't find that in my google searches and wouldn't have thought of it myself. It's a bit clumsy but solves my immediate problem, thanks!

Actions #4

Updated by Joseph Magen about 11 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100
Actions #5

Updated by Dominic Cleal almost 11 years ago

  • Target version set to 1.2.0
Actions

Also available in: Atom PDF