{ "id":"/axapi/v3/debug/ipv6/ospf/packet", "type":"object", "node-type":"scalar", "title":"packet", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"OSPFv3 packets", "properties":{ "dd":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"OSPFv3 Database Description", "optional":true }, "detail":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Detail information", "optional":true }, "hello":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"OSPFv3 Hello", "optional":true }, "ls-ack":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"OSPFv3 Link State Acknowledgment", "optional":true }, "ls-request":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"OSPFv3 Link State Request", "optional":true }, "ls-update":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"OSPFv3 Link State Update", "optional":true }, "recv":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Packet received", "optional":true }, "send":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Packet sent", "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 } } }