cyborg/releasenotes/notes/show-device-profile-with-name-27bf5a301a631c04.yaml
ericxiett cde7b78e22 Get device profile by name
Nowadays showing device_profile is supported only by uuid,
this patch supports to getting device profile by name.

Implements: blueprint show-device-profile-with-name
Change-Id: Ib9aff3312676923fc7478f2bcef79333e10496bf
2021-11-16 10:57:19 +00:00

9 lines
296 B
YAML

---
features:
- |
Changed ``device_profile_uuid`` to ``device_profile_name_or_uuid`` in
`Get One Device Profile` API path, so it can support getting one device
profile by its `name` since microversion 2.2, not just uuid.
- GET /v2/device_profiles/{device_profile_name_or_uuid}