listTestDistributionAgentPools

@GET(value = "api/test-distribution/agent-pools")
abstract suspend fun listTestDistributionAgentPools(): TestDistributionAgentPoolPage

Lists Agent Pools. Returns a list of all Agent Pools. Responses:

  • 200: The response contains a listing of all Agent Pools.

  • 403: The authenticated user has insufficient permissions.

  • 404: No API key was specified in the request, the key has been revoked, or the user bearing the key lacks permissions for this operation.

Return

TestDistributionAgentPoolPage