GeneratePermalinkOptions

Returns a list of projects with blueprints with available snapshots, and policies.


Request URL

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

Parameters

None.


Response example

{
    "data": {
        "Projects": [
            {
                "Blueprints": [
                    {
                        "Name": "Zimbra Mail",
                        "Snapshots": [
                            {
                                "Author": "John Smith",
                                "CreationTime": "Sat, 06 Apr 2013 07:12:16 GMT",
                                "Id": "PQHZKIZVOIWA",
                                "IsDefault": true,
                                "IsLatest": true,
                                "Name": "John's Snapshot",
                                "Number": 199
                            }
                        ]
                    },
                    {
                        "Name": "Apache Sample",
                        "Snapshots": [
                            {
                                "Author": "John Smith",
                                "CreationTime": "Sat, 06 Apr 2013 07:12:16 GMT",
                                "Id": "AE54P4WKQTBA",
                                "IsDefault": false,
                                "IsLatest": false,
                                "Name": "John's Snapshot",
                                "Number": 318
                            },
                            {
                                "Author": "nissan+cm2 amzallag",
                                "CreationTime": "Sat, 06 Apr 2013 07:12:16 GMT",
                                "Id": "GFCIQEXBWTJB",
                                "IsDefault": false,
                                "IsLatest": false,
                                "Name": "nissan+cm2's #320 Snapshot",
                                "Number": 319
                            }
                        ]
                    }
                ],
                "EnvPolicies": [
                    {
                        "Id": "24YS0V0SQF4B",
                        "Name": "New test - 6h/12h"
                    }
                ],
                "Id": "3SZMZVQRJUWB",
                "Name": "Automation"
            }
        ]
    },
    "remaining_api_calls": 99998,
    "status_additional_data": null,
    "status_code": "0x20000",
    "status_text": "Success"
}