1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- 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
|