docs/Results.md in fastly-4.0.0.alpha4 vs docs/Results.md in fastly-4.0.0

- old
+ new

@@ -12,11 +12,11 @@ | **pass** | **Integer** | Number of requests that passed through the CDN without being cached. | [optional] | | **pass_time** | **Float** | Total amount of time spent processing cache passes (in seconds). | [optional] | | **errors** | **Integer** | Number of cache errors. | [optional] | | **restarts** | **Integer** | Number of restarts performed. | [optional] | | **hit_ratio** | **Float** | Ratio of cache hits to cache misses (between 0 and 1). | [optional] | -| **bandwidth** | **Integer** | Total bytes delivered (`resp_header_bytes` + `resp_body_bytes` + `bereq_header_bytes` + `bereq_body_bytes` + `compute_resp_header_bytes` + `compute_resp_body_bytes` + `compute_bereq_header_bytes` + `compute_bereq_body_bytes`). | [optional] | +| **bandwidth** | **Integer** | Total bytes delivered (`resp_header_bytes` + `resp_body_bytes` + `bereq_header_bytes` + `bereq_body_bytes` + `compute_resp_header_bytes` + `compute_resp_body_bytes` + `compute_bereq_header_bytes` + `compute_bereq_body_bytes` + `websocket_resp_header_bytes` + `websocket_resp_body_bytes` + `websocket_bereq_header_bytes` + `websocket_bereq_body_bytes`). | [optional] | | **body_size** | **Integer** | Total body bytes delivered (alias for resp_body_bytes). | [optional] | | **header_size** | **Integer** | Total header bytes delivered (alias for resp_header_bytes). | [optional] | | **req_body_bytes** | **Integer** | Total body bytes received. | [optional] | | **req_header_bytes** | **Integer** | Total header bytes received. | [optional] | | **resp_body_bytes** | **Integer** | Total body bytes delivered (edge_resp_body_bytes + shield_resp_body_bytes). | [optional] | @@ -101,10 +101,11 @@ | **status_304** | **Integer** | Number of responses sent with status code 304 (Not Modified). | [optional] | | **status_400** | **Integer** | Number of responses sent with status code 400 (Bad Request). | [optional] | | **status_401** | **Integer** | Number of responses sent with status code 401 (Unauthorized). | [optional] | | **status_403** | **Integer** | Number of responses sent with status code 403 (Forbidden). | [optional] | | **status_404** | **Integer** | Number of responses sent with status code 404 (Not Found). | [optional] | +| **status_406** | **Integer** | Number of responses sent with status code 406 (Not Acceptable). | [optional] | | **status_416** | **Integer** | Number of responses sent with status code 416 (Range Not Satisfiable). | [optional] | | **status_429** | **Integer** | Number of responses sent with status code 429 (Too Many Requests). | [optional] | | **status_500** | **Integer** | Number of responses sent with status code 500 (Internal Server Error). | [optional] | | **status_501** | **Integer** | Number of responses sent with status code 501 (Not Implemented). | [optional] | | **status_502** | **Integer** | Number of responses sent with status code 502 (Bad Gateway). | [optional] | @@ -186,8 +187,30 @@ | **shield_miss_requests** | **Integer** | Number of requests that resulted in a miss at a shield. | [optional] | | **shield_hit_resp_header_bytes** | **Integer** | Header bytes delivered for shield hits. | [optional] | | **shield_hit_resp_body_bytes** | **Integer** | Body bytes delivered for shield hits. | [optional] | | **shield_miss_resp_header_bytes** | **Integer** | Header bytes delivered for shield misses. | [optional] | | **shield_miss_resp_body_bytes** | **Integer** | Body bytes delivered for shield misses. | [optional] | +| **websocket_req_header_bytes** | **Integer** | Total header bytes received from end users over passthrough WebSocket connections. | [optional] | +| **websocket_req_body_bytes** | **Integer** | Total message content bytes received from end users over passthrough WebSocket connections. | [optional] | +| **websocket_resp_header_bytes** | **Integer** | Total header bytes sent to end users over passthrough WebSocket connections. | [optional] | +| **websocket_resp_body_bytes** | **Integer** | Total message content bytes sent to end users over passthrough WebSocket connections. | [optional] | +| **websocket_bereq_header_bytes** | **Integer** | Total header bytes sent to backends over passthrough WebSocket connections. | [optional] | +| **websocket_bereq_body_bytes** | **Integer** | Total message content bytes sent to backends over passthrough WebSocket connections. | [optional] | +| **websocket_beresp_header_bytes** | **Integer** | Total header bytes received from backends over passthrough WebSocket connections. | [optional] | +| **websocket_beresp_body_bytes** | **Integer** | Total message content bytes received from backends over passthrough WebSocket connections. | [optional] | +| **websocket_conn_time_ms** | **Integer** | Total duration of passthrough WebSocket connections with end users. | [optional] | +| **fanout_recv_publishes** | **Integer** | Total published messages received from the publish API endpoint. | [optional] | +| **fanout_send_publishes** | **Integer** | Total published messages sent to end users. | [optional] | +| **object_store_read_requests** | **Integer** | The total number of reads received for the object store. | [optional] | +| **object_store_write_requests** | **Integer** | The total number of writes received for the object store. | [optional] | +| **fanout_req_header_bytes** | **Integer** | Total header bytes received from end users over Fanout connections. | [optional] | +| **fanout_req_body_bytes** | **Integer** | Total body or message content bytes received from end users over Fanout connections. | [optional] | +| **fanout_resp_header_bytes** | **Integer** | Total header bytes sent to end users over Fanout connections. | [optional] | +| **fanout_resp_body_bytes** | **Integer** | Total body or message content bytes sent to end users over Fanout connections, excluding published message content. | [optional] | +| **fanout_bereq_header_bytes** | **Integer** | Total header bytes sent to backends over Fanout connections. | [optional] | +| **fanout_bereq_body_bytes** | **Integer** | Total body or message content bytes sent to backends over Fanout connections. | [optional] | +| **fanout_beresp_header_bytes** | **Integer** | Total header bytes received from backends over Fanout connections. | [optional] | +| **fanout_beresp_body_bytes** | **Integer** | Total body or message content bytes received from backends over Fanout connections. | [optional] | +| **fanout_conn_time_ms** | **Integer** | Total duration of Fanout connections with end users. | [optional] | [[Back to API list]](../../README.md#endpoints) [[Back to README]](../../README.md)