GET /api/v3/envs/actions/getextended
Retrieves details of an environment along with VM information
Request Path
GET /api/v3/envs/actions/getextended?envId={envID} |
Request Payload Examples
None
Parameters
{envId} |
The ID of the environment. To retrieve environment IDs, use GET /api/v3/envs. |
Response Example
"id" : "MC21ZSnJ8GGaxedAgFzO9KJw2" , |
"name" : "CentOS 5 With KDE2" , |
"statusText" : "Suspended" , |
"suspensionState" : "Power Off" , |
"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
|