Table of Contents

Interface IStatusRESTClient

Namespace
FoundationaLLM.Client.Management.Interfaces
Assembly
FoundationaLLM.Client.Management.dll

Provides methods to manage calls to the Management API's status endpoints.

public interface IStatusRESTClient
Extension Methods

Methods

GetServiceStatusAsync()

Returns the status of the Management API service. A token is not required since the status endpoint supports anonymous access.

Task<ServiceStatusInfo> GetServiceStatusAsync()

Returns

Task<ServiceStatusInfo>

IsAuthenticatedAsync()

Checks whether the requester is authenticated and allowed to execute requests against the Management API service.

Task<bool> IsAuthenticatedAsync()

Returns

Task<bool>