NetworkNasGetOne
Z Net47 2.0
(Różnice między wersjami)
Linia 31: | Linia 31: | ||
<NasType>Redback</NasType> | <NasType>Redback</NasType> | ||
<NasPort>3799</NasPort> | <NasPort>3799</NasPort> | ||
− | <NasSecret> | + | <NasSecret>scerere</NasSecret> |
<NasCommunity>ostrog-mapa</NasCommunity> | <NasCommunity>ostrog-mapa</NasCommunity> | ||
<NasDescription>damian</NasDescription> | <NasDescription>damian</NasDescription> | ||
Linia 48: | Linia 48: | ||
<NasQosName>Hot-Spot Achaun</NasQosName> | <NasQosName>Hot-Spot Achaun</NasQosName> | ||
<NasQosType>MikroTik</NasQosType> | <NasQosType>MikroTik</NasQosType> | ||
− | <NasQosPort> | + | <NasQosPort>4545</NasQosPort> |
− | <NasQosSecret> | + | <NasQosSecret>scerer</NasQosSecret> |
<NasQosCommunity>ostrog-mapa</NasQosCommunity> | <NasQosCommunity>ostrog-mapa</NasQosCommunity> | ||
<NasQosDescription/> | <NasQosDescription/> | ||
<NasQosTypID>1</NasQosTypID> | <NasQosTypID>1</NasQosTypID> | ||
− | <NasQosIP>78.31.91.73</NasQosIP> | + | <NasQosIP>78.31.91.73</NasQosIP> |
+ | <NasFirewallID>78</NasFirewallID> | ||
+ | <NasFirewallName>Hot-Spot</NasFirewallName> | ||
+ | <NasFirewallType>MikroTik</NasFirewallType> | ||
+ | <NasFirewallPort>45645</NasFirewallPort> | ||
+ | <NasFirewallSecret>secret</NasFirewallSecret> | ||
+ | <NasFirewallCommunity>ostrog-mapa</NasFirewallCommunity> | ||
+ | <NasFirewallDescription/> | ||
+ | <NasFirewallTypID>1</NasFirewallTypID> | ||
+ | <NasFirewallIP>78.31.91.73</NasFirewallIP> | ||
</NetworkNasGetOne> | </NetworkNasGetOne> | ||
</Request> | </Request> |
Aktualna wersja na dzień 15:01, 28 kwi 2015
Zapytanie:
1 2 3 4 5 6 7 8 9 10 11 12 13 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < SessionID >9859c16379c2f22e2db8dde9f41cc6a8</ SessionID > < Priority >0</ Priority > < Request > < Type >NetworkNasGetOne</ Type > < NetworkNasGetOne > < NodeID >110</ NodeID > </ NetworkNasGetOne > </ Request > </ Net47 > //BEGINEND// |
Odpowiedź:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >NetworkNasGetOne</ Type > < NetworkNasGetOne > < NodeID >1840</ NodeID > < Node >testest</ Node > < CustomerID >1992</ CustomerID > < NasID >5</ NasID > < NasName >se100</ NasName > < NasType >Redback</ NasType > < NasPort >3799</ NasPort > < NasSecret >scerere</ NasSecret > < NasCommunity >ostrog-mapa</ NasCommunity > < NasDescription >damian</ NasDescription > < NasTypID >2</ NasTypID > < NasIP >1.1.1.1</ NasIP > < NasWifiID >76</ NasWifiID > < NasWifiName >firma</ NasWifiName > < NasWifiType >MikroTik</ NasWifiType > < NasWifiPort >3799</ NasWifiPort > < NasWifiSecret >start</ NasWifiSecret > < NasWifiCommunity >ostrog-mapa</ NasWifiCommunity > < NasWifiDescription /> < NasWifiTypID >1</ NasWifiTypID > < NasWifiIP >192.168.123.15</ NasWifiIP > < NasQosID >75</ NasQosID > < NasQosName >Hot-Spot Achaun</ NasQosName > < NasQosType >MikroTik</ NasQosType > < NasQosPort >4545</ NasQosPort > < NasQosSecret >scerer</ NasQosSecret > < NasQosCommunity >ostrog-mapa</ NasQosCommunity > < NasQosDescription /> < NasQosTypID >1</ NasQosTypID > < NasQosIP >78.31.91.73</ NasQosIP > < NasFirewallID >78</ NasFirewallID > < NasFirewallName >Hot-Spot</ NasFirewallName > < NasFirewallType >MikroTik</ NasFirewallType > < NasFirewallPort >45645</ NasFirewallPort > < NasFirewallSecret >secret</ NasFirewallSecret > < NasFirewallCommunity >ostrog-mapa</ NasFirewallCommunity > < NasFirewallDescription /> < NasFirewallTypID >1</ NasFirewallTypID > < NasFirewallIP >78.31.91.73</ NasFirewallIP > </ NetworkNasGetOne > </ 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 >Komputer nie jest dołączony do żadnego NAS</ Error > </ Request > </ Net47 > //BEGINEND// |