Share feedback
Answers are generated based on the documentation.

Experimental

Schema

GetNetworkPoliciesResponse

Type: object

GetNetworkPoliciesResponse binds both views to exact.revision; a partial read fails.
effective · required

Schema: EffectiveNetworkPolicy

exact · required

Schema: ExactNetworkPolicy

All schema constraints and annotations
{
  "description": "GetNetworkPoliciesResponse binds both views to exact.revision; a partial read fails.",
  "properties": {
    "effective": {
      "$ref": "#/components/schemas/EffectiveNetworkPolicy"
    },
    "exact": {
      "$ref": "#/components/schemas/ExactNetworkPolicy"
    }
  },
  "required": [
    "effective",
    "exact"
  ],
  "title": "GetNetworkPoliciesResponse",
  "type": "object"
}