[{"label":"Latest (1.3.0)","version":"latest"}]
vrealize-suite-lifecycle-manager

Get Product Snapshot By Snapshot Name V2 Deprecated

Description

This API is used to get a product snapshot by name. Get snapshot name by triggering get all product snapshot API.

Request

Request

URL

URL


get
https://localhost:8080/lcm/lcops/api/v2/environments/{environmentId}/products/{productId}/snapshots/{snapshotName}
Copy

Path Parameters

Path Parameters

string
environmentId Required

environmentId


string
productId Required

productId


string
snapshotName Required

snapshotName


Authentication

Authentication

This operation uses the following authentication methods.

Authorization

Scopes: global

Response

Response

Response Body

Response 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

Errors

GenericErrorResponseDTO
400

Bad Request


401

Unauthorized


403

Forbidden


GenericErrorResponseDTO
404

Not Found


GenericErrorResponseDTO
500

Internal Server Error

Code Samples

Code Samples

cURL Command

curl https://localhost:8080/lcm/lcops/api/v2/environments/{environmentId}/products/{productId}/snapshots/{snapshotName}


Feedback

Was this page helpful?