Get Custom Patches
Filter applicable patches (current/target vcf releases) per product type per domain
Request
URI
GET
https://{api_host}/v1/releases/domains/{domainId}/custom-patches
COPY
Path Parameters
string
domainId
Required
Domain ID
Query Parameters
string
vcfRelease
Optional
VCF release
vcfRelease example
4.0.1.0
string
vxrailReleaseVersion
Optional
Vxrail release version
vxrailReleaseVersion example
8.0.100-28093095
string
productType
Optional
Product Type
productType example
HOST
Responses
200
OK
Returns FlexibleProductPatches of type(s) application/json
{
"version": "string",
"patches": [
{
"productType": "string",
"versions": [
"string"
]
}
]
}
string
version
Required
Domain VCF release version
array of object
patches
Required
List of available patches on the VCF release
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/v1/releases/domains/{domainId}/custom-patches
Flexible Product Patches Operations
GET
Get Custom Patches