NetworkDasanOnuStatusGetAll
Z Net47 2.0
(Różnice między wersjami)
| (Nie pokazano 1 wersji utworzonej przez jednego użytkownika) | |||
| Linia 9: | Linia 9: | ||
<Request> | <Request> | ||
<Type>NetworkDasanOnuStatusGetAll</Type> | <Type>NetworkDasanOnuStatusGetAll</Type> | ||
| − | <NetworkDasanOnuStatusGetAll> | + | <NetworkDasanOnuStatusGetAll> |
| + | <OltIP>1.1.1.1</OltIP><!-- opcjonalne --> | ||
| + | <WithoutPots>false</WithoutPots><!-- opcjonalne --><!-- domyślnie: false --> | ||
</NetworkDasanOnuStatusGetAll> | </NetworkDasanOnuStatusGetAll> | ||
</Request> | </Request> | ||
| Linia 35: | Linia 37: | ||
<Miasto>Racibórz</Miasto> | <Miasto>Racibórz</Miasto> | ||
<OnuRxPower>-20.9 dBm</OnuRxPower> | <OnuRxPower>-20.9 dBm</OnuRxPower> | ||
| + | <OnuDeactiveReason>reason</OnuDeactiveReason> | ||
<Pots>pots.1: up(1) | <Pots>pots.1: up(1) | ||
pots.2: up(1)</Pots> | pots.2: up(1)</Pots> | ||
| Linia 49: | Linia 52: | ||
<Miasto>Racibórz</Miasto> | <Miasto>Racibórz</Miasto> | ||
<OnuRxPower>-21.7 dBm</OnuRxPower> | <OnuRxPower>-21.7 dBm</OnuRxPower> | ||
| + | <OnuDeactiveReason>reason</OnuDeactiveReason> | ||
</Onu> | </Onu> | ||
</NetworkDasanOnuStatusGetAll> | </NetworkDasanOnuStatusGetAll> | ||
Aktualna wersja na dzień 12:24, 23 lis 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> <OltIP>1.1.1.1</OltIP><!-- opcjonalne --> <WithoutPots>false</WithoutPots><!-- opcjonalne --><!-- domyślnie: false --> </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>
<OnuDeactiveReason>reason</OnuDeactiveReason>
<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>
<OnuDeactiveReason>reason</OnuDeactiveReason>
</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//