Getting Package Test Summary
Edition:REST APIs are enabled with AdminStudio Enterprise Edition.
When you send this request, it will return a summary of various tests performed for the package that is specified using the -PackageId parameter.
Request Type |
Description |
|||
API |
http://localhost:8086/testcenter/deploymenttypes/{PackageID}/details |
|||
Method |
GET |
|||
Parameters |
List all parameters in the following format:
|
|||
Connection Info |
Provides the connection information of the package as mentioned in Setting Up Connection to Run REST APIs |
|||
Response |
Example: http://localhost:8086/testcenter/deploymenttypes/59/details <response> <HasFault>false</HasFault><headers><httpHeaders><Host>localhost:8086</Host><Connection>keep-alive</Connection><Accept>*/*</Accept><User-Agent>PostmanRuntime/7.26.10</User-Agent><Accept-Encoding>gzip, deflate, br</Accept-Encoding><Postman-Token>0bde6c12-eae3-4ca4-94ce-b48a042a99a3</Postman-Token></httpHeaders><request></request></headers><summary /><data><data><CategoryName>Windows Server 2019</CategoryName><TotalExecuted>54</TotalExecuted><TotalErrors>0</TotalErrors><TotalWarnings>1</TotalWarnings><AutoFixable>0</AutoFixable><Suppressed>0</Suppressed> <OverallAssessment>4</OverallAssessment><CategoryId>122</CategoryId><TestType>79</TestType><IsVirtualized>0</IsVirtualized><Recommendation>0</Recommendation></data></data> </response> |