Sha256: 3eb68f6d50b8d224f9600f5a8ef9f45d6f339ef604875f4164fa4eb8bde863ca
Contents?: true
Size: 1.26 KB
Versions: 3
Compression:
Stored size: 1.26 KB
Contents
--- - !ruby/struct:VCR::HTTPInteraction request: !ruby/struct:VCR::Request method: :get uri: https://myhost.com:2087/json-api/acctcounts?user=bob 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: "{\"reseller\":{\"suspended\":0,\"account\":\"bob\",\"active\":\"0\",\"limit\":\"\"},\"result\":[{\"status\":1,\"statusmsg\":\"Obtained reseller account counts.\"}]}" http_version: "1.1" - !ruby/struct:VCR::HTTPInteraction request: !ruby/struct:VCR::Request method: :get uri: https://myhost.com:2087/json-api/acctcounts?user=notexists 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: "{\"result\":[{\"status\":0,\"statusmsg\":\"Specified user is not a reseller.\"}]}" http_version: "1.1"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
lumberg-1.0.1 | spec/vcr_cassettes/whm/reseller/acctcounts.yml |
lumberg-1.0.0 | spec/vcr_cassettes/whm/reseller/acctcounts.yml |
lumberg-0.9.5 | spec/vcr_cassettes/whm/reseller/acctcounts.yml |