This API lets you to move a particular monitor group.
https://[HOST]:[PORT]/AppManager/xml/group/move?apikey=[APIKEY]&haid=[HAID]&tohaid=[HAID]
Supported HTTP methods: POST
Allowed roles: Administrator
| Field | Description |
|---|---|
| apikey | The key generated from the Generate API Key option in the Settings tab. |
| haid | The unique resource ID for any monitor which can be found from AM_ManagedObject table in database. |
| Error codes | |
The above URL will move monitor group 10000278 outside its parent group when specifying 0 in the tohaid. It will be listed as main group in monitor group view.
It allows us to track crucial metrics such as response times, resource utilization, error rates, and transaction performance. The real-time monitoring alerts promptly notify us of any issues or anomalies, enabling us to take immediate action.
Reviewer Role: Research and Development