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