mikamai/akamai_api

View on GitHub
cassettes/akamai_api_ccu_arl_remove/invalid_item.yml

Summary

Maintainability
Test Coverage
---
http_interactions:
- request:
    method: post
    uri: https://some-subdomain.purge.akamaiapis.net/ccu/v2/queues/default
    body:
      encoding: UTF-8
      string: '{"type":"arl","action":"remove","domain":"production","objects":["http://www.foo.bar/t.txt"]}'
    headers:
      Content-Type:
      - application/json
  response:
    status:
      code: 403
      message: Forbidden
    headers:
      Date:
      - Thu, 15 May 2014 06:51:09 GMT
      Server:
      - Apache
      Content-Length:
      - '209'
      Allow:
      - GET, HEAD, POST
      Vary:
      - Authorization
      Content-Type:
      - application/api-problem+json
    body:
      encoding: UTF-8
      string: '{"supportId": "12345678901234567890-123456789", "title": "unauthorized
        arl", "httpStatus": 403, "detail": "http://www.foo.bar/t.txt", "describedBy":
        "https://api.ccu.akamai.com/ccu/v2/errors/unauthorized-arl"}'
    http_version:
  recorded_at: Thu, 15 May 2014 06:51:12 GMT
recorded_with: VCR 2.9.0