trace.yaml 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. type: google.api.Service
  2. title: Stackdriver Trace API
  3. config_version: 2
  4. name: cloudtrace.googleapis.com
  5. documentation:
  6. summary: >
  7. Send and retrieve trace data from Stackdriver Trace. Data is
  8. generated and available by default for all App Engine applications.
  9. Data from other applications can be written to Stackdriver Trace
  10. for display, reporting, and analysis.
  11. apis:
  12. - name: google.devtools.cloudtrace.v1.TraceService
  13. http:
  14. rules:
  15. - selector: google.devtools.cloudtrace.v1.TraceService.GetTrace
  16. get: /v1/projects/{project_id}/traces/{trace_id}
  17. - selector: google.devtools.cloudtrace.v1.TraceService.ListTraces
  18. get: /v1/projects/{project_id}/traces
  19. - selector: google.devtools.cloudtrace.v1.TraceService.PatchTraces
  20. patch: /v1/projects/{project_id}/traces
  21. body: traces
  22. authentication:
  23. rules:
  24. - selector: '*'
  25. oauth:
  26. canonical_scopes: https://www.googleapis.com/auth/cloud-platform,
  27. https://www.googleapis.com/auth/trace.readonly,
  28. https://www.googleapis.com/auth/trace.append