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,64 +1,101 @@
1
- ---
2
- - !ruby/struct:VCR::HTTPInteraction
3
- request: !ruby/struct:VCR::Request
4
- method: :get
5
- uri: https://myhost.com:2087/json-api/terminatereseller?reseller=terminat&verify=I+understand+this+will+irrevocably+remove+all+the+accounts+owned+by+the+reseller+terminat
6
- body:
7
- headers:
8
- authorization:
1
+ ---
2
+ http_interactions:
3
+ - request:
4
+ method: get
5
+ uri: https://myhost.com:2087/json-api/terminatereseller?reseller=terminat&verify=I%20understand%20this%20will%20irrevocably%20remove%20all%20the%20accounts%20owned%20by%20the%20reseller%20terminat
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,\"privdelete\":1,\"statusmsg\":\"Account Terminations Complete\",\"accts\":{}}]}"
22
- http_version: "1.1"
23
- - !ruby/struct:VCR::HTTPInteraction
24
- request: !ruby/struct:VCR::Request
25
- method: :get
26
- uri: https://myhost.com:2087/json-api/terminatereseller?reseller=terminat&terminatereseller=1&verify=I+understand+this+will+irrevocably+remove+all+the+accounts+owned+by+the+reseller+terminat
27
- body:
28
- headers:
29
- authorization:
23
+ body:
24
+ encoding: UTF-8
25
+ string: ! '{"result":[{"status":1,"privdelete":1,"statusmsg":"Account Terminations
26
+ Complete","accts":{}}]}'
27
+ http_version: '1.1'
28
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
29
+ - request:
30
+ method: get
31
+ uri: https://myhost.com:2087/json-api/terminatereseller?reseller=terminat&terminatereseller=1&verify=I%20understand%20this%20will%20irrevocably%20remove%20all%20the%20accounts%20owned%20by%20the%20reseller%20terminat
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: "{\"result\":[{\"status\":1,\"privdelete\":1,\"statusmsg\":\"Account Terminations Complete\",\"accts\":{\"terminat\":{\"status\":1,\"statusmsg\":\"terminat account removed\",\"rawout\":\"Running pre removal script (/scripts/prekillacct)......DoneCollecting Domain Name and IP...User: terminat\\nDomain: terminateme.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 terminateme.com Server at line: 355.\\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/terminateme.com\\n...DoneRemoving mailman lists......DoneUpdating Databases......DoneRemoving Counter Data......DoneAdding ip back to the ip address pool...System has 241 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 terminat\\nPurging ftp user terminat\\nFtp password files updated.\\nFtp vhost passwords synced\\n...DoneRunning post removal scripts (/scripts/legacypostkillacct, /scripts/postkillacct)......DoneAccount Removal Complete!!!...terminat account removed...Done\"}}}]}"
43
- http_version: "1.1"
44
- - !ruby/struct:VCR::HTTPInteraction
45
- request: !ruby/struct:VCR::Request
46
- method: :get
47
- uri: https://myhost.com:2087/json-api/terminatereseller?reseller=what&verify=I+understand+this+will+irrevocably+remove+all+the+accounts+owned+by+the+reseller+what
48
- body:
49
- headers:
50
- authorization:
49
+ body:
50
+ encoding: UTF-8
51
+ string: ! '{"result":[{"status":1,"privdelete":1,"statusmsg":"Account Terminations
52
+ Complete","accts":{"terminat":{"status":1,"statusmsg":"terminat account removed","rawout":"Running
53
+ pre removal script (/scripts/prekillacct)......DoneCollecting Domain Name
54
+ and IP...User: terminat\nDomain: terminateme.com\n...DoneKilling all processes
55
+ owned by user......DoneCleaning passwd,shadow,group......DoneRemoving User
56
+ from Group..........DoneRemoving Web Logs......DoneRemoving Bandwidth Files......DoneRemoving
57
+ Crontab......DoneRemoving Virtual Hosts...Removed terminateme.com Server at
58
+ line: 355.\nRemoved Entry from httpd.conf\nRemoving user''s web content directory
59
+ symlinks......DoneRemoving MySQL databases and users......DoneRemoving PostgreSQL
60
+ databases and users......DoneRemoving System User......DoneRemoving Group......DoneRemoving
61
+ DNS Entries...\nError: There is a problem communicating with the name server.\nWe
62
+ may be doing maintenance to this feature or the DNS server.\nPlease try again
63
+ and if this problem continues please report it to the server administrator.\n\n...DoneRemoving
64
+ Email Setup...Removing /etc/valiases/terminateme.com\n...DoneRemoving mailman
65
+ lists......DoneUpdating Databases......DoneRemoving Counter Data......DoneAdding
66
+ ip back to the ip address pool...System has 241 free ips.\n...DoneRemoving
67
+ user''s cPanel Databases & Updating......DoneReloading Services......DoneRemoving
68
+ mail and service configs...\n...DoneSending Contacts......DoneUpdating internal
69
+ databases...Updating ftp passwords for terminat\nPurging ftp user terminat\nFtp
70
+ password files updated.\nFtp vhost passwords synced\n...DoneRunning post removal
71
+ scripts (/scripts/legacypostkillacct, /scripts/postkillacct)......DoneAccount
72
+ Removal Complete!!!...terminat account removed...Done"}}}]}'
73
+ http_version: '1.1'
74
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
75
+ - request:
76
+ method: get
77
+ uri: https://myhost.com:2087/json-api/terminatereseller?reseller=what&verify=I%20understand%20this%20will%20irrevocably%20remove%20all%20the%20accounts%20owned%20by%20the%20reseller%20what
78
+ body:
79
+ encoding: US-ASCII
80
+ string: ''
81
+ headers:
82
+ Authorization:
51
83
  - WHM root:iscool
