<PackageReference Include="Relativity.Server.Infrastructure.SDK" Version="5000.1.1" />

Relativity.Infrastructure.V1.Agent.Models.AgentServerResponse

public class AgentServerResponse : DisplayableObjectIdentifier
Represents information about an agent server.
public int NumberOfAgents { get; set; }

Gets or sets the total number of agents currently on the server.

public int ProcessorCores { get; set; }

Gets or sets the number of cores the server has.

public string Type { get; set; }

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