f5.asm.entity.json-profiles.modify

f5.asm.entity.json-profiles.modify#

Sets the defense attributes of all json content profiles for specified ASM policy.

Usage:
f5.asm.entity.json-profiles.modify [options...] <policy full path>
Options:
    -t <template>         Template to use, default is: restsh/templates/f5/asm/json-profiles.defense-attributes.json
    -d <variables file>   Define a custom variable file. Default is <template file>.var.
    -sVAR=VALUE           Define a custom variable.

Defaults are:
[ -n "${VAR_JSON_MAX_DATA_LENGTH+x}" ] || VAR_JSON_MAX_DATA_LENGTH="10485760"
[ -n "${VAR_JSON_MAX_ARRAY_LENGTH+x}" ] || VAR_JSON_MAX_ARRAY_LENGTH="1000"
[ -n "${VAR_JSON_MAX_STRUCTURE_DEPTH+x}" ] || VAR_JSON_MAX_STRUCTURE_DEPTH="25"
[ -n "${VAR_JSON_MAX_VALUE_LENGTH+x}" ] || VAR_JSON_MAX_VALUE_LENGTH="262144"