Get rule applied preset fields
Presets
Get rule applied preset fields
Get the preset applied to a rule and the list of rule fields managed by the preset.
GET
Get rule applied preset fields
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Response
Successful.
Preset applied to the object and the list of object fields that are managed by the preset.
ID of the applied preset.
Example:
42
Name of the applied preset.
Example:
"Static content acceleration"
Defines whether the applied preset can be unapplied from the object by the current user.
Example:
true
Object fields managed by the preset. Option fields are prefixed with options..
Example:
[
"options.gzipOn",
"options.browser_cache_settings"
]