Expand my Community achievements bar.

Adobe Campaign User Groups are live now. Join our Adobe Campaign User Groups and connect with your local leaders!
SOLVED

Mid instance server heartbeat monitoring.

Avatar

Level 2

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/productio...

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.

 

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

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