Class StatusController
- Namespace
- FoundationaLLM.Vectorization.API.Controllers
- Assembly
- FoundationaLLM.Vectorization.API.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 API service.
[HttpGet(Name = "GetServiceStatus")]
public IActionResult Get()
Returns
Options()
Returns the allowed HTTP methods for the Vectorization API service.
[HttpOptions]
public IActionResult Options()