ZteGponOnuPhaseStatusGetAll
(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 34: | Linia 34: | ||
<Slot>2</Slot> | <Slot>2</Slot> | ||
<Port>1</Port> | <Port>1</Port> | ||
− | < | + | <Onu>2</Onu> |
<Klient>Popiel Jan</Klient> | <Klient>Popiel Jan</Klient> | ||
<Adres>ul. Miedzi 6</Adres> | <Adres>ul. Miedzi 6</Adres> | ||
Linia 49: | Linia 49: | ||
<Slot>2</Slot> | <Slot>2</Slot> | ||
<Port>1</Port> | <Port>1</Port> | ||
− | < | + | <Onu>1</Onu> |
<Klient>Popiel Jan</Klient> | <Klient>Popiel Jan</Klient> | ||
<Adres>ul. Miedzi 6</Adres> | <Adres>ul. Miedzi 6</Adres> |
Wersja z 16:24, 26 lut 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 > < Module >Zte</ Module > < Request > < Type >ZteGponOnuPhaseStatusGetAll</ Type > < ZteGponOnuPhaseStatusGetAll > </ ZteGponOnuPhaseStatusGetAll > </ 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 >ZteGponOnuPhaseStatusGetAll</ Type > < ZteGponOnuPhaseStatusGetAll > < Onu > < PhaseStatus >working(4)</ PhaseStatus > < SerialNumber >ZTEGC0912345</ SerialNumber > < Nazwa >ZTE ONU</ Nazwa > < CustomerID >4</ CustomerID > < OltIP >26.111.65.12</ OltIP > < Rack >1</ Rack > < Shelf >1</ Shelf > < Slot >2</ Slot > < Port >1</ Port > < Onu >2</ Onu > < Klient >Popiel Jan</ Klient > < Adres >ul. Miedzi 6</ Adres > < Miasto >Warszawa</ Miasto > </ Onu > < Onu > < PhaseStatus >working(4)</ PhaseStatus > < SerialNumber >ZTEGC0712346</ SerialNumber > < Nazwa >ZTE ONU</ Nazwa > < CustomerID >4</ CustomerID > < OltIP >26.111.65.12</ OltIP > < Rack >1</ Rack > < Shelf >1</ Shelf > < Slot >2</ Slot > < Port >1</ Port > < Onu >1</ Onu > < Klient >Popiel Jan</ Klient > < Adres >ul. Miedzi 6</ Adres > < Miasto >Warszawa</ Miasto > </ Onu > </ ZteGponOnuPhaseStatusGetAll > </ 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// |