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: docs/AclsInComputeApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -502,7 +502,7 @@ Name | Type | Description | Notes
502
502
503
503
Update an ACL
504
504
505
-
Update an ACL.
505
+
Update an ACL entry with a new operation or action, this allows you to modify an existing entry or delete it.
506
506
507
507
### Example
508
508
@@ -588,7 +588,7 @@ void (empty response body)
588
588
589
589
| Status code | Description | Response headers |
590
590
|-------------|-------------|------------------|
591
-
**200** | OK | - |
591
+
**202** | ACCEPTED | - |
592
592
593
593
[[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)
Copy file name to clipboardExpand all lines: docs/Backend.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Name | Type | Description | Notes
22
22
**name** | **str** | The name of the backend. | [optional]
23
23
**override_host** | **str, none_type** | If set, will replace the client-supplied HTTP `Host` header on connections to this backend. Applied after VCL has been processed, so this setting will take precedence over changing `bereq.http.Host` in VCL. | [optional]
24
24
**port** | **int** | Port on which the backend server is listening for connections from Fastly. Setting `port` to 80 or 443 will also set `use_ssl` automatically (to false and true respectively), unless explicitly overridden by setting `use_ssl` in the same request. | [optional]
25
+
**prefer_ipv6** | **bool** | Prefer IPv6 connections for DNS hostname lookups. | [optional]
25
26
**request_condition** | **str** | Name of a Condition, which if satisfied, will select this backend during a request. If set, will override any `auto_loadbalance` setting. By default, the first backend added to a service is selected for all requests. | [optional]
26
27
**share_key** | **str, none_type** | Value that when shared across backends will enable those backends to share the same health check. | [optional]
27
28
**shield** | **str, none_type** | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). | [optional]
Copy file name to clipboardExpand all lines: docs/BackendApi.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,7 @@ with fastly.ApiClient(configuration) as api_client:
70
70
name ="test-backend"# str | The name of the backend. (optional)
71
71
override_host ="override_host_example"# str, none_type | If set, will replace the client-supplied HTTP `Host` header on connections to this backend. Applied after VCL has been processed, so this setting will take precedence over changing `bereq.http.Host` in VCL. (optional)
72
72
port =1# int | Port on which the backend server is listening for connections from Fastly. Setting `port` to 80 or 443 will also set `use_ssl` automatically (to false and true respectively), unless explicitly overridden by setting `use_ssl` in the same request. (optional)
73
+
prefer_ipv6 =True# bool | Prefer IPv6 connections for DNS hostname lookups. (optional)
73
74
request_condition ="request_condition_example"# str | Name of a Condition, which if satisfied, will select this backend during a request. If set, will override any `auto_loadbalance` setting. By default, the first backend added to a service is selected for all requests. (optional)
74
75
share_key ="C"# str, none_type | Value that when shared across backends will enable those backends to share the same health check. (optional)
75
76
shield ="shield_example"# str, none_type | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). (optional)
@@ -100,7 +101,7 @@ with fastly.ApiClient(configuration) as api_client:
print("Exception when calling BackendApi->create_backend: %s\n"% e)
@@ -131,6 +132,7 @@ Name | Type | Description | Notes
131
132
**name** | **str**| The name of the backend. | [optional]
132
133
**override_host** | **str, none_type**| If set, will replace the client-supplied HTTP `Host` header on connections to this backend. Applied after VCL has been processed, so this setting will take precedence over changing `bereq.http.Host` in VCL. | [optional]
133
134
**port** | **int**| Port on which the backend server is listening for connections from Fastly. Setting `port` to 80 or 443 will also set `use_ssl` automatically (to false and true respectively), unless explicitly overridden by setting `use_ssl` in the same request. | [optional]
135
+
**prefer_ipv6** | **bool**| Prefer IPv6 connections for DNS hostname lookups. | [optional]
134
136
**request_condition** | **str**| Name of a Condition, which if satisfied, will select this backend during a request. If set, will override any `auto_loadbalance` setting. By default, the first backend added to a service is selected for all requests. | [optional]
135
137
**share_key** | **str, none_type**| Value that when shared across backends will enable those backends to share the same health check. | [optional]
136
138
**shield** | **str, none_type**| Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). | [optional]
@@ -474,6 +476,7 @@ with fastly.ApiClient(configuration) as api_client:
474
476
name ="test-backend"# str | The name of the backend. (optional)
475
477
override_host ="override_host_example"# str, none_type | If set, will replace the client-supplied HTTP `Host` header on connections to this backend. Applied after VCL has been processed, so this setting will take precedence over changing `bereq.http.Host` in VCL. (optional)
476
478
port =1# int | Port on which the backend server is listening for connections from Fastly. Setting `port` to 80 or 443 will also set `use_ssl` automatically (to false and true respectively), unless explicitly overridden by setting `use_ssl` in the same request. (optional)
479
+
prefer_ipv6 =True# bool | Prefer IPv6 connections for DNS hostname lookups. (optional)
477
480
request_condition ="request_condition_example"# str | Name of a Condition, which if satisfied, will select this backend during a request. If set, will override any `auto_loadbalance` setting. By default, the first backend added to a service is selected for all requests. (optional)
478
481
share_key ="C"# str, none_type | Value that when shared across backends will enable those backends to share the same health check. (optional)
479
482
shield ="shield_example"# str, none_type | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). (optional)
@@ -504,7 +507,7 @@ with fastly.ApiClient(configuration) as api_client:
print("Exception when calling BackendApi->update_backend: %s\n"% e)
@@ -536,6 +539,7 @@ Name | Type | Description | Notes
536
539
**name** | **str**| The name of the backend. | [optional]
537
540
**override_host** | **str, none_type**| If set, will replace the client-supplied HTTP `Host` header on connections to this backend. Applied after VCL has been processed, so this setting will take precedence over changing `bereq.http.Host` in VCL. | [optional]
538
541
**port** | **int**| Port on which the backend server is listening for connections from Fastly. Setting `port` to 80 or 443 will also set `use_ssl` automatically (to false and true respectively), unless explicitly overridden by setting `use_ssl` in the same request. | [optional]
542
+
**prefer_ipv6** | **bool**| Prefer IPv6 connections for DNS hostname lookups. | [optional]
539
543
**request_condition** | **str**| Name of a Condition, which if satisfied, will select this backend during a request. If set, will override any `auto_loadbalance` setting. By default, the first backend added to a service is selected for all requests. | [optional]
540
544
**share_key** | **str, none_type**| Value that when shared across backends will enable those backends to share the same health check. | [optional]
541
545
**shield** | **str, none_type**| Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). | [optional]
Copy file name to clipboardExpand all lines: docs/BackendResponse.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ Name | Type | Description | Notes
22
22
**name** | **str** | The name of the backend. | [optional]
23
23
**override_host** | **str, none_type** | If set, will replace the client-supplied HTTP `Host` header on connections to this backend. Applied after VCL has been processed, so this setting will take precedence over changing `bereq.http.Host` in VCL. | [optional]
24
24
**port** | **int** | Port on which the backend server is listening for connections from Fastly. Setting `port` to 80 or 443 will also set `use_ssl` automatically (to false and true respectively), unless explicitly overridden by setting `use_ssl` in the same request. | [optional]
25
+
**prefer_ipv6** | **bool** | Prefer IPv6 connections for DNS hostname lookups. | [optional]
25
26
**request_condition** | **str** | Name of a Condition, which if satisfied, will select this backend during a request. If set, will override any `auto_loadbalance` setting. By default, the first backend added to a service is selected for all requests. | [optional]
26
27
**share_key** | **str, none_type** | Value that when shared across backends will enable those backends to share the same health check. | [optional]
27
28
**shield** | **str, none_type** | Identifier of the POP to use as a [shield](https://docs.fastly.com/en/guides/shielding). | [optional]
**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]
12
+
13
+
[[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]
9
+
10
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
**object** | **str** | Name of the object | [optional]
9
+
**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)
**services** | **[str]** | A list of services with Bot Management enabled. | [optional]
8
+
**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]
9
+
10
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments