cde7b78e22
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
9 lines
296 B
YAML
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}
|