mikamai/akamai_api

View on GitHub
cassettes/akamai_api_ccu_purge_status/not_found_request.yml

Summary

Maintainability
Test Coverage
---
http_interactions:
- request:
    headers:
      Authorization:
      - Basic VVNFUk5BTUU6UEFTU1dPUkQ=
    method: get
    uri: https://api.ccu.akamai.com/ccu/v2/purges/foobarbaz
    body:
      encoding: US-ASCII
      string: ''
    headers: {}
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Tue, 20 May 2014 13:28:28 GMT
      Server:
      - Apache
      Content-Length:
      - '375'
      Allow:
      - GET, HEAD
      Vary:
      - Authorization
      Content-Type:
      - application/json
    body:
      encoding: UTF-8
      string: '{"purgeId": "foobarbaz", "progressUri": "/ccu/v2/purges/foobarbaz",
        "supportId": "12345678901234567890-123456789", "httpStatus": 200, "detail":
        "Please note that it can take up to a minute for the status of a recently
        submitted request to become visible.", "completionTime": null, "submittedBy":
        null, "purgeStatus": "Unknown", "submissionTime": null, "pingAfterSeconds":
        60}'
    http_version:
  recorded_at: Tue, 20 May 2014 13:28:28 GMT
recorded_with: VCR 2.9.0