{ "id":"/axapi/v3/system/pbslb", "type":"object", "node-type":"scalar", "title":"pbslb", "partition-visibility":"shared", "auto-created-object":1, "description":"Configure Policy Based Response-Rate-Limiting", "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; 'curr_entries': Current PBSLB Entry Count; 'total_v4_entries_created': Total V4 Entry Count Created; 'total_v4_entries_freed': Total V4 Entry Count Freed; 'total_v6_entries_created': Total V6 Entry Count Created; 'total_v6_entries_freed': Total V6 Entry Count Freed; 'total_domain_entries_created': Total Domain Entry Count Created; 'total_domain_entries_freed': Total Domain Entry Count Freed; 'total_direct_action_entries_created': Total Direct Action Entry Count Created; 'total_direct_action_entries_freed': Total Direct Action Entry Count Freed; 'curr_entries_target_global': Current Entry Target Global; 'curr_entries_target_vserver': Current Entry Target Vserver; 'curr_entries_target_vport': Current Entry Target Vport; 'curr_entries_target_LOC': Current Entry Target LOC; 'curr_entries_target_rserver': Current Entry Target Rserver; 'curr_entries_target_rport': Current Entry Target Rport; 'curr_entries_target_service': Current Entry Target Service; 'curr_entries_stats': Current Entry Stats Count; ", "enum":[ "all", "curr_entries", "total_v4_entries_created", "total_v4_entries_freed", "total_v6_entries_created", "total_v6_entries_freed", "total_domain_entries_created", "total_domain_entries_freed", "total_direct_action_entries_created", "total_direct_action_entries_freed", "curr_entries_target_global", "curr_entries_target_vserver", "curr_entries_target_vport", "curr_entries_target_LOC", "curr_entries_target_rserver", "curr_entries_target_rport", "curr_entries_target_service", "curr_entries_stats" ] } } } ] } } }