db0c42a955
This checks the sort key, to make sure the specified field is allowed/available in the specified API microversion. If it is not allowed, a 406 HTTP status is returned. This affects requests to get lists of nodes, port groups, and ports. Change-Id: Id5fb44b8b7fe989514dbae4b60cef4a34d47e52b Closes-Bug: #1659419
7 lines
247 B
YAML
7 lines
247 B
YAML
---
|
|
fixes:
|
|
- |
|
|
When returning lists of nodes, port groups, or ports, checks the sort key
|
|
to make sure the field is available in the requested API version. A 406
|
|
(Not Acceptable) HTTP status is returned if the field is not available.
|