Actions
Bug #11015
closedPUT /api/v2/architectures/:id returns an incomplete set of attributes
Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
API
Target version:
-
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1234964
Description of problem:
An architecture has at least the following attributes:
- id
- name
- organization{s,_ids}
When one updates an architecture, the following attributes are returned:
- created_at
- hostgroups_count
- hosts_count
- id
- name
- updated_at
The "organization" response is not mentioned in the response.
Version-Release number of selected component (if applicable):
Satellite 6.1.0. Foreman-debug is attached.
How reproducible:
100%
Steps to Reproduce:
1. Issue HTTP PUT request to https://sat.example.com/api/v2/architectures/:id
2. Capture the response. Examine the JSON payload and discover that the "organization" attribute is not mentioned.
3.
Actual results:
See "Description of problem" section.
Expected results:
See "Description of problem" section.
Additional info:
Actions