ListEnvironments

Returns a list of all environments that are available to the user. Details of each environment are returned as well.

Request URL

GET  https://use.cloudshare.com/API/v2/Env/ListEnvironments?UserApiId=<id>&token=<token>&timestamp=<time>&HMAC=<signature>

Parameters

None.


Response example

{
    "data": [
        {
            "blueprint": "Blueprint1",
            "description": "A new linux environment",
            "envId": "LCU0UWSXEMZA",
            "envToken": "f9aHyVG3x_hLyGMBQKTJHg2",
            "environmentPolicy": "CloudShare/PoC (10 days)",
            "expirationTime": "Sat, 06 Apr 2013 07:12:16 GMT",
            "invitationAllowed": true,
            "licenseValid": "Not relevant",
            "name": "Linux2",
            "organization": "CloudShare",
            "owner": "jsmith@company.com",
            "project": "Documentation Campaign",
            "snapshot": "Initial snapshot",
            "status_code": 2,
            "status_text": "Not ready",
            "view_url": "https://use.cloudshare.com/Ent/Environment.mvc/View/f9aHyVG3x_hLyGMBQKTJHg2"
        },
        {
            "blueprint": "A linux environment",
            "description": " CloudShare Pro environment",
            "envId": "V0MDPUQHHN1A",
            "envToken": "VQbE1o1IBQK6B633_UFGog2",
            "environmentPolicy": null,
            "expirationTime": "Wed, 18 Dec 2013 22:00:00 GMT",
            "invitationAllowed": true,
            "licenseValid": "Valid",
            "name": "A linux environment",
            "organization": null,
            "owner": "jsmith@company.com",
            "project": null,
            "snapshot": "snap1",
            "status_code": 2,
            "status_text": "Not ready",
            "view_url": "https://use.cloudshare.com/Pro/Environment.mvc/View/VQbE1o1IBQK6B633_UFGog2"
        },
        {
            "blueprint": "linux environment",
            "description": "A new linux environment",
            "envId": "VJ1DWJYN5GXB",
            "envToken": "9wtGldOX2PVXHaUlrTRG2g2",
            "environmentPolicy": "CloudShare/PoC (10 days)",
            "expirationTime": "Thu, 04 Apr 2013 09:55:44 GMT",
            "invitationAllowed": true,
            "licenseValid": "Not relevant",
            "name": "Linux2",
            "organization": "CloudShare",
            "owner": "jsmith@company.com",
            "project": "Documentation Campaign",
            "snapshot": "Initial State Snapshot",
            "status_code": 2,
            "status_text": "Not ready",
            "view_url": "https://use.cloudshare.com/Ent/Environment.mvc/View/9wtGldOX2PVXHaUlrTRG2g2"
        },
        {
            "blueprint": "linux environment",
            "description": "A new linux environment",
            "envId": "P400PXZJOWEB",
            "envToken": "9FgUl7qx5--BByJ3sEholw2",
            "environmentPolicy": "CloudShare/PoC (10 days)",
            "expirationTime": "Thu, 04 Apr 2013 10:05:53 GMT",
            "invitationAllowed": true,
            "licenseValid": "Not relevant",
            "name": "Linux2",
            "organization": "CloudShare",
            "owner": "jsmith@company.com",
            "project": "Documentation Campaign",
            "snapshot": "Initial State Snapshot",
            "status_code": 2,
            "status_text": "Not ready",
            "view_url": "https://use.cloudshare.com/Ent/Environment.mvc/View/9FgUl7qx5--BByJ3sEholw2"
        },
        {
            "blueprint": "Linux2",
            "description": "A new linux environment",
            "envId": "HA0VLW3GJ0PA",
            "envToken": "Gh5wSR5wN2nm7I6orvTcDg2",
            "environmentPolicy": "CloudShare/PoC (10 days)",
            "expirationTime": "Wed, 24 Apr 2013 08:37:32 GMT",
            "invitationAllowed": true,
            "licenseValid": "Not relevant",
            "name": "Linux2",
            "organization": "CloudShare",
            "owner": "jsmith@company.com",
            "project": "Documentation Campaign",
            "snapshot": "Snapshot 1",
            "status_code": 2,
            "status_text": "Not ready",
            "view_url": "https://use.cloudshare.com/Ent/Environment.mvc/View/Gh5wSR5wN2nm7I6orvTcDg2"
        }
    ],
    "remaining_api_calls": 99954,
    "status_additional_data": null,
    "status_code": "0x20000",
    "status_text": "Success"
}