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 backend architecture. Best when used with Condition objects.

Data model

cache_conditionstringName of the cache condition controlling when this configuration applies.
contentstringThe content to deliver for the response object, can be empty.
content_typestringThe MIME type of the content, can be empty.
namestringName for the request settings.
request_conditionstringCondition which, if met, will select this configuration during a request. Optional.
responsestringThe HTTP response. [Default Ok]
statusintegerThe HTTP status code. [Default 200]
created_atstringDate and time in ISO 8601 format. Read-only.
deleted_atstringDate and time in ISO 8601 format. Read-only.
service_idstringAlphanumeric string identifying the service. Read-only.
updated_atstringDate and time in ISO 8601 format. Read-only.
versionintegerInteger identifying a service version. Read-only.

Endpoints

List Response objects

GET/service/service_id/version/version_id/response_object

Create a Response object

POST/service/service_id/version/version_id/response_object

Get a Response object

GET/service/service_id/version/version_id/response_object/response_object_name

Update a Response object

PUT/service/service_id/version/version_id/response_object/response_object_name

Delete a Response Object

DELETE/service/service_id/version/version_id/response_object/response_object_name