Documentation

{{docApp.title}}

{{docApp.description}}

How can we help?

{{docApp.searchError}}
{{product.name}}

Searching in {{docApp.searchFilterBySpecificBookTitle}}

{{docApp.searchResultFilteredItems.length}} results for: {{docApp.currentResultsSearchText}} in {{docApp.searchFilterBySpecificBookTitle}}
Search results have been limited. There are a total of {{docApp.searchResponse.totalResultsAvailable}} matches.

You have an odd number of " characters in your search terms - each one needs closing with a matching " character!

{{docApp.libraryHomeViewProduct.title || docApp.libraryHomeViewProduct.id}}

{{docApp.libraryHomeViewProduct.description}}

  1. {{book.title}}

{{group.title || group.id}}

{{group.description}}

  1. {{book.title}}

{{group.title}}

Complex Types - assetDiscoveryScheduleType

Description

This type represents the scheduling for an asset discovery scan.

Properties

Name Type Occurrence Description
dayMask scheduleDayMaskType Required The days on which the schedule runs.
enabled xs:boolean Required Indicates if the job is enabled.
nextRun xs:dateTime Required The date and time at which the job will next run.
period xs:unsignedInt Optional The frequency, in minutes, at which the schedule runs. Only applies when periodicity is ‘periodic’.
periodicity assetDiscoverySchedulePeriodType Required The periodicity for the schedule.
timeZone xs:string Optional The timezone for the next run time. If no timezone is specified, UTC is assumed.
In This Document