getVDBUpdateImmediateList
The getVDBUpdateImmediateList operation handles configuration related to VDBUpdateImmediate model.
Query Parameters
| Parameter | Required | Type | Description | ||
|---|---|---|---|---|---|
| offset | False | integer | |||
| limit | False | integer | |||
| sort | False | string | |||
| filter | False | string | |||
Example
- name: Execute 'getVDBUpdateImmediateList' operation
ftd_configuration:
operation: "getVDBUpdateImmediateList"
query_params:
offset: "{{ offset }}"
limit: "{{ limit }}"
sort: "{{ sort }}"
filter: "{{ filter }}"