osconfig_v1.yaml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. type: google.api.Service
  2. config_version: 3
  3. name: osconfig.googleapis.com
  4. title: OS Config API
  5. apis:
  6. - name: google.cloud.osconfig.v1.OsConfigService
  7. - name: google.cloud.osconfig.v1.OsConfigZonalService
  8. types:
  9. - name: google.cloud.osconfig.v1.OSPolicyAssignmentOperationMetadata
  10. documentation:
  11. summary: |-
  12. OS management tools that can be used for patch management, patch
  13. compliance, and configuration management on VM instances.
  14. backend:
  15. rules:
  16. - selector: 'google.cloud.osconfig.v1.OsConfigService.*'
  17. deadline: 30.0
  18. - selector: 'google.cloud.osconfig.v1.OsConfigZonalService.*'
  19. deadline: 30.0
  20. http:
  21. rules:
  22. - selector: google.longrunning.Operations.CancelOperation
  23. post: '/v1/{name=projects/*/locations/*/osPolicyAssignments/*/operations/*}:cancel'
  24. body: '*'
  25. - selector: google.longrunning.Operations.GetOperation
  26. get: '/v1/{name=projects/*/locations/*/osPolicyAssignments/*/operations/*}'
  27. authentication:
  28. rules:
  29. - selector: 'google.cloud.osconfig.v1.OsConfigService.*'
  30. oauth:
  31. canonical_scopes: |-
  32. https://www.googleapis.com/auth/cloud-platform
  33. - selector: 'google.cloud.osconfig.v1.OsConfigZonalService.*'
  34. oauth:
  35. canonical_scopes: |-
  36. https://www.googleapis.com/auth/cloud-platform
  37. - selector: google.longrunning.Operations.CancelOperation
  38. oauth:
  39. canonical_scopes: |-
  40. https://www.googleapis.com/auth/cloud-platform
  41. - selector: google.longrunning.Operations.GetOperation
  42. oauth:
  43. canonical_scopes: |-
  44. https://www.googleapis.com/auth/cloud-platform