52
- response: !ruby/struct:VCR::Response
53
- status: !ruby/struct:VCR::ResponseStatus
84
+ response:
85
+ status:
54
86
  code: 200
55
87
  message: OK
56
- headers:
57
- server:
88
+ headers:
89
+ Server:
58
90
  - cpsrvd/11.28.64
59
- transfer-encoding:
91
+ Transfer-Encoding:
60
92
  - chunked
61
- content-type:
93
+ Content-Type:
62
94
  - text/plain
63
- body: "{\"result\":[{\"status\":0,\"statusmsg\":\"Reseller what Does not exist\"}]}"
64
- http_version: "1.1"
95
+ body:
96
+ encoding: UTF-8
97
+ string: ! '{"result":[{"status":0,"statusmsg":"Reseller what Does not exist"}]}'
98
+ http_version: '1.1'
99
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
100
+ recorded_with: VCR 2.0.0
101
+ ...
@@ -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/unsetupreseller?user=bob
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\":null}]}"
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":null}]}'
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/unsetupreseller?user=notexists
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: "{\"result\":[{\"status\":0,\"statusmsg\":\"_unsetupreseller called for a user that does not exist. (notexists)\"}]}"
43
- http_version: "1.1"
48
+ body:
49
+ encoding: UTF-8
50
+ string: ! '{"result":[{"status":0,"statusmsg":"_unsetupreseller called for a
51
+ user that does not exist. (notexists)"}]}'
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,60 @@
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/unsuspendreseller?user=bob
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\":\"Finished unsuspending reseller.\"}],\"output\":\"Changing shell for bob.\\nShell changed.\\nUnlocking password for user bob.\\npasswd: Success.\\nFound /etc/proftpd/bob with contents. It will be archived as '/etc/proftpd/bob.unsuspend_failed' and replaced with the previously suspended version.\\nUnsuspending FTP accounts...\\nUpdating ftp passwords for bob\\nFtp password files updated.\\nFtp vhost passwords synced\\nbob's account is now active\\nUnsuspending mysql users\\nNotification => notify@example.com via EMAIL [level => 3]\\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: ! '{"result":[{"status":1,"statusmsg":"Finished unsuspending reseller."}],"output":"Changing
26
+ shell for bob.\nShell changed.\nUnlocking password for user bob.\npasswd:
27
+ Success.\nFound /etc/proftpd/bob with contents. It will be archived as ''/etc/proftpd/bob.unsuspend_failed''
28
+ and replaced with the previously suspended version.\nUnsuspending FTP accounts...\nUpdating
29
+ ftp passwords for bob\nFtp password files updated.\nFtp vhost passwords synced\nbob''s
30
+ account is now active\nUnsuspending mysql users\nNotification => notify@example.com
31
+ via EMAIL [level => 3]\n"}'
32
+ http_version: '1.1'
33
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
34
+ - request:
35
+ method: get
26
36
  uri: https://myhost.com:2087/json-api/unsuspendreseller?user=notexists
27
- body:
28
- headers:
29
- authorization:
37
+ body:
38
+ encoding: US-ASCII
39
+ string: ''
40
+ headers:
41
+ Authorization:
30
42
  - WHM root:iscool
31
- response: !ruby/struct:VCR::Response
32
- status: !ruby/struct:VCR::ResponseStatus
43
+ response:
44
+ status:
33
45
  code: 200
34
46
  message: OK
35
- headers:
36
- server:
47
+ headers:
48
+ Server:
37
49
  - cpsrvd/11.28.64
38
- transfer-encoding:
50
+ Transfer-Encoding:
39
51
  - chunked
40
- content-type:
52
+ Content-Type:
41
53
  - text/plain
42
- body: "{\"result\":[{\"status\":0,\"statusmsg\":\"Specified user is not a reseller.\"}]}"
43
- http_version: "1.1"
54
+ body:
55
+ encoding: UTF-8
56
+ string: ! '{"result":[{"status":0,"statusmsg":"Specified user is not a reseller."}]}'
57
+ http_version: '1.1'
58
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
59
+ recorded_with: VCR 2.0.0
60
+ ...
@@ -1,22 +1,31 @@
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/addip?ip=208.77.188.166&netmask=255.255.255.0
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.87
17
- transfer-encoding:
19
+ Transfer-Encoding:
18
20
  - chunked
