getSnapshotVersions
Get the list of versions in a snapshot
Format
udclient [global-args...] [global-flags...]
getSnapshotVersions [parameters]
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
snapshot | string | true | Name or ID of the snapshot |
application | string | false | Name of the application; this value is required if you specify the snapshot name instead of ID |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
getSnapshotVersions
-application JPetStore
-snapshot mySnapshot
Related REST command: Get the list of versions in a snapshot.