listLockdowns.json 503 B

123456789101112131415161718192021222324252627
  1. {
  2. "success": true,
  3. "errors": [],
  4. "messages": [],
  5. "result": [
  6. {
  7. "id": "372e67954025e0ba6aaa6d586b9e0b59",
  8. "description": "Restrict access to these endpoints to requests from a known IP address",
  9. "urls": [
  10. "api.mysite.com/some/endpoint*"
  11. ],
  12. "configurations": [
  13. {
  14. "target": "ip",
  15. "value": "1.2.3.4"
  16. }
  17. ]
  18. }
  19. ],
  20. "result_info": {
  21. "page": 1,
  22. "per_page": 20,
  23. "count": 1,
  24. "total_count": 2000
  25. }
  26. }