osconfig_v1alpha.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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.v1alpha.OsConfigZonalService
  7. types:
  8. - name: google.cloud.osconfig.v1alpha.OSPolicyAssignmentOperationMetadata
  9. documentation:
  10. summary: |-
  11. OS management tools that can be used for patch management, patch
  12. compliance, and configuration management on VM instances.
  13. backend:
  14. rules:
  15. - selector: 'google.cloud.osconfig.v1alpha.OsConfigZonalService.*'
  16. deadline: 30.0
  17. http:
  18. rules:
  19. - selector: google.longrunning.Operations.CancelOperation
  20. post: '/v1alpha/{name=projects/*/locations/*/osPolicyAssignments/*/operations/*}:cancel'
  21. body: '*'
  22. - selector: google.longrunning.Operations.GetOperation
  23. get: '/v1alpha/{name=projects/*/locations/*/osPolicyAssignments/*/operations/*}'
  24. authentication:
  25. rules:
  26. - selector: 'google.cloud.osconfig.v1alpha.OsConfigZonalService.*'
  27. oauth:
  28. canonical_scopes: |-
  29. https://www.googleapis.com/auth/cloud-platform
  30. - selector: google.longrunning.Operations.CancelOperation
  31. oauth:
  32. canonical_scopes: |-
  33. https://www.googleapis.com/auth/cloud-platform
  34. - selector: google.longrunning.Operations.GetOperation
  35. oauth:
  36. canonical_scopes: |-
  37. https://www.googleapis.com/auth/cloud-platform