{
  "name": "archive_direct_cookie",
  "device": {
    "portalUrl": "https://portal.example.com/c",
    "macAddress": "00:1A:79:AC:10:02",
    "authMode": "AUTO",
    "cookieMode": "PLAYBACK",
    "playbackBackendHint": "DIRECT"
  },
  "responses": [
    { "action": "handshake", "headers": { "Set-Cookie": "PHPSESSID=archive-direct; Path=/; HttpOnly" }, "body": "{\"js\":{\"token\":\"token-archive-direct\"}}" },
    { "action": "get_profile", "body": "{\"js\":{\"id\":\"502\",\"name\":\"Archive Direct\",\"status\":\"1\",\"auth_access\":true}}" },
    { "action": "get_all_channels", "body": "{\"js\":{\"data\":[{\"id\":\"402\",\"name\":\"Archive Direct\",\"tv_genre_id\":\"11\",\"cmd\":\"ffmpeg http://portal.example.com/archive/402.ts\",\"archive\":\"1\",\"allow_local_timeshift\":\"1\"}]}}" }
  ],
  "expected": {
    "authMode": "MAC_ONLY",
    "portalProfile": "MAG_BASIC",
    "bootstrapEvidence": ["handshake", "get_profile"],
    "requestOrder": ["handshake", "get_profile", "get_all_channels"],
    "cookieMode": "CREATE_LINK",
    "playbackBackendHint": "DIRECT",
    "archiveEndpointPreference": "SERVER_LOAD",
    "archiveViaDirectUrl": false,
    "archiveRequiresStrictCookies": false,
    "playbackMode": "DIRECT_URL"
  }
}
