service-2.yaml 516 B

1234567891011121314151617181920212223242526272829303132
  1. ---
  2. version: '2.0'
  3. metadata:
  4. apiVersion: '2015-11-01'
  5. endpointPrefix: sks
  6. jsonVersion: '1.1'
  7. serviceFullName: sks Service
  8. signatureVersion: v4
  9. targetPrefix: sks
  10. protocol: query-json
  11. operations:
  12. ImportKey:
  13. name: ImportKey
  14. http:
  15. method: POST
  16. DeleteKey:
  17. name: DeleteKey
  18. http:
  19. method: GET
  20. CreateKey:
  21. name: CreateKey
  22. http:
  23. method: GET
  24. ModifyKey:
  25. name: ModifyKey
  26. http:
  27. method: GET
  28. DescribeKeys:
  29. name: DescribeKeys
  30. http:
  31. method: GET