From 801a8630759aa2be3309c09513510e05038bcbb4 Mon Sep 17 00:00:00 2001 From: David Nalley Date: Tue, 16 Apr 2013 20:44:24 -0400 Subject: [PATCH] Adding new API Commands --- docs/en-US/Release_Notes.xml | 138 +++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) diff --git a/docs/en-US/Release_Notes.xml b/docs/en-US/Release_Notes.xml index 130a7b6c92d..9d5799b83c1 100644 --- a/docs/en-US/Release_Notes.xml +++ b/docs/en-US/Release_Notes.xml @@ -5271,9 +5271,147 @@ under the License. API Changes in 4.1.0
New API commands in 4.1 + + + lockAccount (Locks an account) + + + lockUser (Locks a user account) + + + resetSSHKeyForVirtualMachine (Resets the SSH Key for virtual machine. The virtual machine must be in a "Stopped" state. [async]) + + + updatePortForwardingRule (Updates a port forwarding rule. Only the private port and the virtual machine can be updated.) + + + createCounter (Adds metric counter) + + + createCondition (Creates a condition) + + + createAutoScalePolicy + (Creates an autoscale policy for a provision or deprovision action, the action is taken when the all the conditions evaluates to true for the specified duration. The policy is in effect once it is attached to a autscale vm group.) + + + createAutoScaleVmProfile + (Creates a profile that contains information about the virtual machine which will be provisioned automatically by autoscale feature.) + + + createAutoScaleVmGroup (Creates and automatically starts a virtual machine based on a service offering, disk offering, and template.) + + + deleteCounter (Deletes a counter) + + + deleteCondition (Removes a condition) + + + deleteAutoScalePolicy (Deletes a autoscale policy.) + + + deleteAutoScaleVmProfile (Deletes a autoscale vm profile.) + + + deleteAutoScaleVmGroup (Deletes a autoscale vm group.) + + + listCounters (List the counters) + + + listConditions (List Conditions for the specific user) + + + listAutoScalePolicies (Lists autoscale policies.) + + + listAutoScaleVmProfiles (Lists autoscale vm profiles.) + + + listAutoScaleVmGroups (Lists autoscale vm groups.) + + + enableAutoScaleVmGroup (Enables an AutoScale Vm Group) + + + disableAutoScaleVmGroup (Disables an AutoScale Vm Group) + + + updateAutoScalePolicy (Updates an existing autoscale policy.) + + + updateAutoScaleVmProfile (Updates an existing autoscale vm profile.) + + + updateAutoScaleVmGroup (Updates an existing autoscale vm group.) + + + addS3 (Adds S3) + + + listS3s (Lists S3s) + + + resizeVolume (Resizes a volume) + + + addNicToVirtualMachine (Adds VM to specified network by creating a NIC) + + + removeNicFromVirtualMachine (Removes VM from specified network by deleting a NIC) + + + updateDefaultNicForVirtualMachine (Changes the default NIC on a VM) + + + createEgressFirewallRule (Creates a egress firewall rule for a given network ) + + + deleteEgressFirewallRule (Deletes an ggress firewall rule) + + + listEgressFirewallRules (Lists all egress firewall rules for network id.) + + + addBigSwitchVnsDevice (Adds a BigSwitch VNS device) + + + deleteBigSwitchVnsDevice ( delete a bigswitch vns device) + + + listBigSwitchVnsDevices (Lists BigSwitch Vns devices) + + + listApis (lists all available apis on the server, provided by the Api Discovery plugin) + + + getApiLimit (Get API limit count for the caller) + + + resetApiLimit (Reset api count) + + + addRegion (Adds a Region) + + + updateRegion (Updates a region) + + + removeRegion (Removes specified region) + + + listRegions (Lists Regions) + +
Changed API commands in 4.1 + + + foo + +