Mid instance server heartbeat monitoring. | Community
Skip to main content
Level 2
June 14, 2021
Solved

Mid instance server heartbeat monitoring.

  • June 14, 2021
  • 1 reply
  • 890 views

Hi Everyone

I need to use heartbeat monitoring for mid and marketing instances.

According to Adobe support docs its says I need to supply username and password.

Support doc:

https://experienceleague.adobe.com/docs/campaign-classic/using/monitoring-campaign-classic/production-procedures/monitoring-processes.html?lang=en

Please advice which format I need to supply username and password in following link. Operator is already created on server.

 

Monitoring using:

/nl/jsp/ping.jsp

This http(s)😕😕/<Application server url>/nl/jsp/ping.jsp

 

Thanks
Jeegnesh.

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

 

You have to log on through soap action xtk:session#Logon then in subsequent requests pass the session token via http cookie header, e.g. 'Cookie: __sessiontoken=token'.

The logon action also returns a 'pstrSecurityToken' and requests have a field in the soap boilerplate for session tokens but I don't know what those are used for (decoys?).

 

Thanks,

-Jon

1 reply

Jonathon_wodnicki
Community Advisor
Jonathon_wodnickiCommunity AdvisorAccepted solution
Community Advisor
June 14, 2021

Hi,

 

You have to log on through soap action xtk:session#Logon then in subsequent requests pass the session token via http cookie header, e.g. 'Cookie: __sessiontoken=token'.

The logon action also returns a 'pstrSecurityToken' and requests have a field in the soap boilerplate for session tokens but I don't know what those are used for (decoys?).

 

Thanks,

-Jon