Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

What is the "MID Server Management" supported application for?

garyminnick
Tera Contributor

What is the "MID Server Management" supported application for? Should it be added to MID Servers?

 

garyminnick_0-1761056732518.png

 

Thanks,

Gary Minnick

6 REPLIES 6

M Iftikhar
Tera Sage

The MID Server Management application is used to handle communication and data movement between your ServiceNow instance and external systems like databases, applications, or services. It basically lets ServiceNow connect safely with systems behind your firewall for Discovery, Orchestration, Integrations, and Service Mapping.

You can check full details here, it explains everything clearly:

Hope this helps!
If my response helped, please mark it as the accepted solution so others can benefit as well.

 

Thanks & Regards,
Muhammad Iftikhar

If my response helped, please mark it as the accepted solution so others can benefit as well.

Harish Bainsla
Kilo Patron
Kilo Patron

Hi @garyminnick 

The "MID Server Management" is an application that uses the MID (Management, Instrumentation, and Discovery) Server to enable secure communication between a ServiceNow instance and an organization's local network and systemsIt supports key functionalities like Discovery (identifying IT infrastructure), Orchestration (automating tasks), and Integrations (connecting with other applications) by acting as a secure bridge for data movement behind a firewall. 

Below are few resources that provide details around the ServiceNow MID Server component.

if my answer helps you mark helpful and accept solution

Overview of the ServiceNow MID Server. Applies to the Jakarta release of ServiceNow. May apply to future releases as well. For best video quality, increase your player resolution to 1080p. For more information on the MID Server, see: ServiceNow product documentation: MID Server: ...

garyminnick
Tera Contributor

The two given answers are not even close to my question.  I even posted a screenshot of what I am talking about.  I am starting to think people have some kind of screen scraping bots that look for key words and barfs out a form letter of information.  Either that or you don't know how Discovery works and had no idea what the screenshot was.

Ron28
Mega Sage

Let's see if this helps, I was looking myself for when no application was specified. I found this ServiceNow documentation link explaining MID server configuration, specifically this section might be relevant:

MID Server selection

The MID Server is selected using an algorithm based on the capabilities available. The selector produces a list of suitable MIDs using filters in the following order: server status > applications > IP range > capabilities. The algorithm searches the capabilities in the following sequence and, if a step finds at least one MID server, the remaining steps are skipped:
  1. Exact value match: Find each MID Server containing capabilities with name/value pairs with an exact match to all requested capability name/value pairs. Blank is a valid value. * (wildcard) values are ignored.
  2. Wildcard value match: The same as an exact value match, but also allows a non-blank request value to match MID server capability records containing value *.
  3. Special capability name ALL: Find each MID Server containing the special capability name ALL, ignoring capability's value field.

While that section refers to the capability field, I believe the application match would work the same way where it acts as a filter to find the most appropriate MID server to complete the task. When application 'ALL' is specified it will ignore the application value field. I can see this filtering would help if you had a lot of MID servers and want to organise them according to the workload they process.

Ron