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
service_id | string | Alphanumeric string identifying the service. |
version | integer | Integer identifying a service version. |
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. |
status | integer | The HTTP Status Code, defaults to 200 . |
response | string | The HTTP Response, defaults to Ok . |
request_condition | string | Condition which, if met, will select this configuration during a request. Optional. |