{
"operation-name" : "add",
"description" : "Adds special session handling for crawler bots",
"request-properties" : {
"session-timeout" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The session timeout for sessions that are owned by crawlers",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"unit" : "SECONDS",
"stability" : "default"
},
"user-agents" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "Regular expression that is used to match the user agent of a crawler",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
}
},
"reply-properties" : {},
"stability" : "default",
"read-only" : false,
"runtime-only" : false
}