CallBackURL
Allows IndexNotify callbacks to go to a custom URL. It can send a report to a specified HTTP server.
Use the strings INDEX_ID_CSVS and INDEXSTATUS_CSVS in the callback. Distributed Index Handler substitutes these values with values from the index jobs.
NOTE: These values are case-sensitive.
| Type: | String |
| Default: | /ACTION=INDEXREPORT&INDEXID=INDEX_ID_CSVS>&INDEXSTATUSINDEXSTATUS_CSVS
|
| Required: | No |
| Configuration Section: | IndexNotify |
| Example: | CallbackURL=/CustomIndexReport&CustomID=<INDEX_ID_CSVS>&CustomStatus-<INDEXSTATUS_CSVS>
This configuration results in a callback similar to the following example: http://Host:ACIPort/CustomIndexReport&CustomID=1,2,3&CustomStatus=-1,-1,-1 |
| See Also: | AciPort
Host |