I have configured Management Rest API service for BizTalk. When I use "http://XXXXXX/BizTalkManagementService/OperationalData/Instances" URL, I am getting all the instances from BizTalk Admin console.
I need to fetch instances based on query parameter Such as based on Hostname or any other parameter like "http://XXXXXX/BizTalkManagementService/OperationalData/Instances?HostName=ITMOrchHost"
URL.
I have gone through the "https://docs.microsoft.com/en-us/rest/api/biztalk/operationaldata/getinstances?view=rest-biztalk-2016" URL to look at the endpoints, But I can't see any endpoint which gets Instances based on query parameter.
How can I get BizTalk Instances from admin console using Management Rest API service based on query parameter?