{ "id":"/axapi/v3/slb/aflow", "type":"object", "node-type":"scalar", "title":"aflow", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure aFlow", "properties":{ "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'pause_conn': Pause connection; 'pause_conn_fail': Pause connection fail; 'resume_conn': Resume connection; 'event_resume_conn': Resume conn by event; 'timer_resume_conn': Resume conn by timer; 'try_to_resume_conn': Resume conn by trying; 'retry_resume_conn': Resume conn by retry; 'error_resume_conn': Resume conn by error; 'open_new_server_conn': Open new server conn; 'reuse_server_idle_conn': Reuse idle server conn; 'inc_aflow_limit': Inc aFlow limit; ", "enum":[ "all", "pause_conn", "pause_conn_fail", "resume_conn", "event_resume_conn", "timer_resume_conn", "try_to_resume_conn", "retry_resume_conn", "error_resume_conn", "open_new_server_conn", "reuse_server_idle_conn", "inc_aflow_limit" ] } } } ] } } }