Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tracecompass-dev] Question about trace-server TSP

Hi Guys,

 

I am trying to get the raw data using TSP, but I got an error message.

 

API 1(correct):

 

Method:GET

http://10.155.29.224:8080/tsp/api/experiments/2bd65085-c1f9-3778-b8d9-59d1f7454020/outputs

 

[{"id":"org.eclipse.tracecompass.internal.provisional.tmf.core.model.events.TmfEventTableDataProvider","name":"Events Table","description":"Show the raw events in table form for a given trace","type":"TABLE"},{"id":"org.eclipse.tracecompass.internal.tmf.core.histogram.HistogramDataProvider","name":"Histogram","description":"Show a histogram of number of events to time for a trace","type":"TREE_TIME_XY"}]

 

 

API 2(wrong):

 

Method: POST

http://10.155.29.224:8080/tsp/api/experiments/2bd65085-c1f9-3778-b8d9-59d1f7454020/outputs/table/0/lines

 

ERROR message

405

Analysis cannot run

 

How I can get the outputId?

 

Thank you for your help.

 

-qing

 


Back to the top