aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/googleapis/google/devtools/cloudtrace/trace.yaml
blob: 195d17dee20e590e1fb7d3b7f4f0a0d552a6f1ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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