Get Product Details V2 Using GET

Get Product Details V2 Using GET

This API is used to get product details.

Request
URI
GET
https://{api_host}//localhost:8080/lcm/lcops/api/v2/environments/{environmentId}/products/{productId}
COPY
Path Parameters
string
environmentId
Required

environmentId

string
productId
Required

productId


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns Product of type(s) application/json
{
    "clusterVIP": {
        "clusterVips": [
            {
                "type": "string"
            }
        ]
    },
    "id": "vra",
    "logHistory": "string",
    "nodes": [
        {
            "type": "vrava-primary"
        }
    ],
    "patchHistory": "string",
    "snapshotHistory": "string",
    "version": "8.3.0"
}
clusterVIP
Optional

clusterVIP

string
id
Optional

Product ID

string
logHistory
Optional

Log History Data

array of Node
nodes
Optional

nodes

string
patchHistory
Optional

Patch History Data

object
properties
Optional

properties

string
snapshotHistory
Optional

Snapshot History Data

string
version
Optional

Product Version


400

Bad Request

Returns GenericErrorResponseDTO of type(s) application/json
{
    "errorCode": "LCM_EXAMPLE_API_ERROR0000",
    "errorLabel": "Example Error!",
    "message": "Something went wrong!",
    "recommendations": []
}
string
errorCode
Optional

errorCode

string
errorLabel
Optional

errorLabel

string
message
Optional

message

array of string
recommendations
Optional

recommendations


401

Unauthorized

Operation doesn't return any data structure

403

Forbidden

Operation doesn't return any data structure

404

Not Found

Returns GenericErrorResponseDTO of type(s) application/json
{
    "errorCode": "LCM_EXAMPLE_API_ERROR0000",
    "errorLabel": "Example Error!",
    "message": "Something went wrong!",
    "recommendations": []
}
string
errorCode
Optional

errorCode

string
errorLabel
Optional

errorLabel

string
message
Optional

message

array of string
recommendations
Optional

recommendations


500

Internal Server Error

Returns GenericErrorResponseDTO of type(s) application/json
{
    "errorCode": "LCM_EXAMPLE_API_ERROR0000",
    "errorLabel": "Example Error!",
    "message": "Something went wrong!",
    "recommendations": []
}
string
errorCode
Optional

errorCode

string
errorLabel
Optional

errorLabel

string
message
Optional

message

array of string
recommendations
Optional

recommendations