GET /api/v3/permalinks

Retrieves all permalinks generated for a specified snapshot

GET /api/v3/permalinks?snapshotId={snapshotID}

Request Payload

None

Parameters

{snapshotId} The ID of the snapshot

Response Example

[
    {
        "token": "gxBM9kQAzRqAvr2QhuZCbQ2",
        "snapshotId": "SSlnjJV1kjLUgZmDoUnpg9BA2",
        "environmentPolicyId": "POLs3J1NEAESn7ipYMwYq20Q2",
        "projectId": "PRjTcEu83MXmpDAHTf47b-QQ2",
        "regionId": "REKolD1-ab84YIxODeMGob9A2"
    },
    {
        "token": "4PQteICnWVrotk6RD3oJ7A2",
        "snapshotId": "SSlnjJV1kjLUgZmDoUnpg9BA2",
        "environmentPolicyId": "POO2IC9GqXpX-hw58ph1Wwcg2",
        "projectId": "PRjTcEu83MXmpDAHTf47b-QQ2",
        "regionId": "REKolD1-ab84YIxODeMGob9A2"
    }
]

Response Property Notes

token A token that forms part of the permalink. To use one of the tokens as a permalink, insert the token into the following URL:
https://use.cloudshare.com/ent/entapppermalink.mvc?token={token},
where {token} is one of the returned tokens.