Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.26 KB

SnippetResponse.md

File metadata and controls

20 lines (16 loc) · 1.26 KB

Fastly.SnippetResponse

Properties

Name Type Description Notes
name String The name for the snippet. [optional]
type String The location in generated VCL where the snippet should be placed. [optional] [one of: "init", "recv", "hash", "hit", "miss", "pass", "fetch", "error", "deliver", "log", "none"]
content String The VCL code that specifies exactly what the snippet does. [optional]
priority String Priority determines execution order. Lower numbers execute first. [optional] [defaults to '100']
dynamic String Sets the snippet version. [optional] [one of: "0", "1"]
created_at Date Date and time in ISO 8601 format. [optional] [readonly]
deleted_at Date Date and time in ISO 8601 format. [optional] [readonly]
updated_at Date Date and time in ISO 8601 format. [optional] [readonly]
service_id String [optional] [readonly]
version String String representing the number identifying a version of the service. [optional] [readonly]
id String [optional] [readonly]

[Back to API list] [Back to README]