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 <radhika.puthiyet...@citrix.com> Authored: Tue May 7 18:26:08 2013 +0530 Committer: Radhika PC <radhika.puthiyet...@citrix.com> 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).</para> <para>The response parameters are: true, false </para> </listitem> + <listitem> + <para>createGlobalLoadBalancerRule</para> + <para>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.</para> + </listitem> + <listitem> + <para>assignToGlobalLoadBalancerRule</para> + <para>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).</para> + </listitem> + <listitem> + <para>removeFromGlobalLoadBalancerRule</para> + <para>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).</para> + </listitem> + <listitem> + <para>deleteGlobalLoadBalancerRule</para> + <para>Deletes a global load balancer rule. The request parameters is: id (the unique ID of the + global load balancer rule).</para> + </listitem> + <listitem> + <para>listGlobalLoadBalancerRule</para> + <para>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). </para> + </listitem> + <listitem> + <para>updateGlobalLoadBalancerRule</para> + <para>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).</para> + <para>The response parameters are: true, false </para> + </listitem> </itemizedlist> </section>