GetAvailableExistingPrototypesForPublish

Returns a list of prototypes that the specified snapshot can be applied to.

Request URL

GET https://use.cloudshare.com/Api/v1/Env/GetAvailableExistingPrototypesForPublish?envApiId=<envId>&UserApiId=<user>&timestamp=<time_t>&HMAC=<signature>

Parameters

envApiId The id of the environment
Example: LB4IUA1HFT4B

Response example

{
    "prototypeList": [
        {
            "ApiId": "JMWFGWGVWNQB",
            "Name": "Accellion"
        },
      ]
}

Code sample