Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0B3B317C97 for ; Wed, 21 Oct 2015 12:23:28 +0000 (UTC) Received: (qmail 45686 invoked by uid 500); 21 Oct 2015 12:23:27 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 45651 invoked by uid 500); 21 Oct 2015 12:23:27 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 45642 invoked by uid 500); 21 Oct 2015 12:23:27 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 45639 invoked by uid 99); 21 Oct 2015 12:23:27 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Oct 2015 12:23:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A981D2C14F3 for ; Wed, 21 Oct 2015 12:23:27 +0000 (UTC) Date: Wed, 21 Oct 2015 12:23:27 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-8912) listGuestOsMapping doesn't list by id or ostypeid. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-8912?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14966730#comment-14966730 ] ASF GitHub Bot commented on CLOUDSTACK-8912: -------------------------------------------- Github user borisroman commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/890#discussion_r42615493 --- Diff: api/src/org/apache/cloudstack/api/command/admin/guest/ListGuestOsMappingCmd.java --- @@ -44,10 +44,10 @@ ///////////////////////////////////////////////////// @Parameter(name = ApiConstants.ID, type = CommandType.UUID, entityType = GuestOsMappingResponse.class, required = false, description = "list mapping by its UUID") - private Long id; + private String id; --- End diff -- @bhaisaab Thanks for pointing out! Will look into it. @remibergsma Please hold on merging. > listGuestOsMapping doesn't list by id or ostypeid. > -------------------------------------------------- > > Key: CLOUDSTACK-8912 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-8912 > Project: CloudStack > Issue Type: Bug > Security Level: Public(Anyone can view this level - this is the default.) > Affects Versions: 4.5.2, 4.6.0 > Reporter: Boris Schrijver > Fix For: 4.5.3, 4.6.0 > > > The listGuestOsMapping doesn't list by id (uuid) or ostypeid (uuid). > The values are both Long instead of String. And the searchCriteria is searching for id instead of uuid. -- This message was sent by Atlassian JIRA (v6.3.4#6332)