Table of Contents

Class StatusController

Namespace
FoundationaLLM.Gateway.API.Controllers
Assembly
FoundationaLLM.Gateway.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

IActionResult

Options()

Returns the allowed HTTP methods for the Vectorization API service.

[HttpOptions]
public IActionResult Options()

Returns

IActionResult