Table of Contents

Class StatusController

Namespace
FoundationaLLM.Vectorization.Worker.Controllers
Assembly
FoundationaLLM.Vectorization.Worker.dll

Provides methods for checking the status of the service.

[ApiController]
[Route("[controller]")]
public class StatusController : ControllerBase
Inheritance
StatusController
Inherited Members
Extension Methods

Methods

Get()

Returns the status of the Vectorization Worker service.

[HttpGet(Name = "GetServiceStatus")]
public IActionResult Get()

Returns

IActionResult

Options()

Returns the allowed HTTP methods for the Vectorization Worker service.

[HttpOptions]
public IActionResult Options()

Returns

IActionResult