UpgradeResourcesFilterListRequestParameters

UpgradeResourcesFilterListRequestParameters
UpgradeResourcesFilterListRequestParameters
JSON Example
{
    "component_type": "string",
    "query": [
        {
            "filters": [
                {
                    "field_name": "string",
                    "values": [
                        "string"
                    ]
                }
            ],
            "resource_type": "string"
        }
    ],
    "sync": false
}
string
component_type
Required

The component_type the resource belongs to. This is mandatory parameter.

query
Optional

Upgrade Resource filters

boolean
sync
Optional

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.