19
- content-type:
21
+ Content-Type:
20
22
  - text/plain
21
- body: "{\"addip\":[{\"errors\":[],\"status\":1,\"statusmsg\":\"Success\",\"msgs\":\"eth0:cp242 is now up. 208.77.188.166/255.255.255.0 broadcast 208.77.188.255 has been added\\nSystem has 240 free ips.\"}]}"
22
- http_version: "1.1"
23
+ body:
24
+ encoding: UTF-8
25
+ string: ! '{"addip":[{"errors":[],"status":1,"statusmsg":"Success","msgs":"eth0:cp242
26
+ is now up. 208.77.188.166/255.255.255.0 broadcast 208.77.188.255 has been
27
+ added\nSystem has 240 free ips."}]}'
28
+ http_version: '1.1'
29
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
30
+ recorded_with: VCR 2.0.0
31
+ ...
@@ -1,22 +1,29 @@
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/applist
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: "{\"app\":[\"accountsummary\",\"acctcounts\",\"adddns\",\"addip\",\"addpkg\",\"addzonerecord\",\"applist\",\"changepackage\",\"configureservice\",\"cpanel\",\"createacct\",\"delip\",\"domainuserdata\",\"dumpzone\",\"editpkg\",\"editquota\",\"editzonerecord\",\"fetchsslinfo\",\"generatessl\",\"getfeaturelist\",\"gethostname\",\"getlanglist\",\"getresellerips\",\"getzonerecord\",\"installssl\",\"killdns\",\"killpkg\",\"limitbw\",\"listaccts\",\"listacls\",\"listcrts\",\"listips\",\"listpkgs\",\"listresellers\",\"listsuspended\",\"listzones\",\"loadavg\",\"lookupnsip\",\"modifyacct\",\"myprivs\",\"mysqltuner\",\"nvget\",\"nvset\",\"passwd\",\"reboot\",\"removeacct\",\"removezonerecord\",\"resellerstats\",\"resetzone\",\"restartservice\",\"saveacllist\",\"servicestatus\",\"setacls\",\"sethostname\",\"setresellerips\",\"setresellerlimits\",\"setresellermainip\",\"setresellernameservers\",\"setresellerpackagelimit\",\"setresolvers\",\"setsiteip\",\"setupreseller\",\"showbw\",\"suspendacct\",\"suspendreseller\",\"terminatereseller\",\"unsetupreseller\",\"unsuspendacct\",\"unsuspendreseller\",\"updateconfig\",\"version\"]}"
22
- http_version: "1.1"
23
+ body:
24
+ encoding: UTF-8
25
+ string: ! '{"app":["accountsummary","acctcounts","adddns","addip","addpkg","addzonerecord","applist","changepackage","configureservice","cpanel","createacct","delip","domainuserdata","dumpzone","editpkg","editquota","editzonerecord","fetchsslinfo","generatessl","getfeaturelist","gethostname","getlanglist","getresellerips","getzonerecord","installssl","killdns","killpkg","limitbw","listaccts","listacls","listcrts","listips","listpkgs","listresellers","listsuspended","listzones","loadavg","lookupnsip","modifyacct","myprivs","mysqltuner","nvget","nvset","passwd","reboot","removeacct","removezonerecord","resellerstats","resetzone","restartservice","saveacllist","servicestatus","setacls","sethostname","setresellerips","setresellerlimits","setresellermainip","setresellernameservers","setresellerpackagelimit","setresolvers","setsiteip","setupreseller","showbw","suspendacct","suspendreseller","terminatereseller","unsetupreseller","unsuspendacct","unsuspendreseller","updateconfig","version"]}'
26
+ http_version: '1.1'
27
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
28
+ recorded_with: VCR 2.0.0
29
+ ...
@@ -1,22 +1,30 @@
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/delip?ip=208.77.188.166
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.87
17
- transfer-encoding:
19
+ Transfer-Encoding:
18
20
  - chunked
19
- content-type:
21
+ Content-Type:
20
22
  - text/plain
21
- body: "{\"delip\":[{\"status\":1,\"statusmsg\":\"208.77.188.166 has been removed.\",\"warnings\":[\"Skipping shutdown of ethernet device 208.77.188.166 is bound to.\"]}]}"
22
- http_version: "1.1"
23
+ body:
24
+ encoding: UTF-8
25
+ string: ! '{"delip":[{"status":1,"statusmsg":"208.77.188.166 has been removed.","warnings":["Skipping
26
+ shutdown of ethernet device 208.77.188.166 is bound to."]}]}'
27
+ http_version: '1.1'
28
+ recorded_at: Wed, 07 Mar 2012 21:53:52 GMT
29
+ recorded_with: VCR 2.0.0
30
+ ...