--- title: "10.5 API Updates" slug: "105-api-updates" updated: 2023-05-17T06:20:55Z published: 2023-05-17T06:20:55Z canonical: "docs.biztalk360.com/105-api-updates" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.biztalk360.com/llms.txt > Use this file to discover all available pages before exploring further. # 10.5 API Updates **New APIs introduced in v10.5** | Method | API | Description | | --- | --- | --- | | POST | GetPerformanceQueryData | To get the Filtered query Results for Performance Metrics in the Administration module | | POST | GetTrackingData | To get the Filtered query results for Tracking Metrics in the Administration module | | GET | GetPerformanceQueryFilterColumnValues | Get the Performance Metrics value List based on the filter | | GET | GetPerformanceQueryFilterColumnValues | Get the Tracking Metrics value List based on the filter | | GET | GetInitialOnboardingMigrationStatus | It fetches all the Migration details from the bt360-admin_DBMigration_status table of the BizTalk360 Database and list in the Migration Screen | ### Modified API's | Method | API | | Description | | --- | --- | --- | --- | | GET | GetSystemGlobalProperties | Added a new property BHM_REPORT_COUNT | When configuring the Report History count in the General settings it will display the configured number of reports in BHM in the Administration side | | GET | GetBizTalk360HealthStatus | Added new property FeatureMigrationStatus | This API will display the status of feature migration in the General Setting page | | GET | GetTopology | Added new property in GetTopology response **isActiveNode** and **isPassiveNode** in BizTalk server **isActiveNode**, **isClusterNode**, and **isPassiveNode** in SQL Instances | This API displays the - Active and Passive state of the SQL server - Grouping the cluster setup server in BizTalk and SQL - It shows the installed database in SQL Server Nodes | | Post | EditAutomatedTaskConfiguration | New Object -> **retryDetails** Specifies the retry configuration and current retry count. ***Sub Properties***: 1. **retryInterval** - Specifies the duration between each retry 2. **maxRetryCount** - Specifies the maximum number of retry attempts can take place 3. **completedRetryCount** - Specifies the so far completed retries of the task's latest execution | | | Get | GetAssociatedResources | response: 1. New property -> associatedResources -> hostInstancesList -> **clusterType** | **-** Indicates the cluster type of the host instance | | Get | GetAutomatedTaskHistory | response 1. New property **executingUser** - Indicates the executed user of the task 2. New object **info** - Specifies the additional information of the task summary 3. New object **parentAndRetriedTaskDetails -** Specifies the details of parent and retried task details. Sub properties: 1. **parentTaskExecutionId** - Originally triggered task id 2. **parentTaskExecutionType** - Original task execution type 3. **retryCount** - Retry count of the execution 4. **maximumRetryCount** - Max retry count of the task 4. New property **groupID** | - Specifics the unique group id of original task and its retried tasks | | Post | ManageAutomatedTask | Payload -> Old property **scriptToBeValidated** renamed to -> **configurationToBeValidated** | Specifies either the *PowerShell script to be validated or Custom Workflow resource configuration* to check the conflicting alarms | | GET | GetConfiguredSQLServerNamesForMonitoring | Added a few properties | - **isServerReachable -** Specifies whether the configured server is reachable or not - **isActiveNodeReachable -** Specifies whether the active node in the cluster is reachable or not - **isPassiveNodeReachable -** Specifies whether the passive node in the cluster is reachable or not - **errors** - Specifies the exception thrown while connecting with the server |