Actions
Bug #13789
closedUnable to update service_level, release_ver and last_checkin using API.
Difficulty:
Triaged:
Bugzilla link:
Description
Updating service_level using curl is failing
- curl -k -u username:password -X PUT https://localhost/katello/api/v2/systems/<host-ID> -d '{"service_level": "standard"}' -H 'Content-Type: application/json' | json_reformat
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 111 0 82 100 29 540 191 --:--:-- --:--:-- --:--:-- 543
{
"displayMessage": "Missing values for system.",
"errors": [
"key not found: system"
]
}
Actions