NetworkPoolAdd
Z Net47 2.0
(Różnice między wersjami)
(Utworzył nową stronę „customers_getall Zapytanie: <pre class="brush:xml"> //BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID...”) |
|||
Linia 15: | Linia 15: | ||
<Devices>false</Devices> <!-- definiuje czy pula adresowa jest adresacja dla urzadzen --> | <Devices>false</Devices> <!-- definiuje czy pula adresowa jest adresacja dla urzadzen --> | ||
<Description>stara pula</Description> | <Description>stara pula</Description> | ||
+ | <Brama>192.168.123.254</Brama> <!-- opcjonalne --> | ||
</NetworkPoolAdd> | </NetworkPoolAdd> | ||
</Request> | </Request> |
Aktualna wersja na dzień 12:27, 22 lis 2013
customers_getall
Zapytanie:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < SessionID >9859c16379c2f22e2db8dde9f41cc6a8</ SessionID > < Priority >0</ Priority > < Request > < Type >NetworkPoolAdd</ Type > < NetworkPoolAdd > < Name >pula dla klientow za natem</ Name > < Pool >10.0.0.0/24</ Pool > < Devices >false</ Devices > <!-- definiuje czy pula adresowa jest adresacja dla urzadzen --> < Description >stara pula</ Description > < Brama >192.168.123.254</ Brama > <!-- opcjonalne --> </ NetworkPoolAdd > </ Request > </ Net47 > //BEGINEND// |
Odpowiedź:
1 2 3 4 5 6 7 8 9 10 11 | //BEGIN// <? xml version = "1.0" encoding = "UTF-8" ?> < Net47 > < Request > < Type >NetworkPoolAdd</ Type > < NetworkPoolAdd > < ID >4</ ID > </ NetworkPoolAdd > </ 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 >Pula o podanej nazwie już istnieje</ Error > </ Request > </ Net47 > //BEGINEND// |