Method: sendKerberosMessageByIp

Send Kerberos messages to all ExtremeControl engine.

Parameters

Name Type Description
ipAddress string IP address of the end-system
userName string Username of the end-system
hostName string Hostname of the end-system
lastSeenTime long The timestamp, in milliseconds, at which the Keberos message is snooped. Set to 0 to use ExtremeCloud IQ Site Engine’s current time
lastAuthTime long The timestamp, in milliseconds, at which the Keberos message is snooped. Set to 0 to use ExtremeCloud IQ Site Engine’s current time
sourceIp string Source IP address of the Keberos message
clearUserName boolean Setting to true clears the end-system’s username

Returns

The operation does not return a value.

Example

Execute the following web service with a browser:

https://192.168.30.34:8443/axis/services/NACEndSystemWebService/sendKerberosMessageByIp?ipAddress=192.168.10.178&userName=jsmith&hostName=jsmith-test-system&lastSeenTime=0&lastAuthTime=0&sourceIp=192.168.30.34&clearUserName=false