{ "id":"/axapi/v3/gslb/sync-objects", "type":"object", "node-type":"scalar", "title":"sync-objects", "partition-visibility":"shared", "description":"GSLB dynamic sync objects", "properties":{ "object-list":{ "type":"object", "properties":{ "lineage":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Lineage of object e.g.: slb, slb.service-group" } } }, "action":{ "type":"string", "format":"enum", "default":"disable", "partition-visibility":"shared", "description":"'disable': Disable dynamic sync (default); 'enable': Enable dynamic sync; ", "enum":[ "disable", "enable" ], "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 } } }