WdsUpsertTraversalSchedule

Creates or replaces the named job’s TraversalSchedule for automatic runs. A saved TraversalConfig is required. This configures future runs and does not start one immediately

Arguments

Name Type Required Default Description
jobName string Yes None Unique job name within the tenant. Reuse the same value to manage job config, start crawls, fetch URLs, inspect tasks and Traversal runs, and query indexed data
traversalSchedule TraversalSchedule Yes None Configures automatic Traversal runs for a job

Return Type

Returns void.

Technical return shape: void.

Data Contracts

TraversalSchedule

Configures automatic Traversal runs for a job

Fields:

Name Type Description
CronExpression string Five-field cron expression evaluated in UTC after the previous run completes: minute, hour, day of month, month, day of week. For example, ‘0 0 * * *’ schedules midnight UTC
Enabled bool Optional. When true, allow automatic runs according to CronExpression. False disables scheduled starts without preventing manual runs

Behavior

Read-only: no; idempotent: yes; destructive: yes; open-world: no.

Availability

Requires the Scheduling feature.

Please rotate your device to landscape mode

This documentation is specifically designed with a wider layout to provide a better reading experience for code examples, tables, and diagrams.
Rotating your device horizontally ensures you can see everything clearly without excessive scrolling or resizing.

Return to Web Data Source Home