Prepare Data History Provider 2.7 integration update
- modularize Citrix and agent integrations and add remote desktop endpoints - extend ticket overview, ticket links, token validation, and staged relation handling - update configuration, licensing, project, signing, and publish artifacts
This commit is contained in:
@@ -84,7 +84,7 @@ namespace FasdWebService.Controllers
|
||||
return BadRequest();
|
||||
}
|
||||
|
||||
[Route("api/GetCollectorStatus")]
|
||||
[Route("api/CheckCollectorStatus")]
|
||||
public IHttpActionResult GetCollectorStatus()
|
||||
{
|
||||
MethodBase CM = null; if (cLogManager.DefaultLogger.IsDebug) { CM = MethodBase.GetCurrentMethod(); LogMethodBegin(CM); }
|
||||
@@ -95,7 +95,7 @@ namespace FasdWebService.Controllers
|
||||
|
||||
try
|
||||
{
|
||||
var retVal = WebApiApplication.Collector.GetCollectorStatus(requestInfo);
|
||||
var retVal = WebApiApplication.Collector.CheckCollectorStatus(requestInfo);
|
||||
if (retVal != null)
|
||||
return Ok(retVal);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user