Sha256: d4a009fbffb28670c60fab45ae9329bee420c5a9de7e380f95774ce5a681a324
Contents?: true
Size: 1.23 KB
Versions: 3
Compression:
Stored size: 1.23 KB
Contents
--- - !ruby/struct:VCR::HTTPInteraction request: !ruby/struct:VCR::Request method: :get uri: https://myhost.com:2087/json-api/listsuspended body: headers: authorization: - WHM root:iscool response: !ruby/struct:VCR::Response status: !ruby/struct:VCR::ResponseStatus code: 200 message: OK headers: server: - cpsrvd/11.28.64 transfer-encoding: - chunked content-type: - text/plain body: "{\"status\":1,\"statusmsg\":\"Ok\",\"accts\":[]}" http_version: "1.1" - !ruby/struct:VCR::HTTPInteraction request: !ruby/struct:VCR::Request method: :get uri: https://myhost.com:2087/json-api/listsuspended?empty=1 body: headers: authorization: - WHM root:iscool response: !ruby/struct:VCR::Response status: !ruby/struct:VCR::ResponseStatus code: 200 message: OK headers: server: - cpsrvd/11.28.64 transfer-encoding: - chunked content-type: - text/plain body: "{\"status\":1,\"statusmsg\":\"Ok\",\"accts\":[{\"reason\":\"Unknown\",\"unixtime\":\"1298564189\",\"owner\":\"root\",\"user\":\"removeme\",\"time\":\"Thu Feb 24 10:16:29 2011\"}]}" http_version: "1.1"
Version data entries
3 entries across 3 versions & 1 rubygems