VCL Diff

Compare the changes in generated VCL between two versions of a service. This is sometimes called a "diff" because the comparison may highlight "differences" between the versions. To compare the configuration changes between two versions of a service represented in YAML format instead, use the related diff endpoint.

Data model

diffstringThe differences between two specified versions.
formatstringThe format in which compared VCL changes are being returned in.
fromintegerThe version number of the service to which changes in the generated VCL are being compared.
tointegerThe version number of the service from which changes in the generated VCL are being compared.

Endpoints

Get a comparison of the VCL changes between two service versions

GET/service/service_id/vcl/diff/from/from_version_id/to/to_version_id