- 16 Nov 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
v10.1 API Updates
- Updated on 16 Nov 2021
- 1 Minute to read
- Print
- DarkLight
- PDF
New APIs introduced in v10.1
Method | API | Description |
---|---|---|
GET | BizTalkGroupService.svc/ GetScheduledBHMProfiles | List the BHM profile scheduled for monitoring |
GET | BizTalkGroupService.svc/ GetSqlJobsHistory | List the available SQL jobs history details |
GET | BizTalkGroupService.svc/ GetTrackingManagerAuditData | Audit all the tracking operations triggered from BizTalk360.For Example, Enable/Disable tracking at the port/ application level, and global tracking changes are all audited. |
POST | AzureService.svc/ ResubmitLogicAppsRuns | Resubmit single or multiple Logic App runs |
GET | BizTalkGroupService.svc/ GetLogicAppsAuditData | Audits all the logic app operations triggered from BizTalk360. Eg Enable/Disable/Run Trigger/Resubmit |
API Changes
Method | Modified API | Property Changes | Description |
---|---|---|---|
GET | AdminService.svc/ GetAllEnvironmentStatisticsInfoList | Added in response
| This API gets the environment details such as Alarm, Unmapped artifacts list, BizTalk Server, SQL Server, Host Instance, and service instance details on the Landing page. The property is added to get the list of BizTalk and SQL Server in the environment |
GET | AdminService.svc/ GetSystemGlobalProperties | PropKey:"BIZTALK360_HOSTED_URL", PropValue: "" is added in response | BIZTALK360_HOSTED_URL hold the BizTalk360 hosted URL link which is used to receive the ESB fault details link in the data monitoring alert |
POST | AdminService.svc/ ManageGlobalProperties | PropKey:"BIZTALK360_HOSTED_URL", PropValue: "" is added in request | BIZTALK360_HOSTED_URL hold the BizTalk360 hosted URL link which is used to receive the ESB fault details link in the data monitoring alert |
POST | SchedulerService.svc/ ManageDataMonitorSchedule | Age property added to the task | Age property is added to monitor the service instances which are older than a specific time duration. |
POST | EnvironmentMgmtService.svc/ ExportEnvironmentData | Added in request and response applicationGroupConfigurations | This API is used to export all the configured data in the environment. applicationGroupConfigurations property is added to export the application group configured in an environment |
POST | EnvironmentMgmtService.svc/ ImportEnvironmentData | Added in request and response
| This API is used to Import all the configured data from one environment to another. applicationGroupConfigurations property is added to import the application group configured in an environment |
GET | AzureService.svc/ GetLogicAppWithData | Added in response and request
| Gets the selected logic app details such as run trigger history . nextPageLinkRuns is added to load more than 30 run history |
GET | AdminService.svc/ GetUserList | Added in response adminDashboardAdvancedPolicy analyticsDashboardAdvancedPolicy | This API list the custom users added. adminDashboardAdvancedPolicy, analyticsDashboardAdvancedPolicy is added for Administration and Analytics dashboard access policy. |
GET | AdminService.svc/ GetStoredUserAccessPolicies | Added in response adminDashboardAdvancedPolicy analyticsDashboardAdvancedPolicy | adminDashboardAdvancedPolicy, analyticsDashboardAdvancedPolicy is added for Administration and Analytics dashboard access policy. |
GET | EnvironmentMgmtService.svc/ GetUserDashboards | The parameter value for type is modified as Administrator in both request and response | This API list all the available dashboard for the user. |
POST | AdminService.svc/ UpdateEsbExceptionDbConfig | New property esbConfiguredHTTPReceiveLocations added to esbPortalSetting | The property is added to configure the HTTP receive location at ESB configuration side |
POST | AdminService.svc/ ValidateESBPortalSetting | New property esbConfiguredHTTPReceiveLocations added to esbPortalSetting | The property is added to configure the HTTP receive location at ESB configuration side |
GET | AdminService.svc/ GetEsbExceptionDbConfig | New property esbConfiguredHTTPReceiveLocations added to esbPortalSetting | The property is added to list the HTTP receive location configured at ESB settings. |
POST | AnalyticsDataService.svc/ UploadFile | Parameter name changed from filePath to fileUploadSection |
Below APIs are renamed
Old API name | Renamed as |
---|---|
GetBHMProfilesAndReportList | GetMBVProfilesAndReportList |
GetBHMLastReport | GetMBVLastReport |
GetBHMSchedule | GetMBVSchedule |
GetBHMReport | GetMBVReport |
GetBHMSchedule | GetMBVSchedule |
UpdateBHMSchedule | UpdateMBVSchedule |
RemoveBHMSchedule | RemoveMBVSchedule |
LogReceivePortTrackingForApplications | SetReceivePortTrackingForApplications |
LogSendPortTrackingForApplications | SetSendPortTrackingForApplications |
LogPipeLineTrackingForApplication | SetPipelineTrackingForApplications |
LogSchemaTrackingForApplications | SetSchemaTrackingForApplications |
LogOrchestrationTrackingForApplications | SetOrchestrationTrackingForApplications |
LogReceivePortTracking | SetReceivePortTracking |
LogOverallReceivePortTracking | SetReceivePortsTracking |
LogSendPortTracking | SetSendPortTracking |
LogOverallSendPortTracking | SetSendPortsTracking |
LogPipeLineTracking | SetPipelineTracking |
LogOverallSchemaTracking | SetOverallSchemaTracking |
LogOrchestrationTracking | SetOrchestrationTracking |
LogGlobalTracking | SetGlobalTracking |