{ "id":"/axapi/v3/debug/ipv6/ospf/nsm/{interface}", "type":"object", "node-type":"list", "title":"nsm", "operation-not-allowed": ["PUT"], "operational":1, "description":"OSPFv3 NSM information", "properties":{ "interface":{ "type":"number", "format":"flag", "default":0, "description":"NSM interface", "optional":false }, "redistribute":{ "type":"number", "format":"flag", "default":0, "description":"NSM redistribute", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "modify-not-allowed":1, "description":"uuid of the object", "optional":true } }, "object-keys":[ "interface" ], "required":[ "interface" ] }