{ "id":"/axapi/v3/erase", "type":"object", "node-type":"scalar", "title":"erase", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Erase Configuration", "properties":{ "service-config":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Wipe out all service config", "optional":true }, "all-partitions":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Wipe out all service config for all partitions", "optional":true }, "preserve-management":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"preserve managememt ip and default gateway", "optional":true }, "preserve-accounts":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"preserve admin accounts", "optional":true }, "reload":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"reload after erase", "optional":true }, "grubconfig":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Reset boot grub settings", "optional":true } } }