Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 51236200BFA for ; Thu, 12 Jan 2017 17:23:42 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 4FF98160B40; Thu, 12 Jan 2017 16:23:42 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BD3EA160B2D for ; Thu, 12 Jan 2017 17:23:41 +0100 (CET) Received: (qmail 82609 invoked by uid 500); 12 Jan 2017 16:23:40 -0000 Mailing-List: contact dev-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 dev@cloudstack.apache.org Received: (qmail 82598 invoked by uid 99); 12 Jan 2017 16:23:40 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Jan 2017 16:23:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 7DE7CDFA22; Thu, 12 Jan 2017 16:23:40 +0000 (UTC) From: serg38 To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org References: In-Reply-To: Subject: [GitHub] cloudstack pull request #1901: [4.9] CLOUDSTACK-9405: add details parameter ... Content-Type: text/plain Message-Id: <20170112162340.7DE7CDFA22@git1-us-west.apache.org> Date: Thu, 12 Jan 2017 16:23:40 +0000 (UTC) archived-at: Thu, 12 Jan 2017 16:23:42 -0000 Github user serg38 commented on a diff in the pull request: https://github.com/apache/cloudstack/pull/1901#discussion_r95828294 --- Diff: api/src/org/apache/cloudstack/api/command/admin/domain/ListDomainsCmd.java --- @@ -53,6 +59,12 @@ description = "If set to false, list only resources belonging to the command's caller; if set to true - list resources that the caller is authorized to see. Default value is false") private Boolean listAll; + @Parameter(name = ApiConstants.DETAILS, + type = CommandType.LIST, + collectionType = CommandType.STRING, + description = "comma separated list of host details requested, value can be a list of [ all, resource, min]") --- End diff -- Can you clarify what would be permitted values for details parameter? If they are only "min", resource", "all" then we might want to change the name and description of this parameter to reflect true purpose. What is the difference between 'resource' and 'all'? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---