Advertisement
Guest User

API File

a guest
Jul 24th, 2022
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. info:
  2. version: 1.0.0
  3. title: RateLimitM
  4. name: ratelimitm
  5. gateways:
  6. - datapower-api-gateway
  7. plans:
  8. default-plan:
  9. title: Default Plan
  10. description: Default Plan
  11. approval: false
  12. rate-limits:
  13. default:
  14. value: 10/1hour
  15. hard-limit: true
  16. test-plan:
  17. title: test plan
  18. rate-limits:
  19. test-rate-limit:
  20. value: 5/1minute
  21. hard-limit: true
  22. apis:
  23. ratelimitm_1.0.0:
  24. $ref: .\..\APIs\ratelimitm_1.0.0.yaml
  25. visibility:
  26. view:
  27. type: public
  28. orgs: []
  29. tags: []
  30. enabled: true
  31. subscribe:
  32. type: authenticated
  33. orgs: []
  34. tags: []
  35. enabled: true
  36. product: 1.0.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement