mikamai/akamai_api

View on GitHub
cassettes/akamai_api_ccu_purge_status/completed_request.yml

Summary

Maintainability
Test Coverage
---
http_interactions:
- request:
    headers:
      Authorization:
      - Basic VVNFUk5BTUU6UEFTU1dPUkQ=
    method: get
    uri: https://api.ccu.akamai.com/ccu/v2/purges/12345678-1234-5678-1234-123456789012
    body:
      encoding: US-ASCII
      string: ''
    headers: {}
  response:
    status:
      code: 200
      message: OK
    headers:
      Date:
      - Tue, 20 May 2014 12:49:41 GMT
      Server:
      - Apache
      Content-Length:
      - '309'
      Allow:
      - GET, HEAD
      Vary:
      - Authorization
      Content-Type:
      - application/json
    body:
      encoding: UTF-8
      string: '{"originalEstimatedSeconds": 420, "originalQueueLength": 0, "supportId":
        "12345678901234567890-123456789", "httpStatus": 200, "purgeId": "12345678-1234-5678-1234-123456789012",
        "completionTime": "2014-05-20T08:22:20Z", "submittedBy": "test1", "purgeStatus":
        "Done", "submissionTime": "2014-05-20T08:19:21Z"}'
    http_version:
  recorded_at: Tue, 20 May 2014 12:49:41 GMT
recorded_with: VCR 2.9.0