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

update to handle junosspace v17.x

parent edf9da60
No related branches found
No related tags found
No related merge requests found
......@@ -117,6 +117,7 @@ JUNOSSPACE_DEVICES_SCHEMA = """<?xml version="1.1" encoding="UTF-8" ?>
<xs:element name="ipAddr" minOccurs="1" maxOccurs="1" type="xs:string" />
<xs:element name="managedStatus" minOccurs="1" maxOccurs="1" type="xs:string" />
<xs:element name="device-id" minOccurs="1" maxOccurs="1" type="xs:string" />
<xs:element name="web-mgmt" minOccurs="0" maxOccurs="1" type="xs:string" />
<xs:element name="lsys-count" minOccurs="1" maxOccurs="1" type="xs:string" />
<xs:element name="hosting-deviceId" minOccurs="1" maxOccurs="1" type="xs:string" />
<xs:element name="authentication-status" minOccurs="1" maxOccurs="1" type="xs:string" />
......@@ -125,6 +126,8 @@ JUNOSSPACE_DEVICES_SCHEMA = """<?xml version="1.1" encoding="UTF-8" ?>
<xs:element name="domain-id" minOccurs="1" maxOccurs="1" type="xs:string" />
<xs:element name="domain-name" minOccurs="1" maxOccurs="1" type="xs:string" />
<xs:element name="config-status" minOccurs="1" maxOccurs="1" type="xs:string" />
<xs:element name="use-nat" minOccurs="0" maxOccurs="1" type="xs:boolean" />
<xs:element name="fingerprint" minOccurs="0" maxOccurs="1" type="xs:string" />
</xs:sequence>
<xs:attribute name="href" type="xs:string" />
<xs:attribute name="uri" type="xs:string" />
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment