Get details for snapshot

Implementation Notes

Gets the details of Snapshot by entering Id.

Response Class (Status 200)

ApiSnapshot{
SnapshotID(integer, optional),
SnapshotName(string, optional),
SnapshotBasedList( string, optional),
NumberofSamples( integer, optional),
AllMembers (integer, optional),
CreatedDate (string, optional),
}
 {  
    "SnapshotID": 0,
    "SnapshotName": "string",
    "SnapshotBasedList": "string",
    "NumberofSamples": 0,
    "AllMembers": 0,
    "CreatedDate": "2018-02-15T05:12:13.996Z"
 }  

Parameters

Parameter Value Description Parameter Type Data Type
ApiKey The Value of the API Key Path String
snapshotid SnapshotId to retrieve Path integer

Response Messages

HTTP Status Code Reason Response Model Headers
403 Access Denied    
404 Not Found