{ "id":"/axapi/v3/config-replace", "type":"object", "node-type":"scalar", "title":"config-replace", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Options for config-replace-{start/end}", "properties":{ "filter":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":256, "partition-visibility":"shared", "description":"Set scope of objects by specifying object class", "optional":true }, "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'skip': Skip object and its children; 'accept': Skip siblings of object and its parents; ", "enum":[ "skip", "accept" ], "optional":true }, "ignore-error":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Ignore errors and continue to apply changes", "optional":true }, "log-error":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Log errors", "optional":true }, "gslb-syncing-off":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Turn off syncing changes to GSLB Group", "optional":true } } }