Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 61090F9E6 for ; Fri, 10 May 2013 23:32:49 +0000 (UTC) Received: (qmail 98334 invoked by uid 500); 10 May 2013 23:32:45 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 98248 invoked by uid 500); 10 May 2013 23:32:45 -0000 Mailing-List: contact commits-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 commits@cloudstack.apache.org Received: (qmail 97443 invoked by uid 99); 10 May 2013 23:32:44 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 May 2013 23:32:44 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 63D8D88BAFB; Fri, 10 May 2013 23:32:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ahuang@apache.org To: commits@cloudstack.apache.org Date: Fri, 10 May 2013 23:32:58 -0000 Message-Id: <9f5f8df0b8a549beaae975a281a91c95@git.apache.org> In-Reply-To: <8bc75a5715404249b61b6c53299f5245@git.apache.org> References: <8bc75a5715404249b61b6c53299f5245@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [15/50] [abbrv] git commit: updated refs/heads/object_store to 342624e CLOUDSTACK-893 api Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/43fdb144 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/43fdb144 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/43fdb144 Branch: refs/heads/object_store Commit: 43fdb144e19332fa4a37a1c01376921545ebbc28 Parents: b9f262a Author: Radhika PC Authored: Tue May 7 18:26:08 2013 +0530 Committer: Radhika PC Committed: Tue May 7 18:26:47 2013 +0530 ---------------------------------------------------------------------- docs/en-US/added-API-commands-4.2.xml | 43 ++++++++++++++++++++++++++++ 1 files changed, 43 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/43fdb144/docs/en-US/added-API-commands-4.2.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/added-API-commands-4.2.xml b/docs/en-US/added-API-commands-4.2.xml index 3471624..7417bd1 100644 --- a/docs/en-US/added-API-commands-4.2.xml +++ b/docs/en-US/added-API-commands-4.2.xml @@ -63,5 +63,48 @@ more IDs separated by comma); type (string); olderthan (yyyy-mm-dd format). The response parameters are: true, false + + createGlobalLoadBalancerRule + Creates a GSLB rule. The request parameters are name (the name of the global load + balancer rule); domain name ( the preferred domain name for the service); lb algorithm (the + algorithm used to load balance the traffic across the zones); session persistence (source IP + and HTTP cookie); account name; and domain Id. + + + assignToGlobalLoadBalancerRule + Assigns a load balancing rule or list of load balancing rules to GSLB. The request + parameters are: id (the UUID of global load balancer rule); loadbalancerrulelist (the list + load balancer rules that will be assigned to global load balancer rule. These are second + tier load balancing rules created with createLoadBalancerRule API. Weight is optional, the + default is 1). + + + removeFromGlobalLoadBalancerRule + Removes a load balancer rule association with global load balancer rule. The request + parameters are id (the UUID of global load balancer rule); loadbalancerrulelist (the list + load balancer rules that will be assigned to global load balancer rule). + + + deleteGlobalLoadBalancerRule + Deletes a global load balancer rule. The request parameters is: id (the unique ID of the + global load balancer rule). + + + listGlobalLoadBalancerRule + Lists load balancer rules. account (lists resources by account. Use with the domainId + parameter); domainid (lists only resources belonging to the domain specified) id (the unique + ID of the global load balancer rule) isrecursive (defaults to false, but if true, lists all + resources from the parent specified by the domainId till leaves); keyword (List by keyword); + listall (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); page; + pagesize; projectid (lists objects by project); regionid (region ID); tags (lists resources + by tags: key/value pairs). + + + updateGlobalLoadBalancerRule + Archives the specified events. The request parameters are: ids (allowed to pass one or + more IDs separated by comma); type (string); olderthan (yyyy-mm-dd format). + The response parameters are: true, false +