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