Table of Contents

Class BatchSuccessfulPolicyEvaluation

Namespace
Styra.Opa.OpenApi.Models.Components
Assembly
Styra.Opa.dll

All batched policy executions succeeded.
The server also returns 200 if the path refers to an undefined document. In this case, responses will be empty.

public class BatchSuccessfulPolicyEvaluation
Inheritance
BatchSuccessfulPolicyEvaluation
Inherited Members

Properties

BatchDecisionId

[JsonProperty("batch_decision_id")]
public string? BatchDecisionId { get; set; }

Property Value

string

Metrics

If query metrics are enabled, this field contains query performance metrics collected during the parse, compile, and evaluation steps.

[JsonProperty("metrics")]
public Dictionary<string, object>? Metrics { get; set; }

Property Value

Dictionary<string, object>

Responses

[JsonProperty("responses")]
public Dictionary<string, SuccessfulPolicyResponse>? Responses { get; set; }

Property Value

Dictionary<string, SuccessfulPolicyResponse>