{ "id":"/axapi/v3/gslb/policy/{name}/dns/sticky-options", "type":"object", "node-type":"scalar", "title":"sticky-options", "partition-visibility":"shared", "description":"Specify sticky session options", "properties":{ "edns-client-subnet":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use ECS for sticky creation and lookup", "optional":true }, "only-ecs":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Only use ECS for session creation", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }