osconfig_v1.yaml 1.2 KB

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