{ "id":"/axapi/v3/poap", "type":"object", "node-type":"scalar", "title":"poap", "operation-not-allowed": ["DELETE", "PUT"], "partition-visibility":"shared", "operational":1, "description":"Set POAP; when next boot, if startup-config is empty, system will enter POAP Mode", "properties":{ "action":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'enable': Enable POAP mode; 'disable': Disable POAP mode; ", "enum":[ "enable", "disable" ], "optional":true } } }