NetworkPoolGetAll
Z Net47 2.0
(Różnice między wersjami)
(Nie pokazano 7 wersji utworzonych przez 2 użytkowników) | |||
Linia 1: | Linia 1: | ||
− | |||
− | |||
Zapytanie: | Zapytanie: | ||
<pre class="brush:xml"> | <pre class="brush:xml"> | ||
Linia 14: | Linia 12: | ||
<SortType>ASC</SortType> | <SortType>ASC</SortType> | ||
<Limit>100</Limit> | <Limit>100</Limit> | ||
+ | <LimitIP>100</LimitIP> <!-- opcjonalne --> | ||
<Offset>1</Offset> | <Offset>1</Offset> | ||
</NetworkPoolGetAll> | </NetworkPoolGetAll> | ||
Linia 29: | Linia 28: | ||
<Type>NetworkPoolGetAll</Type> | <Type>NetworkPoolGetAll</Type> | ||
<NetworkPoolGetAll> | <NetworkPoolGetAll> | ||
− | < | + | <Network> |
<ID>4</ID> | <ID>4</ID> | ||
<Name>pula dla klientow za natem</Name> | <Name>pula dla klientow za natem</Name> | ||
Linia 35: | Linia 34: | ||
<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> | ||
− | </ | + | <IleAdresow>12</IleAdresow> |
− | < | + | <Zajete>5</Zajete> |
+ | <Brama>10.0.0.1</Brama> | ||
+ | <IP> | ||
+ | <Address>10.0.0.2</Address> | ||
+ | </IP> | ||
+ | <IP> | ||
+ | <Address>10.0.0.3</Address> | ||
+ | </IP> | ||
+ | </Network> | ||
+ | <Network> | ||
<ID>5</ID> | <ID>5</ID> | ||
<Name>pula dla klientow za natem</Name> | <Name>pula dla klientow za natem</Name> | ||
Linia 42: | Linia 50: | ||
<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> | ||
− | </ | + | <IleAdresow>12</IleAdresow> |
+ | <Zajete>5</Zajete> | ||
+ | <Brama>10.0.0.1</Brama> | ||
+ | <IP> | ||
+ | <Address>10.0.0.2</Address> | ||
+ | </IP> | ||
+ | </Network> | ||
</NetworkPoolGetAll> | </NetworkPoolGetAll> | ||
</Request> | </Request> |
Aktualna wersja na dzień 11:23, 2 paź 2017
Zapytanie:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <SessionID>9859c16379c2f22e2db8dde9f41cc6a8</SessionID> <Priority>0</Priority> <Request> <Type>NetworkPoolGetAll</Type> <NetworkPoolGetAll> <SortName>id</SortName> <!-- id, nazwa, ip, szkielet, opis, createdate --> <SortType>ASC</SortType> <Limit>100</Limit> <LimitIP>100</LimitIP> <!-- opcjonalne --> <Offset>1</Offset> </NetworkPoolGetAll> </Request> </Net47> //BEGINEND//
Odpowiedź:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>NetworkPoolGetAll</Type> <NetworkPoolGetAll> <Network> <ID>4</ID> <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> <IleAdresow>12</IleAdresow> <Zajete>5</Zajete> <Brama>10.0.0.1</Brama> <IP> <Address>10.0.0.2</Address> </IP> <IP> <Address>10.0.0.3</Address> </IP> </Network> <Network> <ID>5</ID> <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> <IleAdresow>12</IleAdresow> <Zajete>5</Zajete> <Brama>10.0.0.1</Brama> <IP> <Address>10.0.0.2</Address> </IP> </Network> </NetworkPoolGetAll> </Request> </Net47> //BEGINEND//
Błędy:
//BEGIN// <?xml version="1.0" encoding="UTF-8"?> <Net47> <Request> <Type>Error</Type> <Error>Brak rekordów lub nieprawidłowe dane</Error> </Request> </Net47> //BEGINEND//