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 D6A3C17E5C for ; Sat, 19 Sep 2015 00:35:04 +0000 (UTC) Received: (qmail 98920 invoked by uid 500); 19 Sep 2015 00:35:04 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 98893 invoked by uid 500); 19 Sep 2015 00:35:04 -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 98883 invoked by uid 500); 19 Sep 2015 00:35:04 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 98880 invoked by uid 99); 19 Sep 2015 00:35:04 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Sep 2015 00:35:04 +0000 Date: Sat, 19 Sep 2015 00:35:04 +0000 (UTC) From: =?utf-8?Q?Ren=C3=A9_Moser_=28JIRA=29?= To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CLOUDSTACK-8873) listLoadBalancerRules response JSON publicport/privateport not an int, zonename missing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-8873?page=3Dcom.atl= assian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ren=C3=A9 Moser updated CLOUDSTACK-8873: ----------------------------------- Summary: listLoadBalancerRules response JSON publicport/privateport not= an int, zonename missing (was: listLoadBalancerRules response JSON public= port/privateport not an int) > listLoadBalancerRules response JSON publicport/privateport not an int, zo= nename missing > -------------------------------------------------------------------------= -------------- > > Key: CLOUDSTACK-8873 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-887= 3 > Project: CloudStack > Issue Type: Improvement > Security Level: Public(Anyone can view this level - this is the defa= ult.)=20 > Reporter: Ren=C3=A9 Moser > Priority: Trivial > Fix For: 4.6.0 > > > h2. actual > {code:none} > { > "count": 1,=20 > "loadbalancerrule": [ > { > "account": "foo",=20 > "algorithm": "source",=20 > "cidrlist": "",=20 > "domain": "STXT",=20 > "domainid": "3a291b29-b184-4ddc-bdcc-8298c237942e",=20 > "id": "22bf1066-8bc3-425d-a213-a49431f7b865",=20 > "name": "foo",=20 > "networkid": "48df88b1-c2e2-432d-811a-681a2be74dde",=20 > "privateport": "80",=20 > "publicip": "1.2.4.5",=20 > "publicipid": "5d94a86d-0ee9-429a-9a5b-f57da4ee60cb",=20 > "publicport": "80",=20 > "state": "Add",=20 > "tags": [],=20 > "zoneid": "9e683e49-f4db-4b44-82ad-708689e9c4c8" > } > ] > } > {code} > h2. expected > {code:none} > { > "count": 1,=20 > "loadbalancerrule": [ > { > "account": "foo",=20 > "algorithm": "source",=20 > "cidrlist": "",=20 > "domain": "STXT",=20 > "domainid": "3a291b29-b184-4ddc-bdcc-8298c237942e",=20 > "id": "22bf1066-8bc3-425d-a213-a49431f7b865",=20 > "name": "foo",=20 > "networkid": "48df88b1-c2e2-432d-811a-681a2be74dde",=20 > "privateport": 80,=20 > "publicip": "1.2.4.5",=20 > "publicipid": "5d94a86d-0ee9-429a-9a5b-f57da4ee60cb",=20 > "publicport": 80,=20 > "state": "Add",=20 > "tags": [],=20 > "zoneid": "9e683e49-f4db-4b44-82ad-708689e9c4c8" > } > ] > } > {code} > *Note: also check the response for createLoadBalancerRule when fixing thi= s!* -- This message was sent by Atlassian JIRA (v6.3.4#6332)