You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
10
+
11
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/RealtimeMeasurements.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,6 +24,7 @@ Name | Type | Description | Notes
24
24
**compute_execution_time_ms** | **float** | The amount of active CPU time used to process your requests (in milliseconds). | [optional]
25
25
**compute_ram_used** | **int** | The amount of RAM used for your service by Fastly (in bytes). | [optional]
26
26
**compute_request_time_ms** | **float** | The total, actual amount of time used to process your requests, including active CPU time (in milliseconds). | [optional]
27
+
**compute_request_time_billed_ms** | **float** | The total amount of request processing time you will be billed for, measured in 50 millisecond increments. | [optional]
27
28
**shield** | **int** | Number of requests from edge to the shield POP. | [optional]
28
29
**ipv6** | **int** | Number of requests that were received over IPv6. | [optional]
29
30
**imgopto** | **int** | Number of responses that came from the Fastly Image Optimizer service. If the service receives 10 requests for an image, this stat will be 10 regardless of how many times the image was transformed. | [optional]
@@ -203,10 +204,10 @@ Name | Type | Description | Notes
203
204
**websocket_resp_body_bytes** | **int** | Total message content bytes sent to end users over passthrough WebSocket connections. | [optional]
204
205
**fanout_recv_publishes** | **int** | Total published messages received from the publish API endpoint. | [optional]
205
206
**fanout_send_publishes** | **int** | Total published messages sent to end users. | [optional]
206
-
**object_store_class_a_operations** | **int** | The total number of class a operations for the object store. | [optional]
207
-
**object_store_class_b_operations** | **int** | The total number of class b operations for the object store. | [optional]
208
-
**object_store_read_requests** | **int** | Use object_store_class_b_operations. | [optional]
209
-
**object_store_write_requests** | **int** | Use object_store_class_a_operations. | [optional]
207
+
**kv_store_class_a_operations** | **int** | The total number of class a operations for the KV store. | [optional]
208
+
**kv_store_class_b_operations** | **int** | The total number of class b operations for the KV store. | [optional]
209
+
**object_store_class_a_operations** | **int** | Use kv_store_class_a_operations. | [optional]
210
+
**object_store_class_b_operations** | **int** | Use kv_store_class_b_operations. | [optional]
210
211
**fanout_req_header_bytes** | **int** | Total header bytes received from end users over Fanout connections. | [optional]
211
212
**fanout_req_body_bytes** | **int** | Total body or message content bytes received from end users over Fanout connections. | [optional]
212
213
**fanout_resp_header_bytes** | **int** | Total header bytes sent to end users over Fanout connections. | [optional]
Copy file name to clipboardExpand all lines: docs/Results.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,7 @@ Name | Type | Description | Notes
155
155
**segblock_shield_fetches** | **int** | Number of `Range` requests to a shield for segments of resources when using segmented caching. | [optional]
156
156
**compute_requests** | **int** | The total number of requests that were received for your service by Fastly. | [optional]
157
157
**compute_request_time_ms** | **float** | The total, actual amount of time used to process your requests, including active CPU time (in milliseconds). | [optional]
158
+
**compute_request_time_billed_ms** | **float** | The total amount of request processing time you will be billed for, measured in 50 millisecond increments. | [optional]
158
159
**compute_ram_used** | **int** | The amount of RAM used for your service by Fastly (in bytes). | [optional]
159
160
**compute_execution_time_ms** | **float** | The amount of active CPU time used to process your requests (in milliseconds). | [optional]
160
161
**compute_req_header_bytes** | **int** | Total header bytes received by Compute@Edge. | [optional]
@@ -201,10 +202,10 @@ Name | Type | Description | Notes
201
202
**websocket_conn_time_ms** | **int** | Total duration of passthrough WebSocket connections with end users. | [optional]
202
203
**fanout_recv_publishes** | **int** | Total published messages received from the publish API endpoint. | [optional]
203
204
**fanout_send_publishes** | **int** | Total published messages sent to end users. | [optional]
204
-
**object_store_class_a_operations** | **int** | The total number of class a operations for the object store. | [optional]
205
-
**object_store_class_b_operations** | **int** | The total number of class b operations for the object store. | [optional]
206
-
**object_store_read_requests** | **int** | Use object_store_class_b_operations. | [optional]
207
-
**object_store_write_requests** | **int** | Use object_store_class_a_operations. | [optional]
205
+
**kv_store_class_a_operations** | **int** | The total number of class a operations for the KV store. | [optional]
206
+
**kv_store_class_b_operations** | **int** | The total number of class b operations for the KV store. | [optional]
207
+
**object_store_class_a_operations** | **int** | Use kv_store_class_a_operations. | [optional]
208
+
**object_store_class_b_operations** | **int** | Use kv_store_class_b_operations. | [optional]
208
209
**fanout_req_header_bytes** | **int** | Total header bytes received from end users over Fanout connections. | [optional]
209
210
**fanout_req_body_bytes** | **int** | Total body or message content bytes received from end users over Fanout connections. | [optional]
210
211
**fanout_resp_header_bytes** | **int** | Total header bytes sent to end users over Fanout connections. | [optional]
**token_id** | **str**| Alphanumeric string identifying a token. |
71
+
72
+
### Return type
73
+
74
+
[**TokenResponse**](TokenResponse.md)
75
+
76
+
### Authorization
77
+
78
+
[token](../README.md#token)
79
+
80
+
### HTTP request headers
81
+
82
+
-**Content-Type**: Not defined
83
+
-**Accept**: application/json
84
+
85
+
86
+
### HTTP response details
87
+
88
+
| Status code | Description | Response headers |
89
+
|-------------|-------------|------------------|
90
+
**200** | OK | - |
91
+
**401** | Missing or expired token. | - |
92
+
**403** | Invalid token. | - |
93
+
**404** | Token lookup failed. | - |
94
+
95
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments