Response object
Allows you to create synthetic responses that exist entirely on the varnish machine. Useful for creating error or maintenance pages that exists outside the scope of your datacenter. Best when used with Condition objects.
Data model
cache_condition | string | Name of the cache condition controlling when this configuration applies. |
content | string | The content to deliver for the response object, can be empty. |
content_type | string | The MIME type of the content, can be empty. |
name | string | Name for the request settings. |
request_condition | string | Condition which, if met, will select this configuration during a request. Optional. |
response | string | The HTTP response. |
service_id | string | Alphanumeric string identifying the service. |
status | integer | The HTTP status code. |
version | integer | Integer identifying a service version. |