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
+32-14
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,11 @@ WebService::Fastly - an interface to most facets of the [Fastly API](https://dev
4
4
5
5
# VERSION
6
6
7
-
2.01
7
+
2.02
8
+
9
+
> NOTE: This 2.x release is a new [generated API client](https://dev.to/fastly/better-fastly-api-clients-with-openapi-generator-3lno) for the Fastly API.
10
+
> The previous 1.x version is no longer supported, but can be found at https://github.com/fastly/fastly-perl/tree/v1.x.
*ObjectStoreItemApi* | [**get_keys**](docs/ObjectStoreItemApi.md#get_keys) | **GET** /resources/stores/object/{store_id}/keys | List object store keys.
325
+
*ObjectStoreItemApi* | [**get_value_for_key**](docs/ObjectStoreItemApi.md#get_value_for_key) | **GET** /resources/stores/object/{store_id}/keys/{key_name} | Get the value of an object store item
326
+
*ObjectStoreItemApi* | [**set_value_for_key**](docs/ObjectStoreItemApi.md#set_value_for_key) | **PUT** /resources/stores/object/{store_id}/keys/{key_name} | Insert an item into an object store
314
327
*PackageApi* | [**get_package**](docs/PackageApi.md#get_package) | **GET** /service/{service_id}/version/{version_id}/package | Get details of the service's Compute@Edge package.
*PoolApi* | [**create_server_pool**](docs/PoolApi.md#create_server_pool) | **POST** /service/{service_id}/version/{version_id}/pool | Create a server pool
Copy file name to clipboardexpand all lines: docs/Backend.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ Name | Type | Description | Notes
19
19
**hostname** | **string** | The hostname of the backend. May be used as an alternative to `address` to set the backend location. | [optional]
20
20
**ipv4** | **string** | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional]
21
21
**ipv6** | **string** | IPv6 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional]
22
-
**keepalive_time** | **int** | How long to keep a persistent connection to the backend between requests. | [optional]
22
+
**keepalive_time** | **int** | How long in seconds to keep a persistent connection to the backend between requests. | [optional]
23
23
**max_conn** | **int** | Maximum number of concurrent connections this backend will accept. | [optional]
24
24
**max_tls_version** | **string** | Maximum allowed TLS version on SSL connections to this backend. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional]
25
25
**min_tls_version** | **string** | Minimum allowed TLS version on SSL connections to this backend. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional]
Copy file name to clipboardexpand all lines: docs/BackendApi.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ my $healthcheck = "healthcheck_example"; # string | The name of the healthcheck
48
48
my$hostname = "hostname_example"; # string | The hostname of the backend. May be used as an alternative to `address` to set the backend location.
49
49
my$ipv4 = "ipv4_example"; # string | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location.
50
50
my$ipv6 = "ipv6_example"; # string | IPv6 address of the backend. May be used as an alternative to `address` to set the backend location.
51
-
my$keepalive_time = 56; # int | How long to keep a persistent connection to the backend between requests.
51
+
my$keepalive_time = 56; # int | How long in seconds to keep a persistent connection to the backend between requests.
52
52
my$max_conn = 56; # int | Maximum number of concurrent connections this backend will accept.
53
53
my$max_tls_version = "max_tls_version_example"; # string | Maximum allowed TLS version on SSL connections to this backend. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated.
54
54
my$min_tls_version = "min_tls_version_example"; # string | Minimum allowed TLS version on SSL connections to this backend. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated.
@@ -94,7 +94,7 @@ Name | Type | Description | Notes
94
94
**hostname** | **string**| The hostname of the backend. May be used as an alternative to `address` to set the backend location. | [optional]
95
95
**ipv4** | **string**| IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional]
96
96
**ipv6** | **string**| IPv6 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional]
97
-
**keepalive_time** | **int**| How long to keep a persistent connection to the backend between requests. | [optional]
97
+
**keepalive_time** | **int**| How long in seconds to keep a persistent connection to the backend between requests. | [optional]
98
98
**max_conn** | **int**| Maximum number of concurrent connections this backend will accept. | [optional]
99
99
**max_tls_version** | **string**| Maximum allowed TLS version on SSL connections to this backend. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional]
100
100
**min_tls_version** | **string**| Minimum allowed TLS version on SSL connections to this backend. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional]
@@ -325,7 +325,7 @@ my $healthcheck = "healthcheck_example"; # string | The name of the healthcheck
325
325
my$hostname = "hostname_example"; # string | The hostname of the backend. May be used as an alternative to `address` to set the backend location.
326
326
my$ipv4 = "ipv4_example"; # string | IPv4 address of the backend. May be used as an alternative to `address` to set the backend location.
327
327
my$ipv6 = "ipv6_example"; # string | IPv6 address of the backend. May be used as an alternative to `address` to set the backend location.
328
-
my$keepalive_time = 56; # int | How long to keep a persistent connection to the backend between requests.
328
+
my$keepalive_time = 56; # int | How long in seconds to keep a persistent connection to the backend between requests.
329
329
my$max_conn = 56; # int | Maximum number of concurrent connections this backend will accept.
330
330
my$max_tls_version = "max_tls_version_example"; # string | Maximum allowed TLS version on SSL connections to this backend. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated.
331
331
my$min_tls_version = "min_tls_version_example"; # string | Minimum allowed TLS version on SSL connections to this backend. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated.
@@ -372,7 +372,7 @@ Name | Type | Description | Notes
372
372
**hostname** | **string**| The hostname of the backend. May be used as an alternative to `address` to set the backend location. | [optional]
373
373
**ipv4** | **string**| IPv4 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional]
374
374
**ipv6** | **string**| IPv6 address of the backend. May be used as an alternative to `address` to set the backend location. | [optional]
375
-
**keepalive_time** | **int**| How long to keep a persistent connection to the backend between requests. | [optional]
375
+
**keepalive_time** | **int**| How long in seconds to keep a persistent connection to the backend between requests. | [optional]
376
376
**max_conn** | **int**| Maximum number of concurrent connections this backend will accept. | [optional]
377
377
**max_tls_version** | **string**| Maximum allowed TLS version on SSL connections to this backend. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional]
378
378
**min_tls_version** | **string**| Minimum allowed TLS version on SSL connections to this backend. If your backend server is not able to negotiate a connection meeting this constraint, a synthetic `503` error response will be generated. | [optional]
0 commit comments