github.com/prebid/prebid-server/v2@v2.18.0/adapters/silvermob/silvermobtest/supplemental/status-code-service-unavailable.json (about)

     1  
     2  {
     3    "mockBidRequest": {
     4      "id": "some-request-id",
     5      "tmax": 1000,
     6      "user": {
     7        "buyeruid": "awesome-user"
     8      },
     9      "app": {
    10        "id": "app_001",
    11        "bundle": "com.awesome.app",
    12        "publisher": {
    13          "id": "2"
    14        }
    15      },
    16      "imp": [
    17        {
    18          "id": "some-impression-id",
    19          "tagid": "ogTAGID",
    20          "video": {
    21            "mimes": ["video/mp4"],
    22            "w": 640,
    23            "h": 480,
    24            "minduration": 120,
    25            "maxduration": 150
    26          },
    27          "ext": {
    28            "bidder": {
    29              "host": "eu",
    30              "zoneid": "0"
    31            }
    32          }
    33        }
    34      ]
    35    },
    36  
    37    "httpCalls": [{
    38      "expectedRequest": {
    39        "uri": "http://eu.example.com/api/dsp/bid/0",
    40        "body": {
    41          "id": "some-request-id",
    42          "imp": [
    43            {
    44              "id": "some-impression-id",
    45              "tagid": "ogTAGID",
    46              "video": {
    47                "mimes": [
    48                  "video/mp4"
    49                ],
    50                "minduration": 120,
    51                "maxduration": 150,
    52                "w": 640,
    53                "h": 480
    54              },
    55              "ext": {
    56                "bidder": {
    57                  "host": "eu",
    58                  "zoneid": "0"
    59                }
    60              }
    61            }
    62          ],
    63          "app": {
    64            "id": "app_001",
    65            "bundle": "com.awesome.app",
    66            "publisher": {
    67              "id": "2"
    68            }
    69          },
    70          "user": {
    71            "buyeruid": "awesome-user"
    72          },
    73          "tmax": 1000
    74        },
    75        "impIDs":["some-impression-id"]
    76      },
    77      "mockResponse": {
    78        "status": 503
    79      }
    80    }],
    81    "expectedBidResponses": [],
    82    "expectedMakeBidsErrors": [
    83      {
    84        "value": "Unexpected status code: 503. Run with request.debug = 1 for more info",
    85        "comparison": "literal"
    86      }
    87    ]
    88  }