NetworkNasAdd
(Różnice między wersjami)
(Utworzył nową stronę „Zapytanie: <pre class="brush:xml"> //BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>0</Pr...”) |
|||
Linia 11: | Linia 11: | ||
<ShortName>Nazwa</ShortName> | <ShortName>Nazwa</ShortName> | ||
<Port>60</Port> | <Port>60</Port> | ||
− | <Passwd>ga3ga3g2111</Passwd> | + | <Passwd>ga3ga3g2111</Passwd> |
− | + | <Community>public</Community> | |
− | <Community></Community> | + | <Opis>jakis opis</Opis> <!-- opcjonalne --> |
− | <Opis>jakis opis</Opis> | + | |
<TypID>1</TypID> <!-- 1 -> Mikrotik, 2 -> Redback, 3 -> Cisco, 4 -> Ubiquiti, 5 -> Tplink --> | <TypID>1</TypID> <!-- 1 -> Mikrotik, 2 -> Redback, 3 -> Cisco, 4 -> Ubiquiti, 5 -> Tplink --> | ||
<IP>127.0.0.1</IP> | <IP>127.0.0.1</IP> |
Wersja z 11:52, 5 mar 2013
Zapytanie:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < SessionID >9859c16379c2f22e2db8dde9f41cc6a8</ SessionID > < Priority >0</ Priority > < Request > < Type >NetworkNasAdd</ Type > < NetworkNasAdd > < ShortName >Nazwa</ ShortName > < Port >60</ Port > < Passwd >ga3ga3g2111</ Passwd > < Community >public</ Community > < Opis >jakis opis</ Opis > <!-- opcjonalne --> < TypID >1</ TypID > <!-- 1 -> Mikrotik, 2 -> Redback, 3 -> Cisco, 4 -> Ubiquiti, 5 -> Tplink --> < IP >127.0.0.1</ IP > </ NetworkNasAdd > </ Request > </ Net47 > //BEGINEND// |
Odpowiedź:
1 2 3 4 5 6 7 8 9 10 11 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >NetworkNasAdd</ Type > < NetworkNasAdd > < ID >4</ ID > </ NetworkNasAdd > </ Request > </ Net47 > //BEGINEND// |
Błędy:
1 2 3 4 5 6 7 8 9 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >Error</ Type > < Error ></ Error > </ Request > </ Net47 > //BEGINEND// |