updateLockdown.json 390 B

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