summaryrefslogtreecommitdiff
path: root/third_party/googleapis/google/cloud/osconfig/v1/osconfig_v1.yaml
blob: 31b385fb74eac52af1ab54a9432ce6fac1e9fcb2 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
type: google.api.Service
config_version: 3
name: osconfig.googleapis.com
title: OS Config API

apis:
- name: google.cloud.osconfig.v1.OsConfigService
- name: google.cloud.osconfig.v1.OsConfigZonalService

types:
- name: google.cloud.osconfig.v1.OSPolicyAssignmentOperationMetadata

documentation:
  summary: |-
    OS management tools that can be used for patch management, patch
    compliance, and configuration management on VM instances.

backend:
  rules:
  - selector: 'google.cloud.osconfig.v1.OsConfigService.*'
    deadline: 30.0
  - selector: 'google.cloud.osconfig.v1.OsConfigZonalService.*'
    deadline: 30.0

http:
  rules:
  - selector: google.longrunning.Operations.CancelOperation
    post: '/v1/{name=projects/*/locations/*/osPolicyAssignments/*/operations/*}:cancel'
    body: '*'
  - selector: google.longrunning.Operations.GetOperation
    get: '/v1/{name=projects/*/locations/*/osPolicyAssignments/*/operations/*}'

authentication:
  rules:
  - selector: 'google.cloud.osconfig.v1.OsConfigService.*'
    oauth:
      canonical_scopes: |-
        https://www.googleapis.com/auth/cloud-platform
  - selector: 'google.cloud.osconfig.v1.OsConfigZonalService.*'
    oauth:
      canonical_scopes: |-
        https://www.googleapis.com/auth/cloud-platform
  - selector: google.longrunning.Operations.CancelOperation
    oauth:
      canonical_scopes: |-
        https://www.googleapis.com/auth/cloud-platform
  - selector: google.longrunning.Operations.GetOperation
    oauth:
      canonical_scopes: |-
        https://www.googleapis.com/auth/cloud-platform