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 0962DE342 for ; Mon, 24 Jun 2013 22:58:25 +0000 (UTC) Received: (qmail 74685 invoked by uid 500); 24 Jun 2013 22:58:24 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 74584 invoked by uid 500); 24 Jun 2013 22:58:24 -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 74495 invoked by uid 500); 24 Jun 2013 22:58:23 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 74486 invoked by uid 99); 24 Jun 2013 22:58:23 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 24 Jun 2013 22:58:23 +0000 Date: Mon, 24 Jun 2013 22:58:23 +0000 (UTC) From: "Chandan Purushothama (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CLOUDSTACK-3170) UI: NTier: There is no option/ button made available to update different parameters of a Network ACL Item MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Chandan Purushothama created CLOUDSTACK-3170: ------------------------------------------------ Summary: UI: NTier: There is no option/ button made available to update different parameters of a Network ACL Item Key: CLOUDSTACK-3170 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-3170 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Components: UI Affects Versions: 4.2.0 Reporter: Chandan Purushothama Priority: Blocker Fix For: 4.2.0 Currently there is only provision to update the rule priority number on the UI by moving the rules up and down. There is no provision/button made available to update other parameters using the updateNetworkACL API. ========================================================================= As per FS at https://cwiki.apache.org/confluence/display/CLOUDSTACK/Support+ACL+deny+rules: ========================================================================= updateNetworkACLItem (aliased to updateNetworkACL) - async Updates an existing NetworkACLItem Parameters: id (required) - Id of the network ACL Item trafficType (optional) - can be ingress/egress (defaulted to ingress if not specified) cidrlist (optional) - List of the coma separated CIDRs for the rule. If not specified, defaulted to 0.0.0.0/0 startPort (optional) endPort (optional) protocol (optional). TCP/UDP/ICMP protocol types are supported icmpType (optional) - type of the icmp message being sent icmpCode (optional) - error code for this icmp message action (optional) - allow/deny number (optional) - rule number -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira