TLS Edge Traffic Policy Module
Replace TLS Edge Traffic Policy Module
Request
PUT /edges/tls/{id}/traffic_policy
Example Request
Loading…
Parameters
Name | Type | Description |
---|---|---|
enabled | boolean | true if the module will be applied to traffic, false to disable. default true if unspecified |
value | string | the traffic policy that should be applied to the traffic on your endpoint. |
Response
Returns a 200 response on success
Example Response
Loading…
Fields
Name | Type | Description |
---|---|---|
enabled | boolean | true if the module will be applied to traffic, false to disable. default true if unspecified |
value | string | the traffic policy that should be applied to the traffic on your endpoint. |
Get TLS Edge Traffic Policy Module
Request
GET /edges/tls/{id}/traffic_policy
Example Request
Loading…
Response
Returns a 200 response on success
Example Response
Loading…
Fields
Name | Type | Description |
---|---|---|
enabled | boolean | true if the module will be applied to traffic, false to disable. default true if unspecified |
value | string | the traffic policy that should be applied to the traffic on your endpoint. |
Delete TLS Edge Traffic Policy Module
Request
DELETE /edges/tls/{id}/traffic_policy
Example Request
Loading…
Response
Returns a 204 response with no body on success