MIDServerAjax - Global

  • Release version: Washingtondc
  • Updated February 1, 2024
  • 1 minute to read
  • Provides AJAX functionality for sending a test probe to the MID server.

    Use in server scripts to test a MID server using AJAX.

    MIDServerAjax - ajaxFunction_testProbe()

    Sends a test probe to the MID server.

    Table 1. Parameters
    Name Type Description
    None
    Table 2. Returns
    Type Description
    Object Contains the agent name, test probe ID, topic, name, and source.
    var msaj = new MIDServerAjax();
    msaj.ajaxFunction_testProbe();

    MIDServerAjax - MIDServerAjax()

    Creates an instance of MIDServerAjax.

    Table 3. Parameters
    Name Type Description
    None