NetworkNasGetOne
(Różnice między wersjami)
Linia 24: | Linia 24: | ||
<Type>NetworkNasGetOne</Type> | <Type>NetworkNasGetOne</Type> | ||
<NetworkNasGetOne> | <NetworkNasGetOne> | ||
− | <NodeID> | + | <NodeID>1840</NodeID> |
− | < | + | <Node>testest</Node> |
− | <CustomerID> | + | <CustomerID>1992</CustomerID> |
− | < | + | <NasID>5</NasID> |
− | < | + | <NasName>se100</NasName> |
− | < | + | <NasType>Redback</NasType> |
− | < | + | <NasPort>3799</NasPort> |
+ | <NasSecret>5t81808j</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>3799</NasQosPort> | ||
+ | <NasQosSecret>5t81808j</NasQosSecret> | ||
+ | <NasQosCommunity>ostrog-mapa</NasQosCommunity> | ||
+ | <NasQosDescription/> | ||
+ | <NasQosTypID>1</NasQosTypID> | ||
+ | <NasQosIP>78.31.91.73</NasQosIP> | ||
</NetworkNasGetOne> | </NetworkNasGetOne> | ||
</Request> | </Request> |
Wersja z 17:49, 8 gru 2014
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 | //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 >5t81808j</ 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 >3799</ NasQosPort > < NasQosSecret >5t81808j</ NasQosSecret > < NasQosCommunity >ostrog-mapa</ NasQosCommunity > < NasQosDescription /> < NasQosTypID >1</ NasQosTypID > < NasQosIP >78.31.91.73</ NasQosIP > </ 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// |