Spirent Test Setup.postman_collection.json.txtOur team just started automating using REST api calls to stcweb to initiate traffic from between 2 ports and trying to subscribe and get the results. The problem observed is that ResultHandleList is empty when querying ResultDataSet object.
PUT https://{url}/stcapi/perform/ResultsSubscribeCommand with request body
Response was 200 with response
GET https://{url}/stcapi/objects/resultdataset3 (which was in ReturnedDataSet in previous response)
According to the automation programmer's Reference
The stc::subscribe command returns a handle to a ResultDataSet object. The ResultDataSet object’s attribute, -ResultHandleList, contains a list of the available result object handles. These handles provide access to the statistics availablefor each result object
Are there additional setup steps that is needed for ResultDataSet? We can also the postman collection on how the configuration was setup and associating environment.