Documentation for Axxon Next 4.5.0. Documentation for other versions of Axxon Next is available too.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

On page:

Lista Serwerów w Domenie Axxon

GET http://IP-Address:port/prefix/hosts/

Przykładowe zapytanie:

GET http://127.0.0.1:80/hosts/

Przykładowa odpowiedź:

[
	"SERVER1",
	"SERVER2"
]

Informacje o Serwerze

GET http://IP-Address:port/prefix/hosts/{HOSTNAME}

{HOSTNAME} - nazwa Serwera.

Przykładowe zapytanie:

GET http://127.0.0.1:80/hosts/SERVER2

Przykładowa odpowiedź:

{
  "hostname": "SERVER2",
  "domainInfo": {
    "domainName": "040f0007-517a-4650-98fd-218395c6d12a",
    "domainFriendlyName": "Default"
  },
  "platformInfo": {
    "machine": "x64 6",
    "os": "Win32"
  },
  "licenseStatus": "Demo active",
  "timeZone": 240
}
ParametrOpis
hostnameNazwa Serwera
domainNameID Domeny Axxon
domainFriendlyNameNazwa Domeny Axxon
machineArchitektura Serwera
osSystem operacyjny
licenseStatusTyp licencji
timeZoneStrefa czasowa (minuty)
  • No labels