Go to documentation repository
List of Axxon domain ServersAxxon 도메인 서버 목록
GET http://IP-address:port/prefix/hosts/
Sample request요청 예시:
GET http://127.0.0.1:80/hosts/
Sample response응답 예시:
Code Block |
---|
[ "SERVER1", "SERVER2" ] |
...
GET http://IP-address:port/prefix/hosts/{NODENAME}
Tip |
---|
{NODENAME} − Server or node name on which you need to get the information. |
Sample request요청 예시:
GET http://127.0.0.1:80/hosts/NODE2
Sample response응답 예시:
Code Block |
---|
{ "nodeName": "NODE2", "domainInfo": { "domainName": "c79912ff-bb42-431c-9b2e-3adb14966f43", "domainFriendlyName": "Default" }, "platformInfo": { "hostName": "SERVER2", "machine": "x64 6", "os": "Win32" }, "licenseStatus": "OK", "timeZone": 240, "nodes": [ "NODE1", "NODE2" ] } |
Parameter파라미터 | Description설명 |
---|---|
nodeName | Server서버/node name노드 이름 |
domainName | Axxon domain 도메인 ID |
domainFriendlyName | Axxon domain name도메인 이름 |
hostNameHost | name호스트 이름 |
machineServer | architecture서버 아키텍처 |
os | OS |
licenseStatusLicense | type라이선스 유형 |
timeZone | Time zone in minutes (in this example, 시간대(분 단위) (이 예시에서는 GMT+4) |
nodesList of nodes of Axxon domain | Axxon 도메인 노드 목록 |