URL for Matter Health Monitoring
The ping servlet for the matter consists of the matter URL followed by
/msping
.
For example, the ping servlet for the matter http://axcelerate.company.com:8081/axcng/axcelerate/new_matter is available under http://axcelerate.company.com:8081/axcng/axcelerate/new_matter/msping .
Note: For legacy projects, you can also use http://axcelerate.company.com:8081/axcng/axcelerate.<matter name>/analysis/msping.
You can use the parameters
axcng.default.username
and
axcng.default.password
to make the ping servlet use a
different account than the default admin account.
Example:
With this URL, the ping servlet runs the search using the account
jmiller
.
The account
jmiller
has the password
secret
.
http://axcelerate.company.com:8081/axcng/axcelerate/new-matter/msping?axcng.default.username=jmiller&axcng.default.password=secret