mikamai/akamai_api

View on GitHub
cassettes/akamai_api_ccu_status/invalid_credentials.yml

Summary

Maintainability
Test Coverage
---
http_interactions:
- request:
    method: get
    uri: https://api.ccu.akamai.com/ccu/v2/queues/default/
    body:
      encoding: US-ASCII
      string: ''
    headers: {}
  response:
    status:
      code: 401
      message: Unauthorized
    headers:
      Date:
      - Tue, 20 May 2014 13:15:50 GMT
      Server:
      - Apache
      Content-Length:
      - '146'
      Allow:
      - GET, HEAD, POST
      Www-Authenticate:
      - Basic realm="Luna Control Center"
      Vary:
      - Authorization
      Content-Type:
      - text/html;charset=utf-8
    body:
      encoding: UTF-8
      string: <html><head><title>401 Unauthorized</title></head><body><p>401 Unauthorized</p><p>You
        are not authorized to access that resource</p></body></html>
    http_version: 
  recorded_at: Tue, 20 May 2014 13:15:51 GMT
recorded_with: VCR 2.9.0