NetworkDasanOnuStatusGetAll
(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 25: | Linia 25: | ||
<NetworkDasanOnuStatusGetAll> | <NetworkDasanOnuStatusGetAll> | ||
<Onu> | <Onu> | ||
| − | + | <OnuStatus>active(2)</OnuStatus> | |
| − | + | <SerialNumber>DSNW4bd11111</SerialNumber> | |
| − | + | <CustomerID>521</CustomerID> | |
| − | + | <OltIP>12.46.55.66</OltIP> | |
| − | + | <OltPort>1</OltPort> | |
| − | + | <OltOnu>16</OltOnu> | |
| − | + | <Klient>Kowalski Arkadiusz</Klient> | |
| + | <Adres>ul. Nowa 28</Adres> | ||
| + | <Miasto>Racibórz</Miasto> | ||
| + | <OnuRxPower>-20.9 dBm</OnuRxPower> | ||
| + | <Pots>pots.1: up(1) | ||
| + | pots.2: up(1)</Pots> | ||
</Onu> | </Onu> | ||
<Onu> | <Onu> | ||
| − | + | <OnuStatus>active(2)</OnuStatus> | |
| − | + | <SerialNumber>DSNWcbd12345</SerialNumber> | |
| − | + | <CustomerID>164</CustomerID> | |
| − | + | <OltIP>55.33.22.78</OltIP> | |
| − | + | <OltPort>1</OltPort> | |
| − | + | <OltOnu>29</OltOnu> | |
| − | + | <Klient>MIEJSKA I POWIATOWA BIBLIOTEKA PUBLICZNA</Klient> | |
| − | + | <Adres>ul. Wojenna 12</Adres> | |
| + | <Miasto>Racibórz</Miasto> | ||
| + | <OnuRxPower>-21.7 dBm</OnuRxPower> | ||
</Onu> | </Onu> | ||
</NetworkDasanOnuStatusGetAll> | </NetworkDasanOnuStatusGetAll> | ||
Wersja z 15:40, 2 mar 2015
Zapytanie:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>0</Priority> <Module>Dasan</Module> <Request> <Type>NetworkDasanOnuStatusGetAll</Type> <NetworkDasanOnuStatusGetAll> </NetworkDasanOnuStatusGetAll> </Request> </Net47> //BEGINEND//
Odpowiedź:
//BEGIN//
<?xml version="1.0" encoding="UTF-8"?>
<Net47>
<Request>
<Type>NetworkDasanOnuStatusGetAll</Type>
<NetworkDasanOnuStatusGetAll>
<Onu>
<OnuStatus>active(2)</OnuStatus>
<SerialNumber>DSNW4bd11111</SerialNumber>
<CustomerID>521</CustomerID>
<OltIP>12.46.55.66</OltIP>
<OltPort>1</OltPort>
<OltOnu>16</OltOnu>
<Klient>Kowalski Arkadiusz</Klient>
<Adres>ul. Nowa 28</Adres>
<Miasto>Racibórz</Miasto>
<OnuRxPower>-20.9 dBm</OnuRxPower>
<Pots>pots.1: up(1)
pots.2: up(1)</Pots>
</Onu>
<Onu>
<OnuStatus>active(2)</OnuStatus>
<SerialNumber>DSNWcbd12345</SerialNumber>
<CustomerID>164</CustomerID>
<OltIP>55.33.22.78</OltIP>
<OltPort>1</OltPort>
<OltOnu>29</OltOnu>
<Klient>MIEJSKA I POWIATOWA BIBLIOTEKA PUBLICZNA</Klient>
<Adres>ul. Wojenna 12</Adres>
<Miasto>Racibórz</Miasto>
<OnuRxPower>-21.7 dBm</OnuRxPower>
</Onu>
</NetworkDasanOnuStatusGetAll>
</Request>
</Net47>
//BEGINEND//
Błędy:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>Error</Type> <Error></Error> </Request> </Net47> //BEGINEND//