Table of Contents

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

string

BuildHost

[JsonProperty("build_host")]
public string? BuildHost { get; set; }

Property Value

string

BuildTimestamp

[JsonProperty("build_timestamp")]
public DateTime? BuildTimestamp { get; set; }

Property Value

DateTime?

Bundles

[JsonProperty("bundles")]
public Dictionary<string, Revision>? Bundles { get; set; }

Property Value

Dictionary<string, Revision>

Version

[JsonProperty("version")]
public string? Version { get; set; }

Property Value

string