| 1234567891011121314151617181920212223242526272829303132 |
- type: google.api.Service
- title: Stackdriver Trace API
- config_version: 2
- name: cloudtrace.googleapis.com
- documentation:
- summary: >
- Send and retrieve trace data from Stackdriver Trace. Data is
- generated and available by default for all App Engine applications.
- Data from other applications can be written to Stackdriver Trace
- for display, reporting, and analysis.
- apis:
- - name: google.devtools.cloudtrace.v1.TraceService
- http:
- rules:
- - selector: google.devtools.cloudtrace.v1.TraceService.GetTrace
- get: /v1/projects/{project_id}/traces/{trace_id}
- - selector: google.devtools.cloudtrace.v1.TraceService.ListTraces
- get: /v1/projects/{project_id}/traces
- - selector: google.devtools.cloudtrace.v1.TraceService.PatchTraces
- patch: /v1/projects/{project_id}/traces
- body: traces
- authentication:
- rules:
- - selector: '*'
- oauth:
- canonical_scopes: https://www.googleapis.com/auth/cloud-platform,
- https://www.googleapis.com/auth/trace.readonly,
- https://www.googleapis.com/auth/trace.append
|