lumberg 1.0.1 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (78) hide show
  1. data/.travis.yml +9 -3
  2. data/LICENSE +1 -1
  3. data/README.md +1 -1
  4. data/Rakefile +3 -1
  5. data/lib/lumberg.rb +32 -7
  6. data/lib/lumberg/config.rb +19 -0
  7. data/lib/lumberg/format_whm.rb +102 -0
  8. data/lib/lumberg/version.rb +1 -1
  9. data/lib/lumberg/whm/server.rb +42 -163
  10. data/lumberg.gemspec +7 -4
  11. data/spec/config_spec.rb +28 -0
  12. data/spec/spec_helper.rb +3 -3
  13. data/spec/vcr_cassettes/whm/account/accountsummary.yml +41 -29
  14. data/spec/vcr_cassettes/whm/account/changepackage.yml +73 -43
  15. data/spec/vcr_cassettes/whm/account/createacct.yml +101 -31
  16. data/spec/vcr_cassettes/whm/account/domainuserdata.yml +43 -29
  17. data/spec/vcr_cassettes/whm/account/editquota.yml +78 -57
  18. data/spec/vcr_cassettes/whm/account/limitbw.yml +79 -57
  19. data/spec/vcr_cassettes/whm/account/listaccts.yml +195 -100
  20. data/spec/vcr_cassettes/whm/account/listsuspended.yml +41 -29
  21. data/spec/vcr_cassettes/whm/account/modifyacct.yml +61 -42
  22. data/spec/vcr_cassettes/whm/account/myprivs.yml +41 -29
  23. data/spec/vcr_cassettes/whm/account/passwd.yml +44 -29
  24. data/spec/vcr_cassettes/whm/account/removeacct.yml +134 -57
  25. data/spec/vcr_cassettes/whm/account/restoreaccount.yml +310 -135
  26. data/spec/vcr_cassettes/whm/account/setsiteip.yml +166 -127
  27. data/spec/vcr_cassettes/whm/account/suspend.yml +75 -43
  28. data/spec/vcr_cassettes/whm/account/unsuspend.yml +46 -29
  29. data/spec/vcr_cassettes/whm/dns/adddns.yml +61 -43
  30. data/spec/vcr_cassettes/whm/dns/addzonerecord.yml +42 -29
  31. data/spec/vcr_cassettes/whm/dns/dumpzone.yml +44 -29
  32. data/spec/vcr_cassettes/whm/dns/editzonerecord.yml +61 -43
  33. data/spec/vcr_cassettes/whm/dns/getzonerecord.yml +60 -43
  34. data/spec/vcr_cassettes/whm/dns/killdns.yml +42 -29
  35. data/spec/vcr_cassettes/whm/dns/listmxs.yml +23 -15
  36. data/spec/vcr_cassettes/whm/dns/listzones.yml +22 -15
  37. data/spec/vcr_cassettes/whm/dns/lookupnsip.yml +40 -29
  38. data/spec/vcr_cassettes/whm/dns/removezonerecord.yml +61 -43
  39. data/spec/vcr_cassettes/whm/dns/resetzone.yml +42 -29
  40. data/spec/vcr_cassettes/whm/dns/resolvedomainname.yml +40 -29
  41. data/spec/vcr_cassettes/whm/dns/savemxs.yml +23 -15
  42. data/spec/vcr_cassettes/whm/reseller/acctcounts.yml +41 -29
  43. data/spec/vcr_cassettes/whm/reseller/listacls.yml +22 -15
  44. data/spec/vcr_cassettes/whm/reseller/listresellers.yml +22 -15
  45. data/spec/vcr_cassettes/whm/reseller/resellerstats.yml +42 -29
  46. data/spec/vcr_cassettes/whm/reseller/saveacllist.yml +76 -57
  47. data/spec/vcr_cassettes/whm/reseller/setacls.yml +40 -29
  48. data/spec/vcr_cassettes/whm/reseller/setresellerips.yml +42 -28
  49. data/spec/vcr_cassettes/whm/reseller/setresellerlimits.yml +41 -29
  50. data/spec/vcr_cassettes/whm/reseller/setresellermainip.yml +59 -43
  51. data/spec/vcr_cassettes/whm/reseller/setresellernameservers.yml +58 -43
  52. data/spec/vcr_cassettes/whm/reseller/setresellerpackagelimit.yml +61 -43
  53. data/spec/vcr_cassettes/whm/reseller/setupreseller.yml +41 -29
  54. data/spec/vcr_cassettes/whm/reseller/suspendreseller.yml +75 -44
  55. data/spec/vcr_cassettes/whm/reseller/terminatereseller.yml +83 -46
  56. data/spec/vcr_cassettes/whm/reseller/unsetupreseller.yml +41 -29
  57. data/spec/vcr_cassettes/whm/reseller/unsuspendreseller.yml +46 -29
  58. data/spec/vcr_cassettes/whm/server/addip.yml +24 -15
  59. data/spec/vcr_cassettes/whm/server/applist.yml +22 -15
  60. data/spec/vcr_cassettes/whm/server/delip.yml +23 -15
  61. data/spec/vcr_cassettes/whm/server/gethostname.yml +22 -15
  62. data/spec/vcr_cassettes/whm/server/getlanglist.yml +22 -15
  63. data/spec/vcr_cassettes/whm/server/listips.yml +22 -15
  64. data/spec/vcr_cassettes/whm/server/loadavg.yml +26 -19
  65. data/spec/vcr_cassettes/whm/server/my_function.yml +59 -43
  66. data/spec/vcr_cassettes/whm/server/nvget.yml +22 -15
  67. data/spec/vcr_cassettes/whm/server/nvset.yml +22 -15
  68. data/spec/vcr_cassettes/whm/server/reboot.yml +22 -15
  69. data/spec/vcr_cassettes/whm/server/sethostname.yml +24 -15
  70. data/spec/vcr_cassettes/whm/server/setresolvers.yml +23 -15
  71. data/spec/vcr_cassettes/whm/server/showbw.yml +22 -15
  72. data/spec/vcr_cassettes/whm/server/systemloadavg.yml +40 -29
  73. data/spec/vcr_cassettes/whm/server/version.yml +22 -15
  74. data/spec/whm/account_spec.rb +0 -1
  75. data/spec/whm/server_spec.rb +2 -106
  76. metadata +98 -26
  77. data/lib/net_http_hacked.rb +0 -42
  78. data/spec/vcr_cassettes/whm/server/response_type.yml +0 -85
@@ -1,43 +1,55 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
5
  uri: https://myhost.com:2087/json-api/listsuspended
6
- body:
7
- headers:
8
- authorization:
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Authorization:
9
11
  - WHM root:iscool
10
- response: !ruby/struct:VCR::Response
11
- status: !ruby/struct:VCR::ResponseStatus
12
+ response:
13
+ status:
12
14
  code: 200
13
15
  message: OK
14
- headers:
15
- server:
16
+ headers:
17
+ Server:
16
18
  - cpsrvd/11.28.64
17
- transfer-encoding:
19
+ Transfer-Encoding:
18
20
  - chunked
19
- content-type:
21
+ Content-Type:
20
22
  - text/plain
21
- body: "{\"status\":1,\"statusmsg\":\"Ok\",\"accts\":[]}"
22
- http_version: "1.1"
23
- - !ruby/struct:VCR::HTTPInteraction
24
- request: !ruby/struct:VCR::Request
25
- method: :get
23
+ body:
24
+ encoding: UTF-8
25
+ string: ! '{"status":1,"statusmsg":"Ok","accts":[]}'
26
+ http_version: '1.1'
27
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
28
+ - request:
29
+ method: get
26
30
  uri: https://myhost.com:2087/json-api/listsuspended?empty=1
27
- body:
28
- headers:
29
- authorization:
31
+ body:
32
+ encoding: US-ASCII
33
+ string: ''
34
+ headers:
35
+ Authorization:
30
36
  - WHM root:iscool
31
- response: !ruby/struct:VCR::Response
32
- status: !ruby/struct:VCR::ResponseStatus
37
+ response:
38
+ status:
33
39
  code: 200
34
40
  message: OK
35
- headers:
36
- server:
41
+ headers:
42
+ Server:
37
43
  - cpsrvd/11.28.64
38
- transfer-encoding:
44
+ Transfer-Encoding:
39
45
  - chunked
40
- content-type:
46
+ Content-Type:
41
47
  - text/plain
42
- body: "{\"status\":1,\"statusmsg\":\"Ok\",\"accts\":[{\"reason\":\"Unknown\",\"unixtime\":\"1298564189\",\"owner\":\"root\",\"user\":\"removeme\",\"time\":\"Thu Feb 24 10:16:29 2011\"}]}"
43
- http_version: "1.1"
48
+ body:
49
+ encoding: UTF-8
50
+ string: ! '{"status":1,"statusmsg":"Ok","accts":[{"reason":"Unknown","unixtime":"1298564189","owner":"root","user":"removeme","time":"Thu
51
+ Feb 24 10:16:29 2011"}]}'
52
+ http_version: '1.1'
53
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
54
+ recorded_with: VCR 2.0.0
55
+ ...
@@ -1,63 +1,82 @@
1
- - !ruby/struct:VCR::HTTPInteraction
2
- request: !ruby/struct:VCR::Request
3
- method: :get
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
4
5
  uri: https://myhost.com:2087/json-api/modifyacct?domain=example.com&user=changeme
5
- body:
6
- headers:
7
- authorization:
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Authorization:
8
11
  - WHM root:iscool
9
- response: !ruby/struct:VCR::Response
10
- status: !ruby/struct:VCR::ResponseStatus
12
+ response:
13
+ status:
11
14
  code: 200
12
15
  message: OK
13
- headers:
14
- content-type:
16
+ headers:
17
+ Content-Type:
15
18
  - text/plain
16
- server:
19
+ Server:
17
20
  - cpsrvd/11.28.64
18
- transfer-encoding:
21
+ Transfer-Encoding:
19
22
  - chunked
20
- body: "{\"result\":[{\"newcfg\":{\"setshell\":\"unmodified\",\"domain\":\"example.com\",\"user\":\"changeme\",\"cpuser\":{\"MXCHECK-example.com\":\"0\",\"DEADDOMAINS\":[],\"DBOWNER\":\"changeme\",\"IP\":\"192.1.2.3\",\"MAXSUB\":\"unlimited\",\"DOMAIN\":\"example.com\",\"CONTACTEMAIL\":\"user@address.com\",\"MAXSQL\":\"unlimited\",\"MAXFTP\":\"unlimited\",\"LOCALE\":\"en\",\"HASCGI\":\"1\",\"CONTACTEMAIL2\":\"user2@address.com\",\"DEMO\":0,\"USER\":\"changeme\",\"FEATURELIST\":\"default\",\"BWLIMIT\":\"unlimited\",\"DOMAINS\":[],\"MTIME\":\"1298658902\",\"STARTDATE\":\"1298658868\",\"OWNER\":\"root\",\"__CACHE_DATA_VERSION\":\"0.2\",\"MAXPARK\":\"0\",\"RS\":\"x3\",\"PLAN\":\"default\",\"MAXADDON\":\"0\",\"MAXPOP\":\"unlimited\",\"MAXLST\":\"unlimited\"}},\"status\":1,\"statusmsg\":\"Account Modified\",\"warnings\":[],\"messages\":[]}]}"
21
- http_version: "1.1"
22
- - !ruby/struct:VCR::HTTPInteraction
23
- request: !ruby/struct:VCR::Request
24
- method: :get
23
+ body:
24
+ encoding: UTF-8
25
+ string: ! '{"result":[{"newcfg":{"setshell":"unmodified","domain":"example.com","user":"changeme","cpuser":{"MXCHECK-example.com":"0","DEADDOMAINS":[],"DBOWNER":"changeme","IP":"192.1.2.3","MAXSUB":"unlimited","DOMAIN":"example.com","CONTACTEMAIL":"user@address.com","MAXSQL":"unlimited","MAXFTP":"unlimited","LOCALE":"en","HASCGI":"1","CONTACTEMAIL2":"user2@address.com","DEMO":0,"USER":"changeme","FEATURELIST":"default","BWLIMIT":"unlimited","DOMAINS":[],"MTIME":"1298658902","STARTDATE":"1298658868","OWNER":"root","__CACHE_DATA_VERSION":"0.2","MAXPARK":"0","RS":"x3","PLAN":"default","MAXADDON":"0","MAXPOP":"unlimited","MAXLST":"unlimited"}},"status":1,"statusmsg":"Account
26
+ Modified","warnings":[],"messages":[]}]}'
27
+ http_version: '1.1'
28
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
29
+ - request:
30
+ method: get
25
31
  uri: https://myhost.com:2087/json-api/modifyacct?user=notexists
26
- body:
27
- headers:
28
- authorization:
32
+ body:
33
+ encoding: US-ASCII
34
+ string: ''
35
+ headers:
36
+ Authorization:
29
37
  - WHM root:iscool
30
- response: !ruby/struct:VCR::Response
31
- status: !ruby/struct:VCR::ResponseStatus
38
+ response:
39
+ status:
32
40
  code: 200
33
41
  message: OK
34
- headers:
35
- content-type:
42
+ headers:
43
+ Content-Type:
36
44
  - text/plain
37
- server:
45
+ Server:
38
46
  - cpsrvd/11.28.64
39
- transfer-encoding:
47
+ Transfer-Encoding:
40
48
  - chunked
41
- body: "{\"result\":[{\"newcfg\":null,\"status\":0,\"statusmsg\":\"Unable to fetch the cPanel user file for notexists\",\"warnings\":null,\"messages\":null}]}"
42
- http_version: "1.1"
43
- - !ruby/struct:VCR::HTTPInteraction
44
- request: !ruby/struct:VCR::Request
45
- method: :get
49
+ body:
50
+ encoding: UTF-8
51
+ string: ! '{"result":[{"newcfg":null,"status":0,"statusmsg":"Unable to fetch
52
+ the cPanel user file for notexists","warnings":null,"messages":null}]}'
53
+ http_version: '1.1'
54
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
55
+ - request:
56
+ method: get
46
57
  uri: https://myhost.com:2087/json-api/modifyacct?user=changeme
47
- body:
48
- headers:
49
- authorization:
58
+ body:
59
+ encoding: US-ASCII
60
+ string: ''
61
+ headers:
62
+ Authorization:
50
63
  - WHM root:iscool
51
- response: !ruby/struct:VCR::Response
52
- status: !ruby/struct:VCR::ResponseStatus
64
+ response:
65
+ status:
53
66
  code: 200
54
67
  message: OK
55
- headers:
56
- content-type:
68
+ headers:
69
+ Content-Type:
57
70
  - text/plain
58
- server:
71
+ Server:
59
72
  - cpsrvd/11.28.64
60
- transfer-encoding:
73
+ Transfer-Encoding:
61
74
  - chunked
62
- body: "{\"result\":[{\"newcfg\":{\"setshell\":\"unmodified\",\"domain\":\"example.com\",\"user\":\"changeme\",\"cpuser\":{\"MXCHECK-example.com\":\"0\",\"DEADDOMAINS\":[],\"DBOWNER\":\"changeme\",\"MAXSUB\":\"unlimited\",\"IP\":\"192.1.2.3\",\"CONTACTEMAIL\":\"user@address.com\",\"DOMAIN\":\"example.com\",\"MAXSQL\":\"unlimited\",\"MAXFTP\":\"unlimited\",\"LOCALE\":\"en\",\"HASCGI\":\"1\",\"CONTACTEMAIL2\":\"user2@address.com\",\"DEMO\":0,\"USER\":\"changeme\",\"FEATURELIST\":\"default\",\"DOMAINS\":[],\"BWLIMIT\":\"unlimited\",\"MTIME\":\"1298658924\",\"STARTDATE\":\"1298658868\",\"OWNER\":\"root\",\"__CACHE_DATA_VERSION\":\"0.2\",\"MAXPARK\":\"0\",\"RS\":\"x3\",\"PLAN\":\"default\",\"MAXADDON\":\"0\",\"MAXLST\":\"unlimited\",\"MAXPOP\":\"unlimited\"}},\"status\":1,\"statusmsg\":\"Account Modified\",\"warnings\":[],\"messages\":[]}]}"
63
- http_version: "1.1"
75
+ body:
76
+ encoding: UTF-8
77
+ string: ! '{"result":[{"newcfg":{"setshell":"unmodified","domain":"example.com","user":"changeme","cpuser":{"MXCHECK-example.com":"0","DEADDOMAINS":[],"DBOWNER":"changeme","MAXSUB":"unlimited","IP":"192.1.2.3","CONTACTEMAIL":"user@address.com","DOMAIN":"example.com","MAXSQL":"unlimited","MAXFTP":"unlimited","LOCALE":"en","HASCGI":"1","CONTACTEMAIL2":"user2@address.com","DEMO":0,"USER":"changeme","FEATURELIST":"default","DOMAINS":[],"BWLIMIT":"unlimited","MTIME":"1298658924","STARTDATE":"1298658868","OWNER":"root","__CACHE_DATA_VERSION":"0.2","MAXPARK":"0","RS":"x3","PLAN":"default","MAXADDON":"0","MAXLST":"unlimited","MAXPOP":"unlimited"}},"status":1,"statusmsg":"Account
78
+ Modified","warnings":[],"messages":[]}]}'
79
+ http_version: '1.1'
80
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
81
+ recorded_with: VCR 2.0.0
82
+ ...
@@ -1,43 +1,55 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
5
  uri: https://myhost.com:2087/json-api/accountsummary?user=privs
6
- body:
7
- headers:
8
- authorization:
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Authorization:
9
11
  - WHM root:iscool
10
- response: !ruby/struct:VCR::Response
11
- status: !ruby/struct:VCR::ResponseStatus
12
+ response:
13
+ status:
12
14
  code: 200
13
15
  message: OK
14
- headers:
15
- server:
16
+ headers:
17
+ Server:
16
18
  - cpsrvd/11.28.64
17
- transfer-encoding:
19
+ Transfer-Encoding:
18
20
  - chunked
19
- content-type:
21
+ Content-Type:
20
22
  - text/plain
21
- body: "{\"status\":1,\"statusmsg\":\"Ok\",\"acct\":[{\"startdate\":\"11 Feb 24 11:30\",\"plan\":\"default\",\"suspended\":0,\"theme\":\"x3\",\"shell\":\"/usr/local/cpanel/bin/jailshell\",\"maxpop\":\"unlimited\",\"maxlst\":\"unlimited\",\"maxaddons\":\"*unknown*\",\"suspendtime\":null,\"ip\":\"192.1.2.3\",\"maxsub\":\"unlimited\",\"domain\":\"privs.com\",\"maxsql\":\"unlimited\",\"partition\":\"home\",\"maxftp\":\"unlimited\",\"user\":\"privs\",\"suspendreason\":\"not suspended\",\"unix_startdate\":\"1298568645\",\"diskused\":\"0M\",\"maxparked\":\"*unknown*\",\"email\":\"*unknown*\",\"disklimit\":\"unlimited\",\"owner\":\"root\"}]}"
22
- http_version: "1.1"
23
- - !ruby/struct:VCR::HTTPInteraction
24
- request: !ruby/struct:VCR::Request
25
- method: :get
23
+ body:
24
+ encoding: UTF-8
25
+ string: ! '{"status":1,"statusmsg":"Ok","acct":[{"startdate":"11 Feb 24 11:30","plan":"default","suspended":0,"theme":"x3","shell":"/usr/local/cpanel/bin/jailshell","maxpop":"unlimited","maxlst":"unlimited","maxaddons":"*unknown*","suspendtime":null,"ip":"192.1.2.3","maxsub":"unlimited","domain":"privs.com","maxsql":"unlimited","partition":"home","maxftp":"unlimited","user":"privs","suspendreason":"not
26
+ suspended","unix_startdate":"1298568645","diskused":"0M","maxparked":"*unknown*","email":"*unknown*","disklimit":"unlimited","owner":"root"}]}'
27
+ http_version: '1.1'
28
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
29
+ - request:
30
+ method: get
26
31
  uri: https://myhost.com:2087/json-api/myprivs?username=privs
27
- body:
28
- headers:
29
- authorization:
32
+ body:
33
+ encoding: US-ASCII
34
+ string: ''
35
+ headers:
36
+ Authorization:
30
37
  - WHM root:iscool
31
- response: !ruby/struct:VCR::Response
32
- status: !ruby/struct:VCR::ResponseStatus
38
+ response:
39
+ status:
33
40
  code: 200
34
41
  message: OK
35
- headers:
36
- server:
42
+ headers:
43
+ Server:
37
44
  - cpsrvd/11.28.64
38
- transfer-encoding:
45
+ Transfer-Encoding:
39
46
  - chunked
40
- content-type:
47
+ Content-Type:
41
48
  - text/plain
42
- body: "{\"privs\":{\"kill-dns\":0,\"edit-dns\":0,\"edit-mx\":0,\"add-pkg\":0,\"status\":0,\"suspend-acct\":0,\"add-pkg-shell\":0,\"viewglobalpackages\":0,\"resftp\":0,\"list-accts\":0,\"all\":1,\"passwd\":0,\"quota\":0,\"park-dns\":0,\"rearrange-accts\":0,\"allow-addoncreate\":0,\"demo\":0,\"news\":0,\"edit-account\":0,\"allow-unlimited-disk-pkgs\":0,\"allow-parkedcreate\":0,\"frontpage\":0,\"restart\":0,\"ssl-gencrt\":0,\"allow-unlimited-pkgs\":0,\"add-pkg-ip\":0,\"disallow-shell\":0,\"res-cart\":0,\"ssl-buy\":0,\"kill-acct\":0,\"allow-unlimited-bw-pkgs\":0,\"create-dns\":0,\"mailcheck\":0,\"clustering\":0,\"ssl\":0,\"edit-pkg\":0,\"locale-edit\":0,\"show-bandwidth\":0,\"upgrade-account\":0,\"thirdparty\":0,\"limit-bandwidth\":0,\"create-acct\":0,\"demo-setup\":0,\"stats\":0}}"
43
- http_version: "1.1"
49
+ body:
50
+ encoding: UTF-8
51
+ string: ! '{"privs":{"kill-dns":0,"edit-dns":0,"edit-mx":0,"add-pkg":0,"status":0,"suspend-acct":0,"add-pkg-shell":0,"viewglobalpackages":0,"resftp":0,"list-accts":0,"all":1,"passwd":0,"quota":0,"park-dns":0,"rearrange-accts":0,"allow-addoncreate":0,"demo":0,"news":0,"edit-account":0,"allow-unlimited-disk-pkgs":0,"allow-parkedcreate":0,"frontpage":0,"restart":0,"ssl-gencrt":0,"allow-unlimited-pkgs":0,"add-pkg-ip":0,"disallow-shell":0,"res-cart":0,"ssl-buy":0,"kill-acct":0,"allow-unlimited-bw-pkgs":0,"create-dns":0,"mailcheck":0,"clustering":0,"ssl":0,"edit-pkg":0,"locale-edit":0,"show-bandwidth":0,"upgrade-account":0,"thirdparty":0,"limit-bandwidth":0,"create-acct":0,"demo-setup":0,"stats":0}}'
52
+ http_version: '1.1'
53
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
54
+ recorded_with: VCR 2.0.0
55
+ ...
@@ -1,43 +1,58 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
5
  uri: https://myhost.com:2087/json-api/passwd?pass=superpass&user=changeme
6
- body:
7
- headers:
8
- authorization:
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Authorization:
9
11
  - WHM root:iscool
10
- response: !ruby/struct:VCR::Response
11
- status: !ruby/struct:VCR::ResponseStatus
12
+ response:
13
+ status:
12
14
  code: 200
13
15
  message: OK
14
- headers:
15
- server:
16
+ headers:
17
+ Server:
16
18
  - cpsrvd/11.28.64
17
- transfer-encoding:
19
+ Transfer-Encoding:
18
20
  - chunked
19
- content-type:
21
+ Content-Type:
20
22
  - text/plain
21
- body: "{\"passwd\":[{\"status\":1,\"services\":[{\"app\":\"system\"},{\"app\":\"ftp\"},{\"app\":\"mail\"},{\"app\":\"mySQL\"}],\"statusmsg\":\"Password changed for user changeme\",\"rawout\":\"Changing password for changeme\\nPassword for changeme has been changed\\nUpdating ftp passwords for changeme\\nFtp password files updated.\\nFtp vhost passwords synced\\n\"}]}"
22
- http_version: "1.1"
23
- - !ruby/struct:VCR::HTTPInteraction
24
- request: !ruby/struct:VCR::Request
25
- method: :get
23
+ body:
24
+ encoding: UTF-8
25
+ string: ! '{"passwd":[{"status":1,"services":[{"app":"system"},{"app":"ftp"},{"app":"mail"},{"app":"mySQL"}],"statusmsg":"Password
26
+ changed for user changeme","rawout":"Changing password for changeme\nPassword
27
+ for changeme has been changed\nUpdating ftp passwords for changeme\nFtp password
28
+ files updated.\nFtp vhost passwords synced\n"}]}'
29
+ http_version: '1.1'
30
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
31
+ - request:
32
+ method: get
26
33
  uri: https://myhost.com:2087/json-api/passwd?pass=superpass&user=dontchangeme
27
- body:
28
- headers:
29
- authorization:
34
+ body:
35
+ encoding: US-ASCII
36
+ string: ''
37
+ headers:
38
+ Authorization:
30
39
  - WHM root:iscool
31
- response: !ruby/struct:VCR::Response
32
- status: !ruby/struct:VCR::ResponseStatus
40
+ response:
41
+ status:
33
42
  code: 200
34
43
  message: OK
35
- headers:
36
- server:
44
+ headers:
45
+ Server:
37
46
  - cpsrvd/11.28.64
38
- transfer-encoding:
47
+ Transfer-Encoding:
39
48
  - chunked
40
- content-type:
49
+ Content-Type:
41
50
  - text/plain
42
- body: "{\"passwd\":[{\"status\":0,\"services\":null,\"statusmsg\":\"Sorry, the user dontchangeme does not exist.\",\"rawout\":null}]}"
43
- http_version: "1.1"
51
+ body:
52
+ encoding: UTF-8
53
+ string: ! '{"passwd":[{"status":0,"services":null,"statusmsg":"Sorry, the user
54
+ dontchangeme does not exist.","rawout":null}]}'
55
+ http_version: '1.1'
56
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
57
+ recorded_with: VCR 2.0.0
58
+ ...
@@ -1,85 +1,162 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
5
  uri: https://myhost.com:2087/json-api/removeacct?user=removeme
6
- body:
7
- headers:
8
- authorization:
6
+ body:
7
+ encoding: US-ASCII
8
+ string: ''
9
+ headers:
10
+ Authorization:
9
11
  - WHM root:iscool
10
- response: !ruby/struct:VCR::Response
11
- status: !ruby/struct:VCR::ResponseStatus
12
+ response:
13
+ status:
12
14
  code: 200
13
15
  message: OK
14
- headers:
15
- server:
16
+ headers:
17
+ Server:
16
18
  - cpsrvd/11.28.64
17
- transfer-encoding:
19
+ Transfer-Encoding:
18
20
  - chunked
19
- content-type:
21
+ Content-Type:
20
22
  - text/plain
21
- body: "{\"result\":[{\"status\":1,\"statusmsg\":\"removeme account removed\",\"rawout\":\"Running pre removal script (/scripts/prekillacct)......DoneCollecting Domain Name and IP...User: removeme\\nDomain: removeme.com\\n...DoneKilling all processes owned by user......DoneCleaning passwd,shadow,group......DoneRemoving User from Group..........DoneRemoving Web Logs......DoneRemoving Bandwidth Files......DoneRemoving Crontab......DoneRemoving Virtual Hosts...Removed removeme.com Server at line: 771.\\nRemoved Entry from httpd.conf\\nRemoving user's web content directory symlinks......DoneRemoving MySQL databases and users......DoneRemoving PostgreSQL databases and users......DoneRemoving System User......DoneRemoving Group......DoneRemoving DNS Entries...\\nError: There is a problem communicating with the name server.\\nWe may be doing maintenance to this feature or the DNS server.\\nPlease try again and if this problem continues please report it to the server administrator.\\n\\n...DoneRemoving Email Setup...Removing /etc/valiases/removeme.com\\n...DoneRemoving mailman lists......DoneUpdating Databases......DoneRemoving Counter Data......DoneAdding ip back to the ip address pool...System has 237 free ips.\\n...DoneRemoving user's cPanel Databases & Updating......DoneReloading Services......DoneRemoving mail and service configs...\\n...DoneSending Contacts......DoneUpdating internal databases...Updating ftp passwords for removeme\\nPurging ftp user removeme\\nFtp password files updated.\\nFtp vhost passwords synced\\n...DoneRunning post removal scripts (/scripts/legacypostkillacct, /scripts/postkillacct)......DoneAccount Removal Complete!!!...removeme account removed...Done\"}]}"
22
- http_version: "1.1"
23
- - !ruby/struct:VCR::HTTPInteraction
24
- request: !ruby/struct:VCR::Request
25
- method: :get
23
+ body:
24
+ encoding: UTF-8
25
+ string: ! '{"result":[{"status":1,"statusmsg":"removeme account removed","rawout":"Running
26
+ pre removal script (/scripts/prekillacct)......DoneCollecting Domain Name
27
+ and IP...User: removeme\nDomain: removeme.com\n...DoneKilling all processes
28
+ owned by user......DoneCleaning passwd,shadow,group......DoneRemoving User
29
+ from Group..........DoneRemoving Web Logs......DoneRemoving Bandwidth Files......DoneRemoving
30
+ Crontab......DoneRemoving Virtual Hosts...Removed removeme.com Server at line:
31
+ 771.\nRemoved Entry from httpd.conf\nRemoving user''s web content directory
32
+ symlinks......DoneRemoving MySQL databases and users......DoneRemoving PostgreSQL
33
+ databases and users......DoneRemoving System User......DoneRemoving Group......DoneRemoving
34
+ DNS Entries...\nError: There is a problem communicating with the name server.\nWe
35
+ may be doing maintenance to this feature or the DNS server.\nPlease try again
36
+ and if this problem continues please report it to the server administrator.\n\n...DoneRemoving
37
+ Email Setup...Removing /etc/valiases/removeme.com\n...DoneRemoving mailman
38
+ lists......DoneUpdating Databases......DoneRemoving Counter Data......DoneAdding
39
+ ip back to the ip address pool...System has 237 free ips.\n...DoneRemoving
40
+ user''s cPanel Databases & Updating......DoneReloading Services......DoneRemoving
41
+ mail and service configs...\n...DoneSending Contacts......DoneUpdating internal
42
+ databases...Updating ftp passwords for removeme\nPurging ftp user removeme\nFtp
43
+ password files updated.\nFtp vhost passwords synced\n...DoneRunning post removal
44
+ scripts (/scripts/legacypostkillacct, /scripts/postkillacct)......DoneAccount
45
+ Removal Complete!!!...removeme account removed...Done"}]}'
46
+ http_version: '1.1'
47
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
48
+ - request:
49
+ method: get
26
50
  uri: https://myhost.com:2087/json-api/removeacct?keepdns=1&user=removeme
27
- body:
28
- headers:
29
- authorization:
51
+ body:
52
+ encoding: US-ASCII
53
+ string: ''
54
+ headers:
55
+ Authorization:
30
56
  - WHM root:iscool
31
- response: !ruby/struct:VCR::Response
32
- status: !ruby/struct:VCR::ResponseStatus
57
+ response:
58
+ status:
33
59
  code: 200
34
60
  message: OK
35
- headers:
36
- server:
61
+ headers:
62
+ Server:
37
63
  - cpsrvd/11.28.64
38
- transfer-encoding:
64
+ Transfer-Encoding:
39
65
  - chunked
40
- content-type:
66
+ Content-Type:
41
67
  - text/plain
42
- body: "{\"result\":[{\"status\":1,\"statusmsg\":\"removeme account removed\",\"rawout\":\"Running pre removal script (/scripts/prekillacct)......DoneCollecting Domain Name and IP...User: removeme\\nDomain: removeme.com\\n...DoneKilling all processes owned by user......DoneCleaning passwd,shadow,group......DoneRemoving User from Group..........DoneRemoving Web Logs......DoneRemoving Bandwidth Files......DoneRemoving Crontab......DoneRemoving Virtual Hosts...Removed removeme.com Server at line: 771.\\nRemoved Entry from httpd.conf\\nRemoving user's web content directory symlinks......DoneRemoving MySQL databases and users......DoneRemoving PostgreSQL databases and users......DoneRemoving System User......DoneRemoving Group......DoneRemoving Email Setup...Removing /etc/valiases/removeme.com\\n...DoneRemoving mailman lists......DoneUpdating Databases......DoneRemoving Counter Data......DoneAdding ip back to the ip address pool...System has 237 free ips.\\n...DoneRemoving user's cPanel Databases & Updating......DoneReloading Services......DoneRemoving mail and service configs...\\n...DoneSending Contacts......DoneUpdating internal databases...Updating ftp passwords for removeme\\nPurging ftp user removeme\\nFtp password files updated.\\nFtp vhost passwords synced\\n...DoneRunning post removal scripts (/scripts/legacypostkillacct, /scripts/postkillacct)......DoneAccount Removal Complete!!!...removeme account removed...Done\"}]}"
43
- http_version: "1.1"
44
- - !ruby/struct:VCR::HTTPInteraction
45
- request: !ruby/struct:VCR::Request
46
- method: :get
68
+ body:
69
+ encoding: UTF-8
70
+ string: ! '{"result":[{"status":1,"statusmsg":"removeme account removed","rawout":"Running
71
+ pre removal script (/scripts/prekillacct)......DoneCollecting Domain Name
72
+ and IP...User: removeme\nDomain: removeme.com\n...DoneKilling all processes
73
+ owned by user......DoneCleaning passwd,shadow,group......DoneRemoving User
74
+ from Group..........DoneRemoving Web Logs......DoneRemoving Bandwidth Files......DoneRemoving
75
+ Crontab......DoneRemoving Virtual Hosts...Removed removeme.com Server at line:
76
+ 771.\nRemoved Entry from httpd.conf\nRemoving user''s web content directory
77
+ symlinks......DoneRemoving MySQL databases and users......DoneRemoving PostgreSQL
78
+ databases and users......DoneRemoving System User......DoneRemoving Group......DoneRemoving
79
+ Email Setup...Removing /etc/valiases/removeme.com\n...DoneRemoving mailman
80
+ lists......DoneUpdating Databases......DoneRemoving Counter Data......DoneAdding
81
+ ip back to the ip address pool...System has 237 free ips.\n...DoneRemoving
82
+ user''s cPanel Databases & Updating......DoneReloading Services......DoneRemoving
83
+ mail and service configs...\n...DoneSending Contacts......DoneUpdating internal
84
+ databases...Updating ftp passwords for removeme\nPurging ftp user removeme\nFtp
85
+ password files updated.\nFtp vhost passwords synced\n...DoneRunning post removal
86
+ scripts (/scripts/legacypostkillacct, /scripts/postkillacct)......DoneAccount
87
+ Removal Complete!!!...removeme account removed...Done"}]}'
88
+ http_version: '1.1'
89
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
90
+ - request:
91
+ method: get
47
92
  uri: https://myhost.com:2087/json-api/removeacct?keepdns=0&user=removeme
48
- body:
49
- headers:
50
- authorization:
93
+ body:
94
+ encoding: US-ASCII
95
+ string: ''
96
+ headers:
97
+ Authorization:
51
98
  - WHM root:iscool
52
- response: !ruby/struct:VCR::Response
53
- status: !ruby/struct:VCR::ResponseStatus
99
+ response:
100
+ status:
54
101
  code: 200
55
102
  message: OK
56
- headers:
57
- server:
103
+ headers:
104
+ Server:
58
105
  - cpsrvd/11.28.64
59
- transfer-encoding:
106
+ Transfer-Encoding:
60
107
  - chunked
61
- content-type:
108
+ Content-Type:
62
109
  - text/plain
63
- body: "{\"result\":[{\"status\":1,\"statusmsg\":\"removeme account removed\",\"rawout\":\"Running pre removal script (/scripts/prekillacct)......DoneCollecting Domain Name and IP...User: removeme\\nDomain: removeme.com\\n...DoneKilling all processes owned by user......DoneCleaning passwd,shadow,group......DoneRemoving User from Group..........DoneRemoving Web Logs......DoneRemoving Bandwidth Files......DoneRemoving Crontab......DoneRemoving Virtual Hosts...Removed removeme.com Server at line: 771.\\nRemoved Entry from httpd.conf\\nRemoving user's web content directory symlinks......DoneRemoving MySQL databases and users......DoneRemoving PostgreSQL databases and users......DoneRemoving System User......DoneRemoving Group......DoneRemoving DNS Entries...\\nError: There is a problem communicating with the name server.\\nWe may be doing maintenance to this feature or the DNS server.\\nPlease try again and if this problem continues please report it to the server administrator.\\n\\n...DoneRemoving Email Setup...Removing /etc/valiases/removeme.com\\n...DoneRemoving mailman lists......DoneUpdating Databases......DoneRemoving Counter Data......DoneAdding ip back to the ip address pool...System has 237 free ips.\\n...DoneRemoving user's cPanel Databases & Updating......DoneReloading Services......DoneRemoving mail and service configs...\\n...DoneSending Contacts......DoneUpdating internal databases...Updating ftp passwords for removeme\\nPurging ftp user removeme\\nFtp password files updated.\\nFtp vhost passwords synced\\n...DoneRunning post removal scripts (/scripts/legacypostkillacct, /scripts/postkillacct)......DoneAccount Removal Complete!!!...removeme account removed...Done\"}]}"
64
- http_version: "1.1"
65
- - !ruby/struct:VCR::HTTPInteraction
66
- request: !ruby/struct:VCR::Request
67
- method: :get
110
+ body:
111
+ encoding: UTF-8
112
+ string: ! '{"result":[{"status":1,"statusmsg":"removeme account removed","rawout":"Running
113
+ pre removal script (/scripts/prekillacct)......DoneCollecting Domain Name
114
+ and IP...User: removeme\nDomain: removeme.com\n...DoneKilling all processes
115
+ owned by user......DoneCleaning passwd,shadow,group......DoneRemoving User
116
+ from Group..........DoneRemoving Web Logs......DoneRemoving Bandwidth Files......DoneRemoving
117
+ Crontab......DoneRemoving Virtual Hosts...Removed removeme.com Server at line:
118
+ 771.\nRemoved Entry from httpd.conf\nRemoving user''s web content directory
119
+ symlinks......DoneRemoving MySQL databases and users......DoneRemoving PostgreSQL
120
+ databases and users......DoneRemoving System User......DoneRemoving Group......DoneRemoving
121
+ DNS Entries...\nError: There is a problem communicating with the name server.\nWe
122
+ may be doing maintenance to this feature or the DNS server.\nPlease try again
123
+ and if this problem continues please report it to the server administrator.\n\n...DoneRemoving
124
+ Email Setup...Removing /etc/valiases/removeme.com\n...DoneRemoving mailman
125
+ lists......DoneUpdating Databases......DoneRemoving Counter Data......DoneAdding
126
+ ip back to the ip address pool...System has 237 free ips.\n...DoneRemoving
127
+ user''s cPanel Databases & Updating......DoneReloading Services......DoneRemoving
128
+ mail and service configs...\n...DoneSending Contacts......DoneUpdating internal
129
+ databases...Updating ftp passwords for removeme\nPurging ftp user removeme\nFtp
130
+ password files updated.\nFtp vhost passwords synced\n...DoneRunning post removal
131
+ scripts (/scripts/legacypostkillacct, /scripts/postkillacct)......DoneAccount
132
+ Removal Complete!!!...removeme account removed...Done"}]}'
133
+ http_version: '1.1'
134
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
135
+ - request:
136
+ method: get
68
137
  uri: https://myhost.com:2087/json-api/removeacct?user=notreal
69
- body:
70
- headers:
71
- authorization:
138
+ body:
139
+ encoding: US-ASCII
140
+ string: ''
141
+ headers:
142
+ Authorization:
72
143
  - WHM root:iscool
73
- response: !ruby/struct:VCR::Response
74
- status: !ruby/struct:VCR::ResponseStatus
144
+ response:
145
+ status:
75
146
  code: 200
76
147
  message: OK
77
- headers:
78
- server:
148
+ headers:
149
+ Server:
79
150
  - cpsrvd/11.28.64
80
- transfer-encoding:
151
+ Transfer-Encoding:
81
152
  - chunked
82
- content-type:
153
+ Content-Type:
83
154
  - text/plain
84
- body: "{\"result\":[{\"status\":0,\"statusmsg\":\"System user notreal does not exist!\",\"rawout\":null}]}"
85
- http_version: "1.1"
155
+ body:
156
+ encoding: UTF-8
157
+ string: ! '{"result":[{"status":0,"statusmsg":"System user notreal does not
158
+ exist!","rawout":null}]}'
159
+ http_version: '1.1'
160
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
161
+ recorded_with: VCR 2.0.0
162
+ ...