rhtyd opened a new issue #3833: Listing management server by ID fails API URL: https://github.com/apache/cloudstack/issues/3833 Listing a management server by ID (uuid) fails: ``` (primate-trillian) 🐱 > list managementservers { "count": 1, "managementserver": [ { "id": "318c9625-a1a1-419a-aa92-c70a0f67b9ac", "name": "trl-86-k-M7-ryadav-mgmt1.sblab.local", "state": "Up", "version": "4.13.0.0" } ] } (primate-trillian) 🐱 > list managementservers id=318c9625-a1a1-419a-aa92-c70a0f67b9ac Error: (HTTP 431, error code 9999) Unable to execute API command listmanagementservers due to invalid value. Invalid parameter id value=318c9625-a1a1-419a-aa92-c70a0f67b9ac due to incorrect long value format, or entity does not exist or due to incorrect parameter annotation for the field in api cmd class. ``` ##### ISSUE TYPE <!-- Pick one below and delete the rest --> * Bug Report ##### COMPONENT NAME <!-- Categorize the issue, e.g. API, VR, VPN, UI, etc. --> ~~~ API ~~~ ##### CLOUDSTACK VERSION <!-- New line separated list of affected versions, commit ID for issues on master branch. --> ~~~ 4.13, 4.14/master ~~~
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
