addLockdown.json 370 B

12345678910111213141516171819
  1. {
  2. "success": true,
  3. "errors": [],
  4. "messages": [],
  5. "result": {
  6. "id": "372e67954025e0ba6aaa6d586b9e0b59",
  7. "description": "Restrict access to these endpoints to requests from a known IP address",
  8. "urls": [
  9. "api.mysite.com/some/endpoint*"
  10. ],
  11. "configurations": [
  12. {
  13. "target": "ip",
  14. "value": "1.2.3.4"
  15. }
  16. ]
  17. }
  18. }