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
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
A Go client library for interacting with most facets of the [Fastly API](https://developer.fastly.com/reference/api).
4
4
5
-
> **NOTE:** This API client is auto-generated from Fastly's OpenAPI specification and may not function correctly when used on the Compute@Edge platform. Support for Compute@Edge is on the roadmap but has not yet been prioritised.
5
+
> **NOTE:** This API client is auto-generated from Fastly's OpenAPI specification and may not function correctly when used on the Compute platform. Support for Compute is on the roadmap but has not yet been prioritised.
6
6
7
7
## Requirements
8
8
@@ -14,7 +14,7 @@ Add the following to your project's `go.mod`:
*OriginInspectorRealtimeAPI* | [**GetOriginInspectorLast120Seconds**](docs/OriginInspectorRealtimeAPI.md#getorigininspectorlast120seconds) | **GET**`/v1/origins/{service_id}/ts/h` | Get real-time origin data for the last 120 seconds
407
407
*OriginInspectorRealtimeAPI* | [**GetOriginInspectorLastMaxEntries**](docs/OriginInspectorRealtimeAPI.md#getorigininspectorlastmaxentries) | **GET**`/v1/origins/{service_id}/ts/h/limit/{max_entries}` | Get a limited number of real-time origin data entries
408
408
*OriginInspectorRealtimeAPI* | [**GetOriginInspectorLastSecond**](docs/OriginInspectorRealtimeAPI.md#getorigininspectorlastsecond) | **GET**`/v1/origins/{service_id}/ts/{start_timestamp}` | Get real-time origin data from specific time.
409
-
*PackageAPI* | [**GetPackage**](docs/PackageAPI.md#getpackage) | **GET**`/service/{service_id}/version/{version_id}/package` | Get details of the service's Compute@Edge package.
410
-
*PackageAPI* | [**PutPackage**](docs/PackageAPI.md#putpackage) | **PUT**`/service/{service_id}/version/{version_id}/package` | Upload a Compute@Edge package.
409
+
*PackageAPI* | [**GetPackage**](docs/PackageAPI.md#getpackage) | **GET**`/service/{service_id}/version/{version_id}/package` | Get details of the service's Compute package.
410
+
*PackageAPI* | [**PutPackage**](docs/PackageAPI.md#putpackage) | **PUT**`/service/{service_id}/version/{version_id}/package` | Upload a Compute package.
411
411
*PoolAPI* | [**CreateServerPool**](docs/PoolAPI.md#createserverpool) | **POST**`/service/{service_id}/version/{version_id}/pool` | Create a server pool
412
412
*PoolAPI* | [**DeleteServerPool**](docs/PoolAPI.md#deleteserverpool) | **DELETE**`/service/{service_id}/version/{version_id}/pool/{pool_name}` | Delete a server pool
413
413
*PoolAPI* | [**GetServerPool**](docs/PoolAPI.md#getserverpool) | **GET**`/service/{service_id}/version/{version_id}/pool/{pool_name}` | Get a server pool
Copy file name to clipboardExpand all lines: docs/HistoricalFieldResultsAttributes.md
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -157,19 +157,19 @@ Name | Type | Description | Notes
157
157
**ComputeRequestTimeBilledMs** | Pointer to **float32** | The total amount of request processing time you will be billed for, measured in 50 millisecond increments. | [optional]
158
158
**ComputeRAMUsed** | Pointer to **int32** | The amount of RAM used for your service by Fastly (in bytes). | [optional]
159
159
**ComputeExecutionTimeMs** | Pointer to **float32** | The amount of active CPU time used to process your requests (in milliseconds). | [optional]
160
-
**ComputeReqHeaderBytes** | Pointer to **int32** | Total header bytes received by Compute@Edge. | [optional]
161
-
**ComputeReqBodyBytes** | Pointer to **int32** | Total body bytes received by Compute@Edge. | [optional]
162
-
**ComputeRespHeaderBytes** | Pointer to **int32** | Total header bytes sent from Compute@Edge to end user. | [optional]
163
-
**ComputeRespBodyBytes** | Pointer to **int32** | Total body bytes sent from Compute@Edge to end user. | [optional]
164
-
**ComputeRespStatus1xx** | Pointer to **int32** | Number of \"Informational\" category status codes delivered by Compute@Edge. | [optional]
165
-
**ComputeRespStatus2xx** | Pointer to **int32** | Number of \"Success\" category status codes delivered by Compute@Edge. | [optional]
166
-
**ComputeRespStatus3xx** | Pointer to **int32** | Number of \"Redirection\" category status codes delivered by Compute@Edge. | [optional]
167
-
**ComputeRespStatus4xx** | Pointer to **int32** | Number of \"Client Error\" category status codes delivered by Compute@Edge. | [optional]
168
-
**ComputeRespStatus5xx** | Pointer to **int32** | Number of \"Server Error\" category status codes delivered by Compute@Edge. | [optional]
169
-
**ComputeBereqHeaderBytes** | Pointer to **int32** | Total header bytes sent to backends (origins) by Compute@Edge. | [optional]
170
-
**ComputeBereqBodyBytes** | Pointer to **int32** | Total body bytes sent to backends (origins) by Compute@Edge. | [optional]
171
-
**ComputeBerespHeaderBytes** | Pointer to **int32** | Total header bytes received from backends (origins) by Compute@Edge. | [optional]
172
-
**ComputeBerespBodyBytes** | Pointer to **int32** | Total body bytes received from backends (origins) by Compute@Edge. | [optional]
160
+
**ComputeReqHeaderBytes** | Pointer to **int32** | Total header bytes received by the Compute platform. | [optional]
161
+
**ComputeReqBodyBytes** | Pointer to **int32** | Total body bytes received by the Compute platform. | [optional]
162
+
**ComputeRespHeaderBytes** | Pointer to **int32** | Total header bytes sent from Compute to end user. | [optional]
163
+
**ComputeRespBodyBytes** | Pointer to **int32** | Total body bytes sent from Compute to end user. | [optional]
164
+
**ComputeRespStatus1xx** | Pointer to **int32** | Number of \"Informational\" category status codes delivered by the Compute platform. | [optional]
165
+
**ComputeRespStatus2xx** | Pointer to **int32** | Number of \"Success\" category status codes delivered by the Compute platform. | [optional]
166
+
**ComputeRespStatus3xx** | Pointer to **int32** | Number of \"Redirection\" category status codes delivered by the Compute platform. | [optional]
167
+
**ComputeRespStatus4xx** | Pointer to **int32** | Number of \"Client Error\" category status codes delivered by the Compute platform. | [optional]
168
+
**ComputeRespStatus5xx** | Pointer to **int32** | Number of \"Server Error\" category status codes delivered by the Compute platform. | [optional]
169
+
**ComputeBereqHeaderBytes** | Pointer to **int32** | Total header bytes sent to backends (origins) by the Compute platform. | [optional]
170
+
**ComputeBereqBodyBytes** | Pointer to **int32** | Total body bytes sent to backends (origins) by the Compute platform. | [optional]
171
+
**ComputeBerespHeaderBytes** | Pointer to **int32** | Total header bytes received from backends (origins) by the Compute platform. | [optional]
172
+
**ComputeBerespBodyBytes** | Pointer to **int32** | Total body bytes received from backends (origins) by the Compute platform. | [optional]
173
173
**ComputeBereqs** | Pointer to **int32** | Number of backend requests started. | [optional]
174
174
**ComputeBereqErrors** | Pointer to **int32** | Number of backend request errors, including timeouts. | [optional]
175
175
**ComputeResourceLimitExceeded** | Pointer to **int32** | Number of times a guest exceeded its resource limit, includes heap, stack, globals, and code execution timeout. | [optional]
0 commit comments