Get Version Alias Configuration
Get the Version Alias Configuration.
Request
URI
GET
https://sfo-vcf01.rainpole.io/v1/system/settings/version-aliases
COPY
Responses
200
Ok
Returns PageOfVersionAliasesForBundleComponentType of type(s) application/json
{
"elements": [
{
"bundleComponentType": "One among: VCENTER, PSC, NSX_T_MANAGER, NSX_MANAGER, ESX_HOST, VCF_VRA_UPGRADE, VCF_VRLI_UPGRADE, VCF_VROPS_UPGRADE, VCF_VRSLCM_UPGRADE, SDDC_MANAGER_VCF, LCM, SDDC_MANAGER, SDDC_MANAGER_UI, OPERATIONS_MANAGER, COMMON_SERVICES, SOLUTIONS_MANAGER, MULTI_SITE_SERVICE, ",
"versionAliases": [
{
"aliases": [
"string"
],
"version": "string"
}
]
}
],
"pageMetadata": {
"pageNumber": 0,
"pageSize": 0,
"totalElements": 0,
"totalPages": 0
}
}
array of VersionAliasesForBundleComponentType
elements
Optional
The list of elements included in this page
500
Internal Server Error
Returns Error of type(s) application/json
{
"arguments": [
"string"
],
"causes": [
{
"message": "string",
"type": "string"
}
],
"context": {
"context": "string"
},
"errorCode": "string",
"errorType": "string",
"message": "string",
"nestedErrors": [
"Error Object"
],
"referenceToken": "string",
"remediationMessage": "string"
}
array of string
arguments
Optional
The arguments used to localize the message, Can be used by scripts to automate the error processing.
object
context
Optional
The error context (e.g. the component where it occurred).
string
errorCode
Optional
The minor error code
string
errorType
Optional
The error type
string
message
Optional
The localized error message
string
referenceToken
Optional
A reference token correlating the error with the relevant detailed error logs. Should be sent to the service provider when reporting issues.
string
remediationMessage
Optional
The localized remediation error message
Version Aliases For Bundle Component Type Operations
DELETE
Delete Alias Versions By Software Type And Base Version
DELETE
Delete Version Alias By Software Type
GET
Get Version Alias Configuration
PUT
Update Version Alias Configuration
PUT
Update Version Alias Configurations