OBJECT
InactiveProbing
link GraphQL Schema definition
- type InactiveProbing implements ActiveQuery {
- # Query ID
- ID! :
- # Query name
- String! :
- # Query description
- String :
- # Query enabled
- Boolean! :
- # Query trigger
- QueryTrigger! :
- # Predefined query
- Boolean! :
- # Query category
- QueriesCategory! :
- # Query schedule
- DurationValue!] : [
- # Operation type
- OpType! :
- # Target asset group
- AssetGroup :
- # Query status
- QueryStatus! :
- # Last execution datetime
- Time :
- # Next execution datetime
- Time :
- # Query created by
- String! :
- # Last edited by
- String :
- # Last edited date
- Time :
- # Last run by
- String :
- # Usage info
- CanDownload! :
- # Number of concurrent workers to use during probing
- ConcurentWorkersOptions! :
- # Pause between each target (asset) probing
- PauseBetweenProbesOptions! :
- }
link Require by
This element is not required by anyone