konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginOasValidation
Explore with Pulumi AI
Using getGatewayPluginOasValidation
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGatewayPluginOasValidation(args: GetGatewayPluginOasValidationArgs, opts?: InvokeOptions): Promise<GetGatewayPluginOasValidationResult>
function getGatewayPluginOasValidationOutput(args: GetGatewayPluginOasValidationOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginOasValidationResult>
def get_gateway_plugin_oas_validation(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginOasValidationResult
def get_gateway_plugin_oas_validation_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginOasValidationResult]
func LookupGatewayPluginOasValidation(ctx *Context, args *LookupGatewayPluginOasValidationArgs, opts ...InvokeOption) (*LookupGatewayPluginOasValidationResult, error)
func LookupGatewayPluginOasValidationOutput(ctx *Context, args *LookupGatewayPluginOasValidationOutputArgs, opts ...InvokeOption) LookupGatewayPluginOasValidationResultOutput
> Note: This function is named LookupGatewayPluginOasValidation
in the Go SDK.
public static class GetGatewayPluginOasValidation
{
public static Task<GetGatewayPluginOasValidationResult> InvokeAsync(GetGatewayPluginOasValidationArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginOasValidationResult> Invoke(GetGatewayPluginOasValidationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginOasValidationResult> getGatewayPluginOasValidation(GetGatewayPluginOasValidationArgs args, InvokeOptions options)
public static Output<GetGatewayPluginOasValidationResult> getGatewayPluginOasValidation(GetGatewayPluginOasValidationArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginOasValidation:getGatewayPluginOasValidation
arguments:
# arguments dictionary
The following arguments are supported:
- Control
Plane stringId
- Control
Plane stringId
- control
Plane StringId
- control
Plane stringId
- control_
plane_ strid
- control
Plane StringId
getGatewayPluginOasValidation Result
The following output properties are available:
- Config
Get
Gateway Plugin Oas Validation Config - Consumer
Get
Gateway Plugin Oas Validation Consumer - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Oas Validation Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Oas Validation Route - Service
Get
Gateway Plugin Oas Validation Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Oas Validation Config - Consumer
Get
Gateway Plugin Oas Validation Consumer - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Oas Validation Ordering - Protocols []string
- Route
Get
Gateway Plugin Oas Validation Route - Service
Get
Gateway Plugin Oas Validation Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Oas Validation Config - consumer
Get
Gateway Plugin Oas Validation Consumer - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Oas Validation Ordering - protocols List<String>
- route
Get
Gateway Plugin Oas Validation Route - service
Get
Gateway Plugin Oas Validation Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Oas Validation Config - consumer
Get
Gateway Plugin Oas Validation Consumer - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Oas Validation Ordering - protocols string[]
- route
Get
Gateway Plugin Oas Validation Route - service
Get
Gateway Plugin Oas Validation Service - string[]
- updated
At number
- config
Get
Gateway Plugin Oas Validation Config - consumer
Get
Gateway Plugin Oas Validation Consumer - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Oas Validation Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Oas Validation Route - service
Get
Gateway Plugin Oas Validation Service - Sequence[str]
- updated_
at float
- config Property Map
- consumer Property Map
- control
Plane StringId - created
At Number - enabled Boolean
- id String
- instance
Name String - ordering Property Map
- protocols List<String>
- route Property Map
- service Property Map
- List<String>
- updated
At Number
Supporting Types
GetGatewayPluginOasValidationConfig
- Allowed
Header stringParameters - List of header parameters in the request that will be ignored when performing HTTP header validation. These are additional headers added to an API request beyond those defined in the API specification. For example, you might include the HTTP header
User-Agent
, which lets servers and network peers identify the application, operating system, vendor, and/or version of the requesting user agent. - Api
Spec string - The API specification defined using either Swagger or the OpenAPI. This can be either a JSON or YAML based file. If using a YAML file, the spec needs to be URI-Encoded to preserve the YAML format.
- Api
Spec boolEncoded - Indicates whether the api_spec is URI-Encoded.
- Custom
Base stringPath - The base path to be used for path match evaluation. This value is ignored if
include_base_path
is set tofalse
. - Header
Parameter boolCheck - If set to true, checks if HTTP header parameters in the request exist in the API specification.
- Include
Base boolPath - Indicates whether to include the base path when performing path match evaluation.
- Notify
Only boolRequest Validation Failure - If set to true, notifications via event hooks are enabled, but request based validation failures don't affect the request flow.
- Notify
Only boolResponse Body Validation Failure - If set to true, notifications via event hooks are enabled, but response validation failures don't affect the response flow.
- Query
Parameter boolCheck - If set to true, checks if query parameters in the request exist in the API specification.
- Validate
Request boolBody - If set to true, validates the request body content against the API specification.
- Validate
Request boolHeader Params - If set to true, validates HTTP header parameters against the API specification.
- Validate
Request boolQuery Params - If set to true, validates query parameters against the API specification.
- Validate
Request boolUri Params - If set to true, validates URI parameters in the request against the API specification.
- Validate
Response boolBody - If set to true, validates the response from the upstream services against the API specification. If validation fails, it results in an
HTTP 406 Not Acceptable
status code. - Verbose
Response bool - If set to true, returns a detailed error message for invalid requests & responses. This is useful while testing.
- Allowed
Header stringParameters - List of header parameters in the request that will be ignored when performing HTTP header validation. These are additional headers added to an API request beyond those defined in the API specification. For example, you might include the HTTP header
User-Agent
, which lets servers and network peers identify the application, operating system, vendor, and/or version of the requesting user agent. - Api
Spec string - The API specification defined using either Swagger or the OpenAPI. This can be either a JSON or YAML based file. If using a YAML file, the spec needs to be URI-Encoded to preserve the YAML format.
- Api
Spec boolEncoded - Indicates whether the api_spec is URI-Encoded.
- Custom
Base stringPath - The base path to be used for path match evaluation. This value is ignored if
include_base_path
is set tofalse
. - Header
Parameter boolCheck - If set to true, checks if HTTP header parameters in the request exist in the API specification.
- Include
Base boolPath - Indicates whether to include the base path when performing path match evaluation.
- Notify
Only boolRequest Validation Failure - If set to true, notifications via event hooks are enabled, but request based validation failures don't affect the request flow.
- Notify
Only boolResponse Body Validation Failure - If set to true, notifications via event hooks are enabled, but response validation failures don't affect the response flow.
- Query
Parameter boolCheck - If set to true, checks if query parameters in the request exist in the API specification.
- Validate
Request boolBody - If set to true, validates the request body content against the API specification.
- Validate
Request boolHeader Params - If set to true, validates HTTP header parameters against the API specification.
- Validate
Request boolQuery Params - If set to true, validates query parameters against the API specification.
- Validate
Request boolUri Params - If set to true, validates URI parameters in the request against the API specification.
- Validate
Response boolBody - If set to true, validates the response from the upstream services against the API specification. If validation fails, it results in an
HTTP 406 Not Acceptable
status code. - Verbose
Response bool - If set to true, returns a detailed error message for invalid requests & responses. This is useful while testing.
- allowed
Header StringParameters - List of header parameters in the request that will be ignored when performing HTTP header validation. These are additional headers added to an API request beyond those defined in the API specification. For example, you might include the HTTP header
User-Agent
, which lets servers and network peers identify the application, operating system, vendor, and/or version of the requesting user agent. - api
Spec String - The API specification defined using either Swagger or the OpenAPI. This can be either a JSON or YAML based file. If using a YAML file, the spec needs to be URI-Encoded to preserve the YAML format.
- api
Spec BooleanEncoded - Indicates whether the api_spec is URI-Encoded.
- custom
Base StringPath - The base path to be used for path match evaluation. This value is ignored if
include_base_path
is set tofalse
. - header
Parameter BooleanCheck - If set to true, checks if HTTP header parameters in the request exist in the API specification.
- include
Base BooleanPath - Indicates whether to include the base path when performing path match evaluation.
- notify
Only BooleanRequest Validation Failure - If set to true, notifications via event hooks are enabled, but request based validation failures don't affect the request flow.
- notify
Only BooleanResponse Body Validation Failure - If set to true, notifications via event hooks are enabled, but response validation failures don't affect the response flow.
- query
Parameter BooleanCheck - If set to true, checks if query parameters in the request exist in the API specification.
- validate
Request BooleanBody - If set to true, validates the request body content against the API specification.
- validate
Request BooleanHeader Params - If set to true, validates HTTP header parameters against the API specification.
- validate
Request BooleanQuery Params - If set to true, validates query parameters against the API specification.
- validate
Request BooleanUri Params - If set to true, validates URI parameters in the request against the API specification.
- validate
Response BooleanBody - If set to true, validates the response from the upstream services against the API specification. If validation fails, it results in an
HTTP 406 Not Acceptable
status code. - verbose
Response Boolean - If set to true, returns a detailed error message for invalid requests & responses. This is useful while testing.
- allowed
Header stringParameters - List of header parameters in the request that will be ignored when performing HTTP header validation. These are additional headers added to an API request beyond those defined in the API specification. For example, you might include the HTTP header
User-Agent
, which lets servers and network peers identify the application, operating system, vendor, and/or version of the requesting user agent. - api
Spec string - The API specification defined using either Swagger or the OpenAPI. This can be either a JSON or YAML based file. If using a YAML file, the spec needs to be URI-Encoded to preserve the YAML format.
- api
Spec booleanEncoded - Indicates whether the api_spec is URI-Encoded.
- custom
Base stringPath - The base path to be used for path match evaluation. This value is ignored if
include_base_path
is set tofalse
. - header
Parameter booleanCheck - If set to true, checks if HTTP header parameters in the request exist in the API specification.
- include
Base booleanPath - Indicates whether to include the base path when performing path match evaluation.
- notify
Only booleanRequest Validation Failure - If set to true, notifications via event hooks are enabled, but request based validation failures don't affect the request flow.
- notify
Only booleanResponse Body Validation Failure - If set to true, notifications via event hooks are enabled, but response validation failures don't affect the response flow.
- query
Parameter booleanCheck - If set to true, checks if query parameters in the request exist in the API specification.
- validate
Request booleanBody - If set to true, validates the request body content against the API specification.
- validate
Request booleanHeader Params - If set to true, validates HTTP header parameters against the API specification.
- validate
Request booleanQuery Params - If set to true, validates query parameters against the API specification.
- validate
Request booleanUri Params - If set to true, validates URI parameters in the request against the API specification.
- validate
Response booleanBody - If set to true, validates the response from the upstream services against the API specification. If validation fails, it results in an
HTTP 406 Not Acceptable
status code. - verbose
Response boolean - If set to true, returns a detailed error message for invalid requests & responses. This is useful while testing.
- allowed_
header_ strparameters - List of header parameters in the request that will be ignored when performing HTTP header validation. These are additional headers added to an API request beyond those defined in the API specification. For example, you might include the HTTP header
User-Agent
, which lets servers and network peers identify the application, operating system, vendor, and/or version of the requesting user agent. - api_
spec str - The API specification defined using either Swagger or the OpenAPI. This can be either a JSON or YAML based file. If using a YAML file, the spec needs to be URI-Encoded to preserve the YAML format.
- api_
spec_ boolencoded - Indicates whether the api_spec is URI-Encoded.
- custom_
base_ strpath - The base path to be used for path match evaluation. This value is ignored if
include_base_path
is set tofalse
. - header_
parameter_ boolcheck - If set to true, checks if HTTP header parameters in the request exist in the API specification.
- include_
base_ boolpath - Indicates whether to include the base path when performing path match evaluation.
- notify_
only_ boolrequest_ validation_ failure - If set to true, notifications via event hooks are enabled, but request based validation failures don't affect the request flow.
- notify_
only_ boolresponse_ body_ validation_ failure - If set to true, notifications via event hooks are enabled, but response validation failures don't affect the response flow.
- query_
parameter_ boolcheck - If set to true, checks if query parameters in the request exist in the API specification.
- validate_
request_ boolbody - If set to true, validates the request body content against the API specification.
- validate_
request_ boolheader_ params - If set to true, validates HTTP header parameters against the API specification.
- validate_
request_ boolquery_ params - If set to true, validates query parameters against the API specification.
- validate_
request_ booluri_ params - If set to true, validates URI parameters in the request against the API specification.
- validate_
response_ boolbody - If set to true, validates the response from the upstream services against the API specification. If validation fails, it results in an
HTTP 406 Not Acceptable
status code. - verbose_
response bool - If set to true, returns a detailed error message for invalid requests & responses. This is useful while testing.
- allowed
Header StringParameters - List of header parameters in the request that will be ignored when performing HTTP header validation. These are additional headers added to an API request beyond those defined in the API specification. For example, you might include the HTTP header
User-Agent
, which lets servers and network peers identify the application, operating system, vendor, and/or version of the requesting user agent. - api
Spec String - The API specification defined using either Swagger or the OpenAPI. This can be either a JSON or YAML based file. If using a YAML file, the spec needs to be URI-Encoded to preserve the YAML format.
- api
Spec BooleanEncoded - Indicates whether the api_spec is URI-Encoded.
- custom
Base StringPath - The base path to be used for path match evaluation. This value is ignored if
include_base_path
is set tofalse
. - header
Parameter BooleanCheck - If set to true, checks if HTTP header parameters in the request exist in the API specification.
- include
Base BooleanPath - Indicates whether to include the base path when performing path match evaluation.
- notify
Only BooleanRequest Validation Failure - If set to true, notifications via event hooks are enabled, but request based validation failures don't affect the request flow.
- notify
Only BooleanResponse Body Validation Failure - If set to true, notifications via event hooks are enabled, but response validation failures don't affect the response flow.
- query
Parameter BooleanCheck - If set to true, checks if query parameters in the request exist in the API specification.
- validate
Request BooleanBody - If set to true, validates the request body content against the API specification.
- validate
Request BooleanHeader Params - If set to true, validates HTTP header parameters against the API specification.
- validate
Request BooleanQuery Params - If set to true, validates query parameters against the API specification.
- validate
Request BooleanUri Params - If set to true, validates URI parameters in the request against the API specification.
- validate
Response BooleanBody - If set to true, validates the response from the upstream services against the API specification. If validation fails, it results in an
HTTP 406 Not Acceptable
status code. - verbose
Response Boolean - If set to true, returns a detailed error message for invalid requests & responses. This is useful while testing.
GetGatewayPluginOasValidationConsumer
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginOasValidationOrdering
GetGatewayPluginOasValidationOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginOasValidationOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginOasValidationRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginOasValidationService
- Id string
- Id string
- id String
- id string
- id str
- id String
Package Details
- Repository
- konnect kong/terraform-provider-konnect
- License
- Notes
- This Pulumi package is based on the
konnect
Terraform Provider.