{ "id":"/axapi/v3/debug/ospf/route", "type":"object", "node-type":"scalar", "title":"route", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"OSPFv3 route information", "properties":{ "ase":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"External route calculation information", "optional":true }, "ia":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Inter-Area route calculation information", "optional":true }, "install":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Route installation information", "optional":true }, "spf":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"SPF calculation information", "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 } } }