getTestDistributionAgentPool

@GET(value = "api/test-distribution/agent-pools/{poolId}")
abstract suspend fun getTestDistributionAgentPool(@Path(value = "poolId") poolId: String): TestDistributionAgentPoolConfigurationWithId

View the properties of an Agent Pool View the identifier, capabilities and size of an Agent Pool. Responses:

  • 200: The poolId referenced an existing Agent Pool whose configuration is described in the response.

  • 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

TestDistributionAgentPoolConfigurationWithId

Parameters

poolId

The ID of the pool to view.