Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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설명
nodeNameServer서버/node name노드 이름
domainNameAxxon domain 도메인 ID
domainFriendlyNameAxxon domain name도메인 이름
hostNameHost name호스트 이름
machineServer architecture서버 아키텍처
osOS
licenseStatusLicense type라이선스 유형
timeZoneTime zone in minutes (in this example, 시간대(분 단위) (이 예시에서는 GMT+4)
nodesList of nodes of Axxon domainAxxon 도메인 노드 목록