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

Relativity.Services.Interfaces.Agent.Models.AgentServerResponse

Represents information about an agent server.
public int NumberOfAgents { get; set; }

Gets the total number of agents currently on the server.

public int ProcessorCores { get; set; }

Gets the number of cores the server has.

public string Type { get; set; }

Gets the type of the agent server. Possible values are Agent and WebBackgroundProcessing