{ "id":"/axapi/v3/interface/lif/{ifname}/ipv6/router", "type":"object", "node-type":"intermediate", "title":"router", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "description":"Router", "properties":{ "ripng":{ "type":"object", "$ref":"/axapi/v3/interface/lif/{ifname}/ipv6/router/ripng", "properties":{ "rip":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"RIP Routing for IPv6" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "ospf":{ "type":"object", "$ref":"/axapi/v3/interface/lif/{ifname}/ipv6/router/ospf", "properties":{ "area-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "area-id-num":{ "type":"number", "format":"number", "minimum":0, "maximum":4294967295, "partition-visibility":"shared", "description":"OSPF area ID as a decimal value" }, "area-id-addr":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"OSPF area ID in IP address format" }, "tag":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"Set the OSPFv3 process tag" }, "instance-id":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "default":0, "partition-visibility":"shared", "description":"Set the interface instance ID" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } }, "isis":{ "type":"object", "$ref":"/axapi/v3/interface/lif/{ifname}/ipv6/router/isis", "properties":{ "tag":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "modify-not-allowed":1, "description":"ISO routing area tag" }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object" } } } } }