v11.7 API Updates

Prev Next

New APIs introduced in V11.7

Method

APIs

Description

GET

GetEnvironmentAlarms

This API is introduced to get the alarms available in the environment.

GET

GetAlertMaintenances 

This API is introduced to fetch all the maintenance schedules available.

POST

ManageBHMKnownIssues

This API is introduced to mark or remove an issue as known issue.

POST

GetBHMAuditDv ata

This API is introduced to fetch the audit details of BHM.

Modified APIs in V11.7

Method

APIs

Description

POST

CreateUserDashboard

Added “isCloneOperation andsourceDashboardName” properties to clone the dashboard.

POST

UpdateUserDashboard

Added “isCloneOperation andsourceDashboardName” properties to clone the dashboard.

POST

EditAutomatedTaskConfiguration

Added “ScriptSource”, “ScriptLocation”, “FileLocatedServer” properties to get details of the PowerShell Script file folder.

GET

GetAutomatedTaskList

Added “ScriptSource”, “ScriptLocation”, “FileLocatedServer” properties to get details of the PowerShell Script file folder.

GET

GetConfiguredSQLServerNamesForMonitoring

Added new properties “clusterType”, “sqlClusterInstanceType”, “alwaysOnReplicaRoleDesc” to determine the type of SQL node.

GET

GetTopology

Added new properties “clusterType”, “sqlClusterInstanceType”, “replicaRoleDesc” to determine the type of SQL node.

GET

GetConfiguredSQLServerNames

Added new properties “clusterType”, “sqlClusterInstanceType”, “alwaysOnReplicaRoleDesc” to determine the type of SQL node.

POST

SetAlertMaintenance

Added new property “environmentIds” to get the list of available environments.

GET

GetAlertMaintenance

Added the below properties

  • environmentIds - List of environment Ids.

  • isExpired - Boolean to represent whether the maintenance task is Expired.

  • isActive - Boolean to represent that the maintenance task is active or not.

GET

GetAllEnvironmentStatisticsInfoList

Added a new property "isUnderMaintenance" to check if the environment is under maintenance.

GET

GetStoredUserAccessPolicies

Added below UAP properties:

  • canAccessApplicationMonitoring.

  • canAccessBizTalkEnvironmentMonitoring.

  • canAccessBizTalkServerMonitoring.

  • canAccessSQLServerMonitoring.

  • canAccessSQLServerInstanceMonitoring.

  • canAccessIISServerMonitoring.

  • canAccessFileLocationMonitoring.

  • canAccessQueuesMonitoring.

  • canAccessIBMMQMonitoring.

  • canAccessServerAvailabilityMonitoring.

GET

GetUserList

Added below UAP properties:

  • canAccessApplicationMonitoring.

  • canAccessBizTalkEnvironmentMonitoring.

  • canAccessBizTalkServerMonitoring.

  • canAccessSQLServerMonitoring.

  • canAccessSQLServerInstanceMonitoring.

  • canAccessIISServerMonitoring.

  • canAccessFileLocationMonitoring.

  • canAccessQueuesMonitoring.

  • canAccessIBMMQMonitoring.

  • canAccessServerAvailabilityMonitoring.

GET

MaintainUserAccessPolicy

Added below UAP properties:

  • canAccessApplicationMonitoring.

  • canAccessBizTalkEnvironmentMonitoring.

  • canAccessBizTalkServerMonitoring.

  • canAccessSQLServerMonitoring.

  • canAccessSQLServerInstanceMonitoring.

  • canAccessIISServerMonitoring.

  • canAccessFileLocationMonitoring.

  • canAccessQueuesMonitoring.

  • canAccessIBMMQMonitoring.

  • canAccessServerAvailabilityMonitoring.

GET

GetAllConfiguredEnvironments

Added below UAP properties:

  • canAccessApplicationMonitoring.

  • canAccessBizTalkEnvironmentMonitoring.

  • canAccessBizTalkServerMonitoring.

  • canAccessSQLServerMonitoring.

  • canAccessSQLServerInstanceMonitoring.

  • canAccessIISServerMonitoring.

  • canAccessFileLocationMonitoring.

  • canAccessQueuesMonitoring.

  • canAccessIBMMQMonitoring.

  • canAccessServerAvailabilityMonitoring.

GET

GetSystemGlobalProperties

Added a new property BHM_IGNORE_KNOWN_ISSUES”.

POST

ManageGlobalProperties

Added a new property BHM_IGNORE_KNOWN_ISSUES”.

POST

GetApplicationAuditData

Added a new property “alarmName” to fetch the name of the alarm while performing auto correction.

POST

GetAzureServicesAuditData

Added a new property “alarmName” to fetch the name of the alarm while performing auto correction.

POST

GetServerAuditData

Added a new property “alarmName” to fetch the name of the alarm while performing auto correction.

POST

GetEDIAuditData

Added a new property “alarmName” to fetch the name of the alarm while performing auto correction.

POST

GetHostInstanceAuditData

Added a new property “alarmName” to fetch the name of the alarm while performing auto correction.

POST

GetIISAuditData

Added a new property “alarmName” to fetch the name of the alarm while performing auto correction.

POST

GetServiceInstanceAuditData

Added a new property “alarmName” to fetch the name of the alarm while performing auto correction.

POST

GetSQLJobsAuditData

Added a new property “alarmName” to fetch the name of the alarm while performing auto correction.

POST

GetTrackingManagerAuditData

Added a new property “alarmName” to fetch the name of the alarm while performing auto correction.

POST

GetActiveMQAuditData

Added a new property “alarmName” to fetch the name of the alarm while performing auto correction.

POST

GetAlarmAuditData

Added a new property “alarmName” to fetch the name of the alarm while performing auto correction.

POST

GetArtifactsMappingAuditData

Added a new property “alarmName” to fetch the name of the alarm while performing auto correction.

POST

ManageProcessMonitorSchedule

A new property customFrequency” is added to “schedule” object.

GET

GetProcessMonitorSchedule

A new property customFrequency” is added to “schedule” object.

POST

ManageDataMonitorSchedule

A new property customFrequency” is added to “schedule” object.

GET

GetDataMonitorSchedule

A new property customFrequency” is added to “schedule” object.

POST

CreateExternalIntegrationWidget

Added new properties LogoUrl” and “ScriptPath”.

POST

UpdateExternalIntegrationWidget

Added new properties LogoUrl” and “ScriptPath”.

POST

DeleteExternalIntegrationWidget

Added new properties LogoUrl” and “ScriptPath”.

GET

GetAnalyticsServers

Sub service details are fetched when this API is called.

GET

GetMonitoringServers

Sub service details are fetched when this API is called.

GET

GetBizTalk360HealthStatus

Added two new properties “subServiccesHasException” and “errorSubServices” to represent and display the status.

GET

GetApplicationReceivePortArtifactWidgetResults

Added new property “status “, for Receive Port status

GET

DownloadAttachment

Removed “server “, property to resolve API security vulnerability reported by customer