User contributions
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)
- 18:59, 12 April 2013 (diff | hist) ServerList
- 18:57, 12 April 2013 (diff | hist) ImageListDetails
- 18:55, 12 April 2013 (diff | hist) ImageList
- 18:54, 12 April 2013 (diff | hist) FlavorListDetails
- 18:53, 12 April 2013 (diff | hist) Flavor
- 18:48, 12 April 2013 (diff | hist) ServerSnapshotActions
- 18:47, 12 April 2013 (diff | hist) ServerSnapshotActions
- 18:41, 12 April 2013 (diff | hist) N ServerSnapshotActionRestore (Created page with "The stop action is used for stopping a Server. Stopping a server changes its status from ACTIVE to STOPPED. ='''POST''' /servers/'''server_id'''/snapshots/'''snapshot_id'...")
- 18:38, 12 April 2013 (diff | hist) N ServerSnapshotActions (Created page with "The following actions can be performed on a ServerSnapshot. == Restore == This operation restore a server from a snapshot. ServerSnapshotActionRestore <!-- THIS CO...")
- 18:37, 12 April 2013 (diff | hist) N ServerSnapshotCreate (Created page with "This operation will create a new server snapshot of a server. Server snapshot creation is asynchronous, the progress can be checked with the URL in the response Location heade...")
- 18:36, 12 April 2013 (diff | hist) N ServerSnapshot (Created page with "This article describes operations for getting details of a server snapshot. Other types of operations on a server snapshot are: ServerSnapshotCreate, [[ServerSnapshotActi...")
- 18:34, 12 April 2013 (diff | hist) N ServerSnapshotList (Created page with "This operation returns a list of all server snapshots. ='''GET''' /servers/'''server_id'''/snapshots/'''snapshot_id'''/= == Parameters == ; server_id : Th...")
- 18:32, 12 April 2013 (diff | hist) FlexCloud Server (→Server)
- 15:36, 4 July 2012 (diff | hist) N Delete Firewall Group Rule (Created page with "This operation will delete a firewall group rule. ='''DELETE''' /os-security-group-rules/'''id'''= This operation will delete a firewall group rule. == Parameters == ; id - ...")
- 15:35, 4 July 2012 (diff | hist) N Create Firewall Group Rule (Created page with "This operation will create a new firewall group rule. ='''POST''' /os-security-group-rules= This operation will create a new firewall group rule. == Request == === JSON === ...")
- 15:35, 4 July 2012 (diff | hist) N Delete Firewall Group (Created page with "This operation will delete the specified firewall group. ='''DELETE''' /os-security-groups/'''name'''= This operation will delete the specified firewall group. == Parameter...")
- 15:34, 4 July 2012 (diff | hist) N View Firewall Group Details (Created page with "This operation will list the details for the specified firewall group. ='''GET''' /os-security-groups/'''name'''= This operation will list the details for the specified fire...")
- 15:34, 4 July 2012 (diff | hist) N List Firewall Groups (Created page with "This operation lists existing firewall groups. ='''GET''' /os-security-groups= This operation lists existing firewall groups. == Response == === JSON === <nowiki> { "...")
- 15:33, 4 July 2012 (diff | hist) Create Firewall Group
- 15:33, 4 July 2012 (diff | hist) FlexCloud Server (→Security Group)
- 15:31, 4 July 2012 (diff | hist) N Create Firewall Group (Created page with "A Security Group defines firewall rules for your Server. You have the ability to configure your firewall connections and secure your network as required. You may have one or m...")
- 15:31, 4 July 2012 (diff | hist) N Delete Volume (Created page with "This operation will delete a single volume. ='''DELETE''' /volumes/'''id'''= This operation will delete a single volume. == Parameters == ; id - ''string'' : The unique volu...")
- 15:30, 4 July 2012 (diff | hist) N List Volumes Detail (Created page with "This operation returns a list of all existing volumes with detailed information. ='''GET''' /volumes/detail'''= This operation returns a list of all existing volumes with det...")
- 15:28, 4 July 2012 (diff | hist) N List Volumes (Created page with "='''GET''' /volumes'''= This operation will return a list of all existing volumes. == Result == === JSON === <nowiki> { "volumes" : [ { "id": "{volume_id}...")
- 15:28, 4 July 2012 (diff | hist) N View Single Volume (Created page with "This operation will return details of a single volume. ='''GET''' /volumes/'''id'''= This operation will return details of a single volume. == Request Parameters == ; id : T...")
- 15:26, 4 July 2012 (diff | hist) N Create Volume (Created page with "A Volume provides storage space that can be used with your Server. This storage space is independent from the storage space that is included with your Server. Once a volume is...")
- 15:25, 4 July 2012 (diff | hist) N Delete Allocated Flexible IP (Created page with "This operation will delete the specified allocated flexible IP address. ='''DELETE''' /os-floating-ips/'''ip_address'''= Deletes and deallocates the specified allocated flexi...")
- 15:25, 4 July 2012 (diff | hist) N View Allocated Flexible IP (Created page with "This operation will list details of the specific allocated flexible IP address. ='''GET''' /os-floating-ips/'''ip_address'''= List details of the specific allocated flexible ...")
- 15:24, 4 July 2012 (diff | hist) N List Flexible IPs (Created page with "='''GET''' /os-floating-ips= This operation will list all the allocated flexible IP addresses in your account. == Response == === JSON === <nowiki> { "floating_ips" : [ ...")
- 15:24, 4 July 2012 (diff | hist) N Allocate Flexible IP (Created page with "A Flexible IP address is a static IP address that can be bound to any single Server. When you associate a flexible IP with a Server the IP is bound to that Server's network in...")
- 15:23, 4 July 2012 (diff | hist) N ServerMonitoringDetailsBandwidth (Created page with "This operation will list Bandwidth monitoring details for a specific Server. ='''GET''' /servers/'''id'''/monitoring/bandwidth?''scope=monitoringScope''&''startDate=start...")
- 15:22, 4 July 2012 (diff | hist) N ServerMonitoringDetailsDisk (Created page with "This operation will list Disk monitoring details for a specific Server. ='''GET''' /servers/'''id'''/monitoring/disk?''scope=monitoringScope''&''startDate=startDate''&''e...")
- 15:21, 4 July 2012 (diff | hist) N ServerMonitoringDetailsCPU (Created page with "This operation will list CPU monitoring details for a specific Server. ='''GET''' /servers/'''id'''/monitoring/cpu?''startDate=startDate''&''endDate=endDate''&''period=mo...")
- 15:21, 4 July 2012 (diff | hist) N ServerMonitoringDetails (Created page with "The following server metrics can be monitored on a Server. == CPU == The amount of allocated CPU cores that are currently in use on the server. [[ServerMonitoringDetails...")
- 15:20, 4 July 2012 (diff | hist) N DetachVolumeFromServer (Created page with "This operation detaches a volume attachment from the server specified. ='''DELETE''' /servers/'''server_id'''/os-volume_attachments/'''volume_id'''''= == Parameters == ; ser...")
- 15:19, 4 July 2012 (diff | hist) N ListVolumeDetailsForServerVolumeAttachment (Created page with "This operation returns volume details for the specific server's volume attachment. ='''GET''' /servers/'''server_id'''/os-volume_attachments/'''volume_id'''''= == Parameters...")
- 15:18, 4 July 2012 (diff | hist) N ListVolumeAttachmentsForServer (Created page with "This operation will list all of the volume attachments for a specific Server. ='''GET''' /servers/'''id'''/os-volume_attachments''= == Parameters == ; id : The unique id...")
- 15:17, 4 July 2012 (diff | hist) N AttachVolumeToServer (Created page with "This operation will attach an already existing volume to the specified Server. ='''POST''' /servers/'''id'''/os-volume_attachments= == Parameters == ; id : The unique id...")
- 15:16, 4 July 2012 (diff | hist) N ListServerIPs (Created page with "This operation will list all flexible IPs assigned to a specific Server. ='''GET''' /servers/'''id'''/ips''= == Parameters == ; id : The unique identifier of the server....")
- 15:16, 4 July 2012 (diff | hist) ServerActionUpgradePlesk
- 15:15, 4 July 2012 (diff | hist) N ServerActionUpgradePlesk (Created page with "This operation will upgrade the Plesk license for the specified server. ='''POST''' /servers/'''id'''/action= == Parameters == ; id : The unique identifier of the server...")
- 15:15, 4 July 2012 (diff | hist) ServerActionRemoveFlexibleIP
- 15:14, 4 July 2012 (diff | hist) N ServerActionRemoveFlexibleIP (Created page with "This operation will remove an already assigned flexible IP from a server. ='''POST''' /servers/'''id'''/action= == Parameters == ; id : The unique identifier of the serv...")
- 15:14, 4 July 2012 (diff | hist) N ServerActionAddFlexibleIP (Created page with "This operation will assign an already allocated flexible IP to the specified server. ='''POST''' /servers/'''id'''/action= == Parameters == ; id : The unique identifier ...")
- 15:13, 4 July 2012 (diff | hist) ServerActionResize
- 15:12, 4 July 2012 (diff | hist) ServerActionResize
- 15:10, 4 July 2012 (diff | hist) N ServerActionStart (Created page with "The start action is used for starting a Server. Starting a stopped server will change its status from STOPPED to ACTIVE. ='''POST''' /servers/'''id'''/action= == Paramet...")
- 15:09, 4 July 2012 (diff | hist) N ServerActionStop (Created page with "The stop action is used for stopping a Server. Stopping a server changes its status from ACTIVE to STOPPED. ='''POST''' /servers/'''id'''/action= == Parameters == ; id :...")
- 15:08, 4 July 2012 (diff | hist) ServerActionReboot
- 15:07, 4 July 2012 (diff | hist) N ServerActions (Created page with "The following actions can be performed on a Server. == Reboot == This operation allows for either a soft or hard reboot of a server. With a soft reboot (SOFT), the operat...")
(Latest | Earliest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)