{ "id":"/axapi/v3/file/startup-config/oper", "type":"object", "node-type":"scalar", "title":"startup-config", "description":"Operational Status for the object startup-config", "properties":{ "oper":{ "type":"object", "properties":{ "dirty":{ "type":"number", "format":"number" }, "current-startup-config":{ "type":"string", "format":"string-rlx" }, "pri-startup-config":{ "type":"string", "format":"string-rlx" }, "sec-startup-config":{ "type":"string", "format":"string-rlx" }, "file-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "Profile-Name":{ "type":"string", "format":"string-rlx" }, "Size":{ "type":"number", "format":"number" }, "update-time":{ "type":"string", "format":"string" } } } ] } } } } }