Sha256: f11b98e5b7e51ed1a6690a1890850324c3ec69268a19f7c09a97778980ccf1e6

Contents?: true

Size: 1.34 KB

Versions: 3

Compression:

Stored size: 1.34 KB

Contents

--- 
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :get
    uri: https://myhost.com:2087/json-api/setresellerlimits?diskspace_limit=1024&enable_overselling=1&enable_overselling_diskspace=1&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: "{\"result\":[{\"status\":1,\"statusmsg\":\"Successfully set reseller account creation limits.\"}]}"
    http_version: "1.1"
- !ruby/struct:VCR::HTTPInteraction 
  request: !ruby/struct:VCR::Request 
    method: :get
    uri: https://myhost.com:2087/json-api/setresellerlimits?diskspace_limit=1024&enable_overselling=1&enable_overselling_diskspace=1&user=ob
    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/setresellerlimits.yml
lumberg-1.0.0 spec/vcr_cassettes/whm/reseller/setresellerlimits.yml
lumberg-0.9.5 spec/vcr_cassettes/whm/reseller/setresellerlimits.yml