Test Automation Servers
This chapter focuses on test automation servers.
Get all test automation servers
A GET
to /test-automation-servers
returns all the test automation servers that the client is allowed to read.
HTTP request
Snippet http-request not found for operation::RestAutomationServerControllerIT/browse-test-automation-servers
Request parameters
Snippet request-parameters not found for operation::RestAutomationServerControllerIT/browse-test-automation-servers
HTTP response
Snippet http-response not found for operation::RestAutomationServerControllerIT/browse-test-automation-servers
Response fields
Snippet response-fields not found for operation::RestAutomationServerControllerIT/browse-test-automation-servers
Links
Snippet links not found for operation::RestAutomationServerControllerIT/browse-test-automation-servers
Get test automation server
A GET
to /test-automation-servers/{id}
returns the test automation server with the given id.
Path parameters
Snippet path-parameters not found for operation::RestAutomationServerControllerIT/get-test-automation-server
HTTP request
Snippet http-request not found for operation::RestAutomationServerControllerIT/get-test-automation-server
Request parameters
Snippet request-parameters not found for operation::RestAutomationServerControllerIT/get-test-automation-server
HTTP response
Snippet http-response not found for operation::RestAutomationServerControllerIT/get-test-automation-server
Response fields
Snippet response-fields not found for operation::RestAutomationServerControllerIT/get-test-automation-server
Links
Snippet links not found for operation::RestAutomationServerControllerIT/get-test-automation-server
Create test automation server
A POST
to /test-automation-servers
creates a new test automation server.
HTTP request
Snippet http-request not found for operation::RestAutomationServerControllerIT/create-new-automation-server
Request fields
Snippet request-fields not found for operation::RestAutomationServerControllerIT/create-new-automation-server
Request parameters
Snippet request-parameters not found for operation::RestAutomationServerControllerIT/create-new-automation-server
HTTP response
Snippet http-response not found for operation::RestAutomationServerControllerIT/create-new-automation-server
Response fields
Snippet response-fields not found for operation::RestAutomationServerControllerIT/create-new-automation-server
Links
Snippet links not found for operation::RestAutomationServerControllerIT/create-new-automation-server
Modify test automation server
A PATCH
to /test-automation-servers/{id}
modifies the test automation server with the given id.
HTTP request
Snippet http-request not found for operation::RestAutomationServerControllerIT/update-automation-server
Path parameters
Snippet path-parameters not found for operation::RestAutomationServerControllerIT/update-automation-server
Request fields
Snippet request-fields not found for operation::RestAutomationServerControllerIT/update-automation-server
HTTP response
Snippet http-response not found for operation::RestAutomationServerControllerIT/update-automation-server
Response fields
Snippet response-fields not found for operation::RestAutomationServerControllerIT/update-automation-server
Links
Snippet links not found for operation::RestAutomationServerControllerIT/update-automation-server
Delete test automation server
A DELETE
to /test-automation-servers/{ids}
deletes one or several test automation server(s) with the given id(s).
Path parameters
Snippet path-parameters not found for operation::RestAutomationServerControllerIT/delete-automation-server
HTTP request
Snippet http-request not found for operation::RestAutomationServerControllerIT/delete-automation-server
HTTP response
Snippet http-response not found for operation::RestAutomationServerControllerIT/delete-automation-server
Get test automation server credentials
A GET
to /test-automation-servers/{id}/credentials
get the credentials for the given test automation server.
HTTP request
Snippet http-request not found for operation::RestAutomationServerControllerIT/get-test-automation-server-credentials
Path parameters
Snippet path-parameters not found for operation::RestAutomationServerControllerIT/get-test-automation-server-credentials
HTTP response
Snippet http-response not found for operation::RestAutomationServerControllerIT/get-test-automation-server-credentials
Response fields
Snippet response-fields not found for operation::RestAutomationServerControllerIT/get-test-automation-server-credentials
Set test automation server credentials
A POST
to /test-automation-servers/{id}/credentials
set credentials for the given test automation server.
HTTP request
Snippet http-request not found for operation::RestAutomationServerControllerIT/set-test-automation-server-credentials
Path parameters
Snippet path-parameters not found for operation::RestAutomationServerControllerIT/set-test-automation-server-credentials
Request fields
Snippet request-fields not found for operation::RestAutomationServerControllerIT/set-test-automation-server-credentials
HTTP response
Snippet http-response not found for operation::RestAutomationServerControllerIT/set-test-automation-server-credentials
Response fields
Snippet response-fields not found for operation::RestAutomationServerControllerIT/set-test-automation-server-credentials