Advertisement
Guest User

Untitled

a guest
Aug 1st, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. Test SiteUpdate object:
  2.  
  3. {'urlType': 2, 'filters': [<dc.EventObjects.SiteFilter object at 0xb6f2c40c>], 'maxURLs': 2000, 'userId': None, 'iterations': 20,
  4. 'httpTimeout': 2000000000, 'id': '699fcf4591fc23e79b839d8819904293', 'contents': None, 'size': None, 'errors': 200000000000L,
  5. 'updateType': 0, 'maxResourceSize': 20000000, 'properties': {'PROCESS_CTYPES': 'text/plain', 'STORE_HTTP_REQUEST': '1',
  6. 'STORE_HTTP_HEADERS': '1'}, 'priority': 200, 'state': 2, 'processingDelay': None, 'resources': 2, 'description': 'Test update',
  7. 'avgSpeed': None, 'errorMask': 20000000000L, 'uDate': <app.Utils.SQLExpression object at 0xb747006c>, 'tcDate':
  8. <app.Utils.SQLExpression object at 0xb6f2c36c>, 'maxErrors': 20000, 'maxResources': 2000, 'requestDelay': 200000000, 'cDate':
  9. '2012-12-12 12:12:12', 'urls': ['http://localhost/'], 'avgSpeedCounter': None}
  10.  
  11. {
  12. "avgSpeed": null,
  13. "avgSpeedCounter": null,
  14. "cDate": "2012-12-12 12:12:12",
  15. "contents": null,
  16. "description": "Test update",
  17. "errorMask": 20000000000,
  18. "errors": 200000000000,
  19. "filters": [
  20. {
  21. "mode": 0,
  22. "pattern": "http://localhost/*",
  23. "siteId": "699fcf4591fc23e79b839d8819904293",
  24. "type": 1
  25. }
  26. ],
  27. "httpTimeout": 2000000000,
  28. "id": "699fcf4591fc23e79b839d8819904293",
  29. "iterations": 20,
  30. "maxErrors": 20000,
  31. "maxResourceSize": 20000000,
  32. "maxResources": 2000,
  33. "maxURLs": 2000,
  34. "priority": 200,
  35. "processingDelay": null,
  36. "properties": {
  37. "PROCESS_CTYPES": "text/plain",
  38. "STORE_HTTP_HEADERS": "1",
  39. "STORE_HTTP_REQUEST": "1"
  40. },
  41. "requestDelay": 200000000,
  42. "resources": 2,
  43. "size": null,
  44. "state": 2,
  45. "tcDate": {
  46. "str": "NOW()"
  47. },
  48. "uDate": {
  49. "str": "NOW()"
  50. },
  51. "updateType": 0,
  52. "urlType": 2,
  53. "urls": [
  54. "http://localhost/"
  55. ],
  56. "userId": null
  57. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement