<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="13.6.1" />

Relativity.Services.Interfaces.LibraryApplication.Models.HostingStatusResponse

public class HostingStatusResponse
public List<Action> Actions { get; set; }

Gets a list of RESTful operations, if available, to perform in order to get the component into a Ready state

public string Message { get; set; }

A user friendly message about the current state

public ReadinessState State { get; set; }

The readiness status as a whole, and whether or not it is ready to take requests