{ "id":"/axapi/v3/gslb/policy/{name}/capacity", "type":"object", "node-type":"scalar", "title":"capacity", "partition-visibility":"shared", "description":"Select Service-IP for the device having highest available connection capacity", "properties":{ "capacity-enable":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable capacity", "optional":true }, "threshold":{ "type":"number", "format":"number", "minimum":0, "maximum":100, "default":90, "partition-visibility":"shared", "description":"Specify capacity threshold, default is 90", "optional":true }, "capacity-fail-break":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Break when exceed threshold", "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 } } }