Actions
Bug #33227
openCannot pass organization name to global registration when generating registration command
Status:
New
Priority:
Normal
Assignee:
-
Category:
Host registration
Target version:
-
Description
See https://github.com/theforeman/forklift/pull/1391#discussion_r674082105 for detailed discussion
I should be able to do the following as referencing organizations by name is pretty common:
curl https://admin:changeme@$HOSTNAME/api/registration_commands -X POST -H 'Content-Type: application/json' -d '{\"organization\":\"${ORGANIZATION}\"}'"
Updated by Eric Helms almost 4 years ago
- Related to Feature #33228: Allow generating global registration command via API through the use of Organization label added
Actions