listTestDistributionAgentPoolRegistrationKeys

@GET(value = "api/test-distribution/agent-pools/{poolId}/registration-keys")
abstract suspend fun listTestDistributionAgentPoolRegistrationKeys(@Path(value = "poolId") poolId: String): TestDistributionAgentPoolRegistrationKeyPrefixPage

Lists Test Distribution pool-specific agent registration keys. Returns a list of all Test Distribution pool-specific agent registration key prefixes. Responses:

  • 200: The response contains a listing of the requested type of (active or revoked) Test Distribution pool-specific agent registration key.

  • 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

TestDistributionAgentPoolRegistrationKeyPrefixPage

Parameters

poolId

The ID of the pool to view.