You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/01/24 08:56:53 UTC

[GitHub] [cloudstack] rhtyd opened a new issue #3833: Listing management server by ID fails API

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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [cloudstack] rhtyd commented on issue #3833: Listing management server by ID fails API

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #3833: Listing management server by ID fails API
URL: https://github.com/apache/cloudstack/issues/3833#issuecomment-578047683
 
 
   Asked @davidjumani to have a look at it.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [cloudstack] rhtyd closed issue #3833: Listing management server by ID fails API

Posted by GitBox <gi...@apache.org>.
rhtyd closed issue #3833: Listing management server by ID fails API
URL: https://github.com/apache/cloudstack/issues/3833
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services