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"
]
}
Updated by The Foreman Bot almost 9 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5791 added
Updated by Eric Helms almost 9 years ago
- Translation missing: en.field_release set to 86
Updated by The Foreman Bot almost 9 years ago
- Pull request https://github.com/Katello/katello/pull/5816 added
Updated by Ranjan Kumar almost 9 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|054d4bdb1d0512240c052fb2ffbfd7bf79868f62.
Actions