NSX-T Data Center REST API

# *************************************************************************** # Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential. # ***************************************************************************

UpgradeResourcesFilterListRequestParameters (schema)

Name Description Type Notes
component_type Component type

The component_type the resource belongs to. This is mandatory parameter.
string Required
query Upgrade Resource filters

Upgrade Resource filters
array of UpgradeResourceFilters Readonly
sync Hint to whether perform sync before operation or not

If the flag is true , sync operation will be performed before executing the
request. If flag is false ,sync is skipped. Please note, sync operation is sometimes
expensive and will increase the response time. Any error occurred during sync is
ignored.
boolean Default: "False"