[Webinar] Discover key trends and best practices in Kubernetes observability with DevOps expert, Viktor Farcic.Register now
Our recognition in the inaugural Gartner MQ for DEM

Add Monitor Group API


This API allows the user to create a monitor group in Applications Manager.

Syntax

https://[HOST]:[PORT]/AppManager/xml/AddMonitorGroup?apikey=[apikey]&grouptype=[type]&name=[displayname]

Supported HTTP methods: POST

Allowed roles: Administrator

Request Parameters

Field Description
grouptype Define the type of monitor group you want to create - monitorgroup / webappgroup.
name Display name for the group.
ApplicationServerGroup, WebServerGroup, DatabaseGroup, ServersGroup, EdgeDevicesGroup, NetworkDevicesGroup, EndUserTransactionGroup To add the default sub-groups while creating a Web Application Group via Rest API, you must enable the subgroup. (For example, ApplicationServerGroup=enable)

Example Request

  • https://apm-prod-server:8443/AppManager/xml/AddMonitorGroup?apikey=aaaaaabbbbbbccccccddddddeeeeee&grouptype=monitorgroup&name=Bob's+Blog
  • https://apm-prod-server:8443/AppManager/xml/AddMonitorGroup?apikey=aaaaaabbbbbbccccccddddddeeeeee&grouptype=monitorgroup &name=Bob's+Blog&WebServerGroup=enable
Back to Top