Table of Contents

Class StatusController

Namespace
FoundationaLLM.Gatekeeper.API.Controllers
Assembly
FoundationaLLM.Gatekeeper.API.dll

Provides methods for checking the status of the service.

[ApiController]
[Route("instances/{instanceId}/[controller]")]
public class StatusController : ControllerBase
Inheritance
StatusController
Inherited Members
Extension Methods

Methods

Get(string)

Returns the status of the Gatekeeper API service.

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

Parameters

instanceId string

Returns

IActionResult

Options()

Returns the allowed HTTP methods for the Gatekeeper API service.

[HttpOptions]
public IActionResult Options()

Returns

IActionResult