This section provides details for all criteria the Property Manager API supports for the v2024-10-21
rule format version. The set available to you depends on the product and modules assigned to the property or the include. You can get it by running either List available criteria for a property or List available criteria for an include.
This v2024-10-21
rule format is a dated snapshot of the set of features available within a property's rule tree, which doesn't change over time. To take advantage of fresh improvements and new features that get released on a regular basis, you should consider using the latest
rule format. See Dynamic rule updates for details.
Option requirements
PAPI's behaviors and match criteria often include cross-dependent options, for which this reference documentation provides details in a Requires table column. For example, suppose documentation for a cloudletSharedPolicy
option specifies this as Requires:
isSharedPolicy
istrue
That means for the cloudletSharedPolicy
to appear in the object, you need to also have isSharedPolicy
set to true
:
{
"isSharedPolicy": true,
"cloudletSharedPolicy": 1000
}
Often you include options in behavior or criteria objects based on the match of a string value. Documentation also indicates any set of high-level logical AND and OR validation requirements.