Class StatusController
- Assembly
 - FoundationaLLM.DataPipeline.FrontendWorker.dll
 
Provides methods for checking the status of the service.
[ApiController]
[Route("instances/{instanceId}/[controller]")]
[Consumes("application/json", new string[] { })]
[Produces("application/json", new string[] { })]
public class StatusController : ControllerBase
  - Inheritance
 - 
      
      
      StatusController
 
- Inherited Members
 
- Extension Methods
 
Constructors
StatusController()
Provides methods for checking the status of the service.
public StatusController()
  Methods
Get(string)
Returns the status of the Orchestration API service.
[AllowAnonymous]
[HttpGet(Name = "GetServiceStatus")]
public Task<ServiceStatusInfo> Get(string instanceId)
  Parameters
instanceIdstring
Returns
Options()
Returns the allowed HTTP methods for the Orchestration API service.
[AllowAnonymous]
[HttpOptions]
public IActionResult Options()