Skip to content
Snippets Groups Projects
Commit 0580c56d authored by Erik Reid's avatar Erik Reid
Browse files

update juniper-link-info spec

parent 420fb8f2
No related branches found
No related tags found
No related merge requests found
......@@ -476,6 +476,15 @@ Any non-empty responses are JSON formatted messages.
"type": "string",
"pattern": r'^[a-f\d:]+/\d+$'
},
"snmp-info": {
"type": "object",
"properties": {
"community": {"type": "string"},
"index": {"type": "integer"}
},
"required": ["community", "index"],
"additionalProperties": False
},
"interface-info": {
"type": "object",
"properties": {
......@@ -489,7 +498,9 @@ Any non-empty responses are JSON formatted messages.
"type": "array",
"items": {"$ref": "#/definitions/ipv6-interface-address"}
},
'bundle': {"type": "array"}
"bundle": {"type": "array"},
"bundle_members": {"type": "array"},
"snmp": {"$ref": "#/definitions/snmp-info"}
},
"required": ["name", "description", "ipv4", "ipv6"],
"additionalProperties": False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment