- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
How Using the Cloudera Manager API for view alerts in services in Cloudera Manager
- Labels:
-
Apache Impala
-
Cloudera Manager
Created ‎04-05-2024 11:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi community cloudera,
Using the Cloudera Manager API, I am unable to view the "warning" alerts in the services
example:
the impala service has a "warning" alert regarding "head dump free space":
and consulting the cloudera manager api (https://cloudera-manager:7183/api/{api_version}/clusters/{cluster_name}/services) does not shows the alert in the "healthSummary" or "serviceState" fields:
Is the Cloudera Manager API possible to view these types of alerts?
Created ‎04-06-2024 01:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @yagoaparecidoti please try the below API call with a view as FULL_WITH_HEALTH_CHECK_EXPLANATION parameter, please change the cluster name, host IP, API version etc, this should show all the kinds of health test running on the cluster.
curl -X GET "http://10.129.116.234:7180/api/v54/clusters/xsczx/services?view=FULL_WITH_HEALTH_CHECK_EXPLANATION" -H "accept: application/json"
Created ‎04-08-2024 06:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi @Rajat_710 ,
Even using "FULL_WITH HEALTH_CHECK EXPLANATION" in curl, the result is the same, it shows that the service is GOOD, but it is not 100% GOOD, the service has a warning about "heap dump space":
