{ "id":"/axapi/v3/write", "type":"object", "node-type":"intermediate", "title":"write", "operation-not-allowed": ["PUT", "POST", "DELETE"], "operational":1, "description":"Write memory", "properties":{ "memory":{ "type":"object", "$ref":"/axapi/v3/write/memory", "properties":{ "destination":{ "type":"string", "format":"enum", "description":"'primary': Write to default Primary Configuration; 'secondary': Write to default Secondary Configuration; 'local': Local Configuration Profile Name; ", "enum":[ "primary", "secondary", "local" ] }, "cf":{ "type":"number", "format":"flag", "default":0, "description":"Write to compact flash" }, "profile":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "description":"Local Configuration Profile Name" } } } } }