I have a job that cleans out unused health checks. Some of them cant be deleted if they have a parent check resulting in the error:
Invalid parameter : Health check SOMEHEALTHCHECKID is still referenced from parent health check(s): SOMEHEALTHCHECKID-PARENT
How can I list the parents of a health check? I would like to be able to obtain the id of the parent check in a method that is more stable than parsing the error message string.