Reference Guide

Table Of Contents
SeverityEnum
Possible severities.
Type : enum (None, Info, Minor, Major, Critical)
SnapRuleIntervalEnum
Interval between snapshots. Either the interval parameter or the time_of_day parameter may be
set. Setting one clears the other parameter.
Type : enum (Five_Minutes, Fifteen_Minutes, Thirty_Minutes, One_Hour, Two_Hours, Three_Hours,
Four_Hours, Six_Hours, Eight_Hours, Twelve_Hours, One_Day)
SoftwareInstalledBuildFlavorEnum
A specific config, determined at build time. Valid values are:
Debug Provides additional diagnostics for development.
Retail An optimized compiler option.
Was added in version 2.0.0.0.
Type : enum (Retail)
SoftwareInstalledBuildTypeEnum
Type of the build. Valid values are:
Internal An internal (developer) build.
Hotfix A build containing 1 or more specific fixes. Generally limited in availability to a
few customers.
Beta Pre-production build, used for evaluation purposes.
Release A build for General Availability (GA).
Was added in version 2.0.0.0.
Type : enum (Hotfix, Beta, Release)
SoftwarePackageBuildFlavorEnum
A specific config, determined at build time. Valid values are:
363