getTestDistributionAgentPoolRegistrationKey

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

Get a Test Distribution pool-specific agent registration keyPrefix information. Returns information about a Test Distribution pool-specific agent registration keyPrefix. Responses:

  • 200: The response contains information about the requested Test Distribution pool-specific agent registration keyPrefix.

  • 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

TestDistributionAgentPoolRegistrationKeyPrefix

Parameters

poolId

The ID of the pool to view.

keyPrefix

The prefix of the Test Distribution pool-specific agent registration key.