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

Get Patch Binaries V2

Description

This API is used to get all patch binaries.

Request

Request

URL

URL


get
https://localhost:8080/lcm/lcops/api/v2/settings/patch-binaries
Copy

Authentication

Authentication

This operation uses the following authentication methods.

Authorization

Scopes: global

Response

Response

Response Body

Response Body

200 OK

Returns array of Patch of type(s) application/json
{
    "extract": true,
    "metadataId": "vrlcm-vra-8.2.0-8.2.0.13070",
    "metadataVersion": 1,
    "patchBundleCreationDate": 1604913916957,
    "patchCounter": 2,
    "patchDownloadStatus": "DOWNLOADED",
    "patchFileName": "vrlcm-vra-8.2.0-8.2.0.13070.patch",
    "patchId": "600be72d-d367-4ec6-97df-7653g35a8839",
    "patchRunningCounter": 1,
    "patchSha256sum": "77ddcbf07c1400ec40579aafb20847c95a145054d55d677292546f8a3570ec78",
    "patchSize": 6010020858,
    "patchStatus": "ACTIVE",
    "selfPatch": false
}
boolean
extract Optional

Extract flag is enabled for vRA version >= 8.0.0


string
metadataId Optional

Metadata ID


string
metadataVersion Optional

Metadata version


integer as int64
patchBundleCreationDate Optional

Patch Bundle Creation Date


string
patchCounter Optional

Patch Counter


string
patchDownloadStatus Optional

Patch download status


string
patchFileName Optional

Patch file name


string
patchId Optional

Patch ID


patchInfo Optional

Patch Information


integer as int32
patchRunningCounter Optional

Patch running counter


string
patchSha256sum Optional

Patch sha256sum value


integer as int64
patchSize Optional

Patch size


string
patchStatus Optional

Patch Status

Possible values are: ACTIVEREVOKED


payload Optional

Patch payload


product Optional

Patch product


boolean
selfPatch Optional

Self Patch

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/settings/patch-binaries


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

Was this page helpful?