ListTemplates

Returns a list of all available templates that the user can add to the current environments.

Request URL

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

Parameters

None.


Response example

{
    "data": {
        "templatesList": [
            {
                "categories": [
                    "Linux"
                ],
                "description": "OS: CentOS 5 Spec: 12 GB HD / 1 GB RAM Installed: MySQL ",
                "disk_size_gb": 12,
                "id": "PCKB30ZI1Q2B",
                "image_url": "https://use.cloudshare.com/ImageHandler.ashx?zsjkKbLQqcJ1PLTNRN2o4w2",
                "is_singleton": false,
                "memory_size_mb": 1024,
                "name": "CentOS 5 W/ MySQL",
                "num_cpus": 1,
                "os_type": 1,
                "os_type_string": "Linux",
                "tags": ""
            },
            {
                "categories": [
                    "Linux"
                ],
                "description": "OS: CentOS 5.4 Spec: 12 GB HD / 1 GB RAM",
                "disk_size_gb": 12,
                "id": "SVXV2GGOC3BA",
                "image_url": "https://use.cloudshare.com/ImageHandler.ashx?7VS_fAmOg-j2I9Bn30gFuw2",
                "is_singleton": false,
                "memory_size_mb": 1024,
                "name": "CentOS 5.4 Server",
                "num_cpus": 1,
                "os_type": 1,
                "os_type_string": "Linux",
                "tags": ""
            },
            {
                "categories": [
                    "Linux"
                ],
                "description": "OS: CentOS 5.8 x64 Spec: 16 GB HD / 1 GB RAM",
                "disk_size_gb": 16,
                "id": "U0DYYEUTNEWA",
                "image_url": "https://use.cloudshare.com/ImageHandler.ashx?7VS_fAmOg-j2I9Bn30gFuw2",
                "is_singleton": false,
                "memory_size_mb": 1024,
                "name": "CentOS 5.8 Server",
                "num_cpus": 1,
                "os_type": 1,
                "os_type_string": "Linux",
                "tags": ""
            },
{
                "categories": [
                    "Linux"
                ],
                "description": "OS: Xubuntu 8 Spec: 8 GB HD / 0.5 GB RAM",
                "disk_size_gb": 8,
                "id": "V3MQYO2ARZTB",
                "image_url": "https://use.cloudshare.com/ImageHandler.ashx?9pQtQQwQYx1mbeyCw8CxOA2",
                "is_singleton": false,
                "memory_size_mb": 512,
                "name": "Xubuntu 8",
                "num_cpus": 1,
                "os_type": 1,
                "os_type_string": "Linux",
                "tags": ""
            }
        ]
    },
    "remaining__calls": 99995,
    "status_additional_data": null,
    "status_code": "0x20000",
    "status_text": "Success"
}