New APIs introduced in v10.6
| Method | API | Description |
| GET | GetLogConfiguration | This Api is used to Fetch the log configuration for the current environment. |
| POST | ManageLogConfiguration | This Api is used to save the log configuration for the current environment. |
| GET | GetBizTalk360LogsData | This Api is used to fetch all the logs from the table, respective to the current environment. |
| GET | GetLogFilterValues | This Api is used to retrieve the log filter values for the environment. |
| POST | GenerateLogsReport | This Api is used to generate a BizTalk360 logs report and send it as an email. |
| POST | ExportEDIParties | This API is used to Export the Parties |
| POST | ImportEDIParties | This API is used to Import the Parties |
| GET | GetQueryResultColumnDetails() | This API is used to fetch Query result column details |
| GET | GetSQLQueryBasicDetails() | This API is used to fetch basic details of secure sql queries belong to an environment |
| GET | GetAllEndpointConfiguration | It is used to get the default configurations of endpoint. |
| POST | ManageEndpointConfiguration | This is used to manage the configurations of endpoit like enable\disable. |
| GET | GetAllArtifactsMonitoringAlarms | This API to fetch applications and alarm mapped for all artifacts mapping under each environment |
| POST | UpdateAllArtifactsMonitoringAlarm | This API used for configuring the application and alarm mapping |
| GET | GetIISApplicationPools | This API is to fetch the IIS Application Pool details. |
| GET | GetIISWebsites | This API is to fetch the IIS Website details. |
| POST | ManageIISApplicationPool | This API is to perform the selected IIS Application Pool operations. |
| POST | ManageIISWebsite | This API is to perform the selected IIS Website operations. |
| GET | GetIISApplicationPoolAdvancedSettings | This API is used to display the selected Application Pool's advanced settings. |
| GET | GetIISWebsiteAdvancedSettings | This API is used to display the selected website's advanced settings. |
| GET | GetThresholdConfiguration | This API is used to get the Threshold configuration details. |
| POST | ManageThresholdConfiguration | This API is used to Manage the Threshold configuration details in Monitoring. |
Modified API's
| Method | API | Updated property | Description |
| GET | GETBHMSchedule | Added a property sendReportInNotification | This Api is used to get the input from the user to attach the report to the notification |
| POST | UpdateBHMSchedule | Added a property sendReportInNotification | This Api is used to get the input from the user to attach the report to the notification |
| GET | GetEmailTemplates | In response, emailTemplateList[x].emailFormat.subjectPrefix has been renamed to subject. | In previous versions we had the subject prefix field, now made the subject field as customized |
| POST | MaintainEmailTemplate | In payload, subjectPrefix has been renamed to subject. | In previous versions we had the subject prefix field, now made the subject field as customized. |
| POST | ManageAlertMonitorConfig | Added a property isSynapseEndpoint. | This property is added to monitor the azure synapse endpoints. |
| GET | GetAlertHistoryByEmail | Added a property generatedEmailAlert . | This property is added to show the notifications received in email in the notification history page. |
| GET | GetAlarmsAutoMappingConfiguration | Renamed GetAllArtifactsMonitoringAlarms as GetAlarmsAutoMappingConfiguration | This API retrieves the auto mapping configuration for the given feature type. |
| POST | UpdateAlarmAutoMappingConfiguration | Renamed UpdateAllArtifactsMonitoringAlarm -> UpdateAlarmAutoMappingConfiguration | This API will help to create and manage auto mapping configuration. |
| GET | GetUserAlarms, UpdateUserAlarm, CreateUserAlarm | In response, a new parameter userAlarms[x].notifyOnUpAlert is added | It is used to specify whether to send up alerts in notification channel or not |
| GET | GetGatewaySettings | In preview the below parameters have been removed:
| As the SMS feature has been deprecated, the parameters related to it has been removed. |
| POST | UpdateGatewaySettings | In preview the below parameters have been removed:
| As the SMS feature has been deprecated, the parameters related to it has been removed. |
| GET | GetAutomatedTaskList(Response) | Added a property notifyOnlyOnFailure in API response | To fetch the automated task List, in each task this property will be available with true or False value. |
| POST | EditAutomatedTaskConfiguration | Added a property notifyOnlyOnFailure in API request | When create or update the task, the API request this property will be available with a true or False value. |
Removed API's
GetAlertHistoryBySMS - As the SMS feature has been deprecated, the respective API has been removed.