Get CDN resource applied preset fields
Presets
Get CDN resource applied preset fields
Get the preset applied to a CDN resource and the list of resource fields managed by the preset.
GET
Get CDN resource 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
Path Parameters
CDN resource ID.
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"
]