Structs§
- Create
Custom VclParams - struct for passing parameters to the method
create_custom_vcl
- Delete
Custom VclParams - struct for passing parameters to the method
delete_custom_vcl
- GetCustom
VclBoilerplate Params - struct for passing parameters to the method
get_custom_vcl_boilerplate
- GetCustom
VclGenerated Highlighted Params - struct for passing parameters to the method
get_custom_vcl_generated_highlighted
- GetCustom
VclGenerated Params - struct for passing parameters to the method
get_custom_vcl_generated
- GetCustom
VclHighlighted Params - struct for passing parameters to the method
get_custom_vcl_highlighted
- GetCustom
VclParams - struct for passing parameters to the method
get_custom_vcl
- GetCustom
VclRaw Params - struct for passing parameters to the method
get_custom_vcl_raw
- Lint
VclDefault Params - struct for passing parameters to the method
lint_vcl_default
- Lint
VclFor Service Params - struct for passing parameters to the method
lint_vcl_for_service
- List
Custom VclParams - struct for passing parameters to the method
list_custom_vcl
- SetCustom
VclMain Params - struct for passing parameters to the method
set_custom_vcl_main
- Update
Custom VclParams - struct for passing parameters to the method
update_custom_vcl
Enums§
- Create
Custom VclError - struct for typed errors of method
create_custom_vcl
- Delete
Custom VclError - struct for typed errors of method
delete_custom_vcl
- GetCustom
VclBoilerplate Error - struct for typed errors of method
get_custom_vcl_boilerplate
- GetCustom
VclError - struct for typed errors of method
get_custom_vcl
- GetCustom
VclGenerated Error - struct for typed errors of method
get_custom_vcl_generated
- GetCustom
VclGenerated Highlighted Error - struct for typed errors of method
get_custom_vcl_generated_highlighted
- GetCustom
VclHighlighted Error - struct for typed errors of method
get_custom_vcl_highlighted
- GetCustom
VclRaw Error - struct for typed errors of method
get_custom_vcl_raw
- Lint
VclDefault Error - struct for typed errors of method
lint_vcl_default
- Lint
VclFor Service Error - struct for typed errors of method
lint_vcl_for_service
- List
Custom VclError - struct for typed errors of method
list_custom_vcl
- SetCustom
VclMain Error - struct for typed errors of method
set_custom_vcl_main
- Update
Custom VclError - struct for typed errors of method
update_custom_vcl
Functions§
- create_
custom_ vcl - Upload a VCL for a particular service and version.
- delete_
custom_ vcl - Delete the uploaded VCL for a particular service and version.
- get_
custom_ vcl - Get the uploaded VCL for a particular service and version.
- get_
custom_ vcl_ boilerplate - Return boilerplate VCL with the service’s TTL from the settings.
- get_
custom_ vcl_ generated - Display the generated VCL for a particular service and version.
- get_
custom_ vcl_ generated_ highlighted - Display the content of generated VCL with HTML syntax highlighting. Include line numbers by sending
lineno=true
as a request parameter. - get_
custom_ vcl_ highlighted - Get the uploaded VCL for a particular service and version with HTML syntax highlighting. Include line numbers by sending
lineno=true
as a request parameter. - get_
custom_ vcl_ raw - Download the specified VCL.
- lint_
vcl_ default - This endpoint validates the submitted VCL against a default set of enabled flags. Consider using the
/service/{service_id}/lint
operation to validate VCL in the context of a specific service. - lint_
vcl_ for_ service - Services may have flags set by a Fastly employee or by the purchase of products as addons to the service, which modify the way VCL is interpreted by that service. This endpoint validates the submitted VCL in the context of the specified service.
- list_
custom_ vcl - List the uploaded VCLs for a particular service and version.
- set_
custom_ vcl_ main - Set the specified VCL as the main.
- update_
custom_ vcl - Update the uploaded VCL for a particular service and version.