Get all test run deployment results
get
https://{your_site_interface}/opa-hub/api/12.2.40/tests/{test-suite-name}/runs/{test-run-runNumber}/deployments/{test-run-deployment-name}/results
This operation will get all test run deployment results.
Request
Path Parameters
-
test-run-deployment-name(required): string
The name of the tested deployment to be retrieved.
-
test-run-runNumber(required): string
Identity of the test run to be retrieved.
-
test-suite-name(required): string
The name of the test suite to be retrieved.
Query Parameters
-
expand: string
Comma separated list of named resources to expand, or "all" to expand all
-
fields: string
Comma separated list of fields to be returned
-
links: string
Comma separated list of links to be returned, or "none" to omit links
-
q: string
A JSON object for filtering matching property values within the collection
There's no request body for this operation.
Security
-
Authorization: apiKey
Type:
apiKeyDescription:Obtain a bearer token from https://{your_site_interface}/opa-hub/api/12.2.17/auth and use it in the Authorization header as: Bearer {token}. -
oauth2_opa: oauth2
Type:
oauth2Description:POST the OAuth2 Client Credentials parameters to https://{your_site_interface}/opa-hub/api/12.2.17/auth and use the access token from the response in the Authorization header.
Response
Supported Media Types
- application/json
200 Response
The request was successfully completed.
Nested Schema : testCaseResult
Type:
Show Source
object-
actualOutput: object
testCaseResultActualOutput
Additional Properties Allowed:
true -
expectedOutput: object
testCaseResultExpectedOutput
Additional Properties Allowed:
true -
input: object
testCaseResultInput
Additional Properties Allowed:
true -
name: string
Read Only:
trueThe name of the test case result. -
outcome: object
testCaseResultOutcome
Additional Properties Allowed:
true -
status: string
Read Only:
trueThe status of the test case result.
Nested Schema : testCaseResultActualOutput
Type:
objectAdditional Properties Allowed:
trueNested Schema : testCaseResultExpectedOutput
Type:
objectAdditional Properties Allowed:
trueNested Schema : testCaseResultInput
Type:
objectAdditional Properties Allowed:
trueNested Schema : testCaseResultOutcome
Type:
objectAdditional Properties Allowed:
true