Class Provenance
- Namespace
- Styra.Opa.OpenApi.Models.Components
- Assembly
- Styra.Opa.dll
Provenance information can be requested on individual API calls and are returned inline with the API response. To obtain provenance information on an API call, specify the provenance=true
query parameter when executing the API call.
public class Provenance
- Inheritance
-
Provenance
- Inherited Members
Properties
BuildCommit
[JsonProperty("build_commit")]
public string? BuildCommit { get; set; }
Property Value
BuildHost
[JsonProperty("build_host")]
public string? BuildHost { get; set; }
Property Value
BuildTimestamp
[JsonProperty("build_timestamp")]
public DateTime? BuildTimestamp { get; set; }
Property Value
Bundles
[JsonProperty("bundles")]
public Dictionary<string, Revision>? Bundles { get; set; }
Property Value
Version
[JsonProperty("version")]
public string? Version { get; set; }