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

Get Applied Patches V2

Description

This API is used to get vRSLCM patch history.

Request

Request

URL

URL


get
https://localhost:8080/lcm/lcops/api/v2/system-patch/history
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Authorization

Scopes: global

Response

Response

Response Body

Response Body

200 OK

Returns array of PatchHistoryDTO of type(s) application/json
{
    "appliedOn": 1602480345140,
    "category": "bugfix",
    "description": "vRSLCM wrapped vRealize Automation, version 8.1.0.9712 Patch3",
    "kbUrl": "https://kb.vmware.com/kb/79170",
    "productPatchLevel": "8.1.0.9712",
    "summary": "vRSLCM wrapped vRealize Automation, version 8.1.0.9712 Patch3",
    "urgency": "critical"
}
string
appliedOn Optional

Patch applied time


string
category Optional

Category


string
description Optional

Description


string
kbUrl Optional

KB Url


string
productPatchLevel Optional

Product patch level


string
summary Optional

Patch summary


string
urgency Optional

Urgency

Errors

Errors

401

Unauthorized


403

Forbidden


404

Not Found


GenericErrorResponseDTO
500

Internal Server Error

Code Samples

Code Samples

cURL Command

curl https://localhost:8080/lcm/lcops/api/v2/system-patch/history


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

Was this page helpful?