GET /api/v3/envs/actions/getextendedbymachinevanity
Uses the vanity name or FQDN of a VM to retrieve details of an environment and its VMs
Request Path
GET /api/v3/envs/actions/getextendedbymachinevanity?machineVanity={machineVanity} |
Request Payload
None
Parameters
machineVanity |
Specifies the vanity name or FQDN of a machine, where {machineVanity} is the vanity name or FQDN (e.g. uvo1yg1ocn13278d.vm.cld.dev). |
Response Example
"id" : "MC21ZSnJ8GGaxedAgFzO9KJw2" , |
"name" : "CentOS 5 With KDE2" , |
"statusText" : "Suspended" , |
"suspensionState" : "Resume with Memory" , |
"MemoryState" : "Resume without Memory" |
"imageId" : "IMKNnQhURlQm865N1IVZsVXw2" , |
"fqdn" : "uvo1t33prksjyu269bq.vm.cld.dev" , |
"externalAddress" : "127.0.0.1" , |
"password" : "Lw7oCVM2wk" , |
"description" : "Some Description" , |
"blueprintId" : "BPBl7djHwvL3IzD_4lOgmPDQ2" , |
"blueprintName" : "Web Test" , |
"policyId" : "POA_LXAJbOnUyjPZGgMK9Kdw2" , |
"policyName" : "On Demand" , |
"expirationTime" : "Mon, 09 Mar 2015 08:51:13 GMT" , |
"invitationAllowed" : false , |
"organization" : "CloudShare" , |
"ownerEmail" : "johndoe@cloudshare.com" , |
"projectId" : "PRjTcEu83MXmpDAHTf47b-QQ2" , |
"regionId" : "REKolD1-ab84YIxODeMGob9A2" , |
"id" : "EN5YTkVIYcD6kL9flyAAYyzg2" |
Response Property Notes
expirationTime |
The end of the environment’s allocated disk time. The environment will be deleted at that time. |
statusCode |
Possible values:
- 2: Ready
- 3: Suspended
- 4: Archived
- 5: Deleted
- 7: Taking a Snapshot
- 8: Preparing
- 9: Creation Failed
|