blob: 0bc2f307669443e5fc30ad19c6f4cbef7379c8b6 (
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
|
type: google.api.Service
config_version: 3
name: osconfig.googleapis.com
title: OS Config API
apis:
- name: google.cloud.osconfig.v1alpha.OsConfigZonalService
types:
- name: google.cloud.osconfig.v1alpha.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.v1alpha.OsConfigZonalService.*'
deadline: 30.0
http:
rules:
- selector: google.longrunning.Operations.CancelOperation
post: '/v1alpha/{name=projects/*/locations/*/osPolicyAssignments/*/operations/*}:cancel'
body: '*'
- selector: google.longrunning.Operations.GetOperation
get: '/v1alpha/{name=projects/*/locations/*/osPolicyAssignments/*/operations/*}'
authentication:
rules:
- selector: 'google.cloud.osconfig.v1alpha.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
|