애플리케이션 그룹관리
애플리케이션 그룹
조회
| 항목 | 설명 |
|---|---|
| URL | /monitoring/api/metrics/APP?exclusion=false |
| URL 요청 예시 | /monitoring/api/metrics/APP?exclusion=false |
| HTTP METHOD | GET |
| Content-Type | application/json; charset=UTF-8 |
| Body | |
| Response | { "applications": [ { "name": "ALL", "uuid": "87DC0B05-AB5C-4667-9493-CB08D8619E84", "builtIn": false, "enable": true, "firstDate": 1527052065813, "lastDate": 1534469380921, "hosts": [ ... |
등록
| 항목 | 설명 |
|---|---|
| URL | /monitoring/api/customgroup/group |
| URL 요청 예시 | /monitoring/api/customgroup/group |
| HTTP METHOD | PUT |
| Content-Type | application/json; charset=UTF-8 |
| Body | {groupId: "EAP_GROUPS1", uuid: "89A43B84-7D49-466C-A172-8F28AAA29ED9"} |
| Response | {"status": 200} |