[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
Get Product Snapshot By Snapshot Name V2 Deprecated
DescriptionThis API is used to get a product snapshot by name. Get snapshot name by triggering get all product snapshot API.
Request
URLURL
https://localhost:8080/lcm/lcops/api/v2/environments/{environmentId}/products/{productId}/snapshots/{snapshotName}
Path Parameters
Path Parameters
string
environmentId
Required
environmentId
string
productId
Required
productId
string
snapshotName
Required
snapshotName
Authentication
This operation uses the following authentication methods.
Authorization
Scopes:
global
Response
Response
Response BodyResponse Body
200 OK
Returns
ProductSnapshotDetailsDTO
of type(s) application/json
{
"snapshotGeneratedTime": 1596774385117,
"snapshotName": "vra_snapshot1 - Fri Aug 07 04:31:34 UTC 2020",
"snapshotWithMemory": false
}
integer as int64
snapshotGeneratedTime
Optional
Snapshot Generated Time
string
snapshotName
Optional
Snapshot Name
boolean
snapshotWithMemory
Optional
Snapshot with Memory
Errors
GenericErrorResponseDTO
400
Bad Request
401
Unauthorized
403
Forbidden
GenericErrorResponseDTO
404
Not Found
GenericErrorResponseDTO
500
Internal Server Error
Code Samples
cURL Command
curl https://localhost:8080/lcm/lcops/api/v2/environments/{environmentId}/products/{productId}/snapshots/{snapshotName}
[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager
On This Page
Deployments Controller Operations
delete
delete
post
post