New API’s
Method | API name | Description |
|---|---|---|
POST | SendTopologyViaMail | It helps to send the infrastructure detail to the configured email which includes SQL server, instances and the associated databases. the image of the topology will be attached as PDF. |
GET | IsBREConfigured | This API introduced to check that BRE is configured or not in the environment. |
GET | GetBizTalk360ServiceAuditData | This API is used to retrieve the audit details of BizTalk360 Service activities. |
Modified API’s
Method | API name | Description |
|---|---|---|
GET | GetTopology | Added properties Group name, Listener name, Replica Instance name, Primary/Secondary, Physical Server name to fetch always on group topology. |
GET | GetBizTalk360LatestVersionInfo | Added Response properties: latestReleaseAnnouncement. It helps to fetch the updates of our latest release. |
GET | GetUserAlarms | Added Response properties: isThresholdHealthCheckMonitoringAssociated |
POST | CloneUserAlarm | Added Payload properties: newAlarm The above property is added to clone the alarm with its configuration. |
POST | TestSQLServerAvailability | Removed Payload properties: configuredSQLServerDetails We've removed multiple server test connection in SQL server as it takes more time to test multiple server connection at once , Currently one server can be tested at a time. |
GET | GetTableIndexDetail | Using this API, Along with indexes, Execution histories will be returned as a list. |