BotList
봇 목록 API 입니다.
BotList API Key Detail (Request / Response)
name |
type |
Description |
COMP_CD |
string |
회사코드 |
BOT_ID |
int |
봇ID |
BOT_NM |
string |
봇 이름 |
BOT_IP |
string |
봇 IP |
BOT_PORT |
int |
봇 Port |
BOT_MODE |
int |
봇동작방식[0:Schedule 1:Queue] |
STATUS |
int |
봇상태[0:미사용 1:사용] |
QUE_GRP |
int |
큐모드 그룹ID |
BotList API & Examples
POST
http://{server ip:port}/api/BotList
Request
Content-Type: application/json
{
- "COMP_CD":"SYMATION"
}
Response
Content-Type: application/json
[
- {
- "BOT_ID":1,
- "COMP_CD":"SYMATION",
- "BOT_NM":"Windows 7 64bit",
- "BOT_IP":"192.168.xxx.xxx",
- "BOT_PORT":xxx,
- "BOT_MODE":0,
- "STATUS":0,
- "QUE_GRP":0
},
- {
- "BOT_ID":2,
- "COMP_CD":"SYMATION",
- "BOT_NM":"Windows 10 Kor",
- "BOT_IP":"192.168.xxx.xxx",
- "BOT_PORT":xxx,
- "BOT_MODE":0,
- "STATUS":1,
- "QUE_GRP":0
},
- {
- "BOT_ID":3,
- "COMP_CD":"SYMATION",
- "BOT_NM":"Windows 7 32bit",
- "BOT_IP":"192.168.xxx.xxx",
- "BOT_PORT":xxx,
- "BOT_MODE":1,
- "STATUS":0,
- "QUE_GRP":0
}
]
Created with the Personal Edition of HelpNDoc: Easily create PDF Help documents