Advertisement
lbrigman124

error

Jan 31st, 2018
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. The full traceback is:
  2. File "/tmp/ansible_4P6yCV/ansible_module_uri.py", line 468, in main
  3. uresp['location'] = absolute_location(url, uresp['location'])
  4.  
  5. failed: [localhost] (item=(2, u'DIAG')) => {
  6. "changed": false,
  7. "connection": "close",
  8. "content": "{\"message\":\"Not found\"}",
  9. "content_length": "23",
  10. "content_type": "application/json; charset=UTF-8",
  11. "date": "Wed, 31 Jan 2018 21:39:01 GMT",
  12. "invocation": {
  13. "module_args": {
  14. "attributes": null,
  15. "backup": null,
  16. "body": {
  17. "name": "DIAG"
  18. },
  19. "body_format": "json",
  20. "client_cert": null,
  21. "client_key": null,
  22. "content": null,
  23. "creates": null,
  24. "delimiter": null,
  25. "dest": null,
  26. "directory_mode": null,
  27. "follow": false,
  28. "follow_redirects": "safe",
  29. "force": false,
  30. "force_basic_auth": true,
  31. "group": null,
  32. "headers": {
  33. "Authorization": "Basic cm9vdDpzZWNyZXQ=",
  34. "Content-Type": "application/json"
  35. },
  36. "http_agent": "ansible-httpget",
  37. "method": "POST",
  38. "mode": null,
  39. "owner": null,
  40. "password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
  41. "regexp": null,
  42. "remote_src": null,
  43. "removes": null,
  44. "return_content": false,
  45. "return_result": true,
  46. "selevel": null,
  47. "serole": null,
  48. "setype": null,
  49. "seuser": null,
  50. "src": null,
  51. "status_code": [
  52. 200
  53. ],
  54. "timeout": 30,
  55. "unsafe_writes": null,
  56. "url": "http://grafana.gsm.svc.cluster.local.:3000/api/orgs/3",
  57. "url_password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER",
  58. "url_username": "root",
  59. "use_proxy": true,
  60. "user": "root",
  61. "validate_certs": true
  62. }
  63. },
  64. "item": [
  65. 2,
  66. "DIAG"
  67. ],
  68. "json": {
  69. "message": "Not found"
  70. },
  71. "msg": "Status code was not [200]: HTTP Error 404: Not Found",
  72. "redirected": false,
  73. "status": 404,
  74. "url": "http://grafana.gsm.svc.cluster.local.:3000/api/orgs/3"
  75. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement