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

Get Compatablity Matrix V2

Description

This API is used to fetch the interops matrix for a product with a particular version.

Request

Request

URL

URL


get
https://localhost:8080/lcm/lcops/api/v2/environments/{environmentId}/products/{productId}/versions/{version}/interops
Copy

Path Parameters

Path Parameters

string
environmentId Required

environmentId


string
productId Required

productId


string
version Required

version


Authentication

Authentication

This operation uses the following authentication methods.

Authorization

Scopes: global

Response

Response

Response Body

Response Body

200 OK

Returns array of InteropReleaseElement of type(s) application/json
{
    "compatible": true,
    "installedVersion": false,
    "major": 6,
    "medium": 0,
    "minor": 0,
    "newVersion": false,
    "productId": 2,
    "productName": "VMware vCenter Server",
    "releaseId": 2136,
    "update": 3,
    "version": "6.0.0 U3"
}
string
compatible Optional

Compatible


boolean
installedVersion Optional

Installed Version


integer as int32
major Optional

Major


integer as int32
medium Optional

Medium


integer as int32
minor Optional

Minor


boolean
newVersion Optional

New Versio


integer as int32
productId Optional

Product ID


string
productName Optional

Product Name


integer as int32
releaseId Optional

Release ID


string
update Optional

Update


string
version Optional

version

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}/versions/{version}/interops


Feedback

Was this page helpful?