konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong
konnect.getGatewayPluginMocking
Explore with Pulumi AI
Using getGatewayPluginMocking
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 getGatewayPluginMocking(args: GetGatewayPluginMockingArgs, opts?: InvokeOptions): Promise<GetGatewayPluginMockingResult>
function getGatewayPluginMockingOutput(args: GetGatewayPluginMockingOutputArgs, opts?: InvokeOptions): Output<GetGatewayPluginMockingResult>
def get_gateway_plugin_mocking(control_plane_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGatewayPluginMockingResult
def get_gateway_plugin_mocking_output(control_plane_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGatewayPluginMockingResult]
func LookupGatewayPluginMocking(ctx *Context, args *LookupGatewayPluginMockingArgs, opts ...InvokeOption) (*LookupGatewayPluginMockingResult, error)
func LookupGatewayPluginMockingOutput(ctx *Context, args *LookupGatewayPluginMockingOutputArgs, opts ...InvokeOption) LookupGatewayPluginMockingResultOutput
> Note: This function is named LookupGatewayPluginMocking
in the Go SDK.
public static class GetGatewayPluginMocking
{
public static Task<GetGatewayPluginMockingResult> InvokeAsync(GetGatewayPluginMockingArgs args, InvokeOptions? opts = null)
public static Output<GetGatewayPluginMockingResult> Invoke(GetGatewayPluginMockingInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetGatewayPluginMockingResult> getGatewayPluginMocking(GetGatewayPluginMockingArgs args, InvokeOptions options)
public static Output<GetGatewayPluginMockingResult> getGatewayPluginMocking(GetGatewayPluginMockingArgs args, InvokeOptions options)
fn::invoke:
function: konnect:index/getGatewayPluginMocking:getGatewayPluginMocking
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
getGatewayPluginMocking Result
The following output properties are available:
- Config
Get
Gateway Plugin Mocking Config - Consumer
Get
Gateway Plugin Mocking Consumer - Control
Plane stringId - Created
At double - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Mocking Ordering - Protocols List<string>
- Route
Get
Gateway Plugin Mocking Route - Service
Get
Gateway Plugin Mocking Service - List<string>
- Updated
At double
- Config
Get
Gateway Plugin Mocking Config - Consumer
Get
Gateway Plugin Mocking Consumer - Control
Plane stringId - Created
At float64 - Enabled bool
- Id string
- Instance
Name string - Ordering
Get
Gateway Plugin Mocking Ordering - Protocols []string
- Route
Get
Gateway Plugin Mocking Route - Service
Get
Gateway Plugin Mocking Service - []string
- Updated
At float64
- config
Get
Gateway Plugin Mocking Config - consumer
Get
Gateway Plugin Mocking Consumer - control
Plane StringId - created
At Double - enabled Boolean
- id String
- instance
Name String - ordering
Get
Gateway Plugin Mocking Ordering - protocols List<String>
- route
Get
Gateway Plugin Mocking Route - service
Get
Gateway Plugin Mocking Service - List<String>
- updated
At Double
- config
Get
Gateway Plugin Mocking Config - consumer
Get
Gateway Plugin Mocking Consumer - control
Plane stringId - created
At number - enabled boolean
- id string
- instance
Name string - ordering
Get
Gateway Plugin Mocking Ordering - protocols string[]
- route
Get
Gateway Plugin Mocking Route - service
Get
Gateway Plugin Mocking Service - string[]
- updated
At number
- config
Get
Gateway Plugin Mocking Config - consumer
Get
Gateway Plugin Mocking Consumer - control_
plane_ strid - created_
at float - enabled bool
- id str
- instance_
name str - ordering
Get
Gateway Plugin Mocking Ordering - protocols Sequence[str]
- route
Get
Gateway Plugin Mocking Route - service
Get
Gateway Plugin Mocking 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
GetGatewayPluginMockingConfig
- Api
Specification string - The contents of the specification file. You must use this option for hybrid or DB-less mode. You can include the full specification as part of the configuration. In Kong Manager, you can copy and paste the contents of the spec directly into the
Config.Api Specification
text field. - Api
Specification stringFilename - The path and name of the specification file loaded into Kong Gateway's database. You cannot use this option for DB-less or hybrid mode.
- Custom
Base stringPath - The base path to be used for path match evaluation. This value is ignored if
include_base_path
is set tofalse
. - Include
Base boolPath - Indicates whether to include the base path when performing path match evaluation.
- Included
Status List<double>Codes - A global list of the HTTP status codes that can only be selected and returned.
- Max
Delay doubleTime - The maximum value in seconds of delay time. Set this value when
random_delay
is enabled and you want to adjust the default. The value must be greater than themin_delay_time
. - Min
Delay doubleTime - The minimum value in seconds of delay time. Set this value when
random_delay
is enabled and you want to adjust the default. The value must be less than themax_delay_time
. - Random
Delay bool - Enables a random delay in the mocked response. Introduces delays to simulate real-time response times by APIs.
- Random
Examples bool - Randomly selects one example and returns it. This parameter requires the spec to have multiple examples configured.
- Random
Status boolCode - Determines whether to randomly select an HTTP status code from the responses of the corresponding API method. The default value is
false
, which means the minimum HTTP status code is always selected and returned.
- Api
Specification string - The contents of the specification file. You must use this option for hybrid or DB-less mode. You can include the full specification as part of the configuration. In Kong Manager, you can copy and paste the contents of the spec directly into the
Config.Api Specification
text field. - Api
Specification stringFilename - The path and name of the specification file loaded into Kong Gateway's database. You cannot use this option for DB-less or hybrid mode.
- Custom
Base stringPath - The base path to be used for path match evaluation. This value is ignored if
include_base_path
is set tofalse
. - Include
Base boolPath - Indicates whether to include the base path when performing path match evaluation.
- Included
Status []float64Codes - A global list of the HTTP status codes that can only be selected and returned.
- Max
Delay float64Time - The maximum value in seconds of delay time. Set this value when
random_delay
is enabled and you want to adjust the default. The value must be greater than themin_delay_time
. - Min
Delay float64Time - The minimum value in seconds of delay time. Set this value when
random_delay
is enabled and you want to adjust the default. The value must be less than themax_delay_time
. - Random
Delay bool - Enables a random delay in the mocked response. Introduces delays to simulate real-time response times by APIs.
- Random
Examples bool - Randomly selects one example and returns it. This parameter requires the spec to have multiple examples configured.
- Random
Status boolCode - Determines whether to randomly select an HTTP status code from the responses of the corresponding API method. The default value is
false
, which means the minimum HTTP status code is always selected and returned.
- api
Specification String - The contents of the specification file. You must use this option for hybrid or DB-less mode. You can include the full specification as part of the configuration. In Kong Manager, you can copy and paste the contents of the spec directly into the
Config.Api Specification
text field. - api
Specification StringFilename - The path and name of the specification file loaded into Kong Gateway's database. You cannot use this option for DB-less or hybrid mode.
- custom
Base StringPath - The base path to be used for path match evaluation. This value is ignored if
include_base_path
is set tofalse
. - include
Base BooleanPath - Indicates whether to include the base path when performing path match evaluation.
- included
Status List<Double>Codes - A global list of the HTTP status codes that can only be selected and returned.
- max
Delay DoubleTime - The maximum value in seconds of delay time. Set this value when
random_delay
is enabled and you want to adjust the default. The value must be greater than themin_delay_time
. - min
Delay DoubleTime - The minimum value in seconds of delay time. Set this value when
random_delay
is enabled and you want to adjust the default. The value must be less than themax_delay_time
. - random
Delay Boolean - Enables a random delay in the mocked response. Introduces delays to simulate real-time response times by APIs.
- random
Examples Boolean - Randomly selects one example and returns it. This parameter requires the spec to have multiple examples configured.
- random
Status BooleanCode - Determines whether to randomly select an HTTP status code from the responses of the corresponding API method. The default value is
false
, which means the minimum HTTP status code is always selected and returned.
- api
Specification string - The contents of the specification file. You must use this option for hybrid or DB-less mode. You can include the full specification as part of the configuration. In Kong Manager, you can copy and paste the contents of the spec directly into the
Config.Api Specification
text field. - api
Specification stringFilename - The path and name of the specification file loaded into Kong Gateway's database. You cannot use this option for DB-less or hybrid mode.
- custom
Base stringPath - The base path to be used for path match evaluation. This value is ignored if
include_base_path
is set tofalse
. - include
Base booleanPath - Indicates whether to include the base path when performing path match evaluation.
- included
Status number[]Codes - A global list of the HTTP status codes that can only be selected and returned.
- max
Delay numberTime - The maximum value in seconds of delay time. Set this value when
random_delay
is enabled and you want to adjust the default. The value must be greater than themin_delay_time
. - min
Delay numberTime - The minimum value in seconds of delay time. Set this value when
random_delay
is enabled and you want to adjust the default. The value must be less than themax_delay_time
. - random
Delay boolean - Enables a random delay in the mocked response. Introduces delays to simulate real-time response times by APIs.
- random
Examples boolean - Randomly selects one example and returns it. This parameter requires the spec to have multiple examples configured.
- random
Status booleanCode - Determines whether to randomly select an HTTP status code from the responses of the corresponding API method. The default value is
false
, which means the minimum HTTP status code is always selected and returned.
- api_
specification str - The contents of the specification file. You must use this option for hybrid or DB-less mode. You can include the full specification as part of the configuration. In Kong Manager, you can copy and paste the contents of the spec directly into the
Config.Api Specification
text field. - api_
specification_ strfilename - The path and name of the specification file loaded into Kong Gateway's database. You cannot use this option for DB-less or hybrid mode.
- custom_
base_ strpath - The base path to be used for path match evaluation. This value is ignored if
include_base_path
is set tofalse
. - include_
base_ boolpath - Indicates whether to include the base path when performing path match evaluation.
- included_
status_ Sequence[float]codes - A global list of the HTTP status codes that can only be selected and returned.
- max_
delay_ floattime - The maximum value in seconds of delay time. Set this value when
random_delay
is enabled and you want to adjust the default. The value must be greater than themin_delay_time
. - min_
delay_ floattime - The minimum value in seconds of delay time. Set this value when
random_delay
is enabled and you want to adjust the default. The value must be less than themax_delay_time
. - random_
delay bool - Enables a random delay in the mocked response. Introduces delays to simulate real-time response times by APIs.
- random_
examples bool - Randomly selects one example and returns it. This parameter requires the spec to have multiple examples configured.
- random_
status_ boolcode - Determines whether to randomly select an HTTP status code from the responses of the corresponding API method. The default value is
false
, which means the minimum HTTP status code is always selected and returned.
- api
Specification String - The contents of the specification file. You must use this option for hybrid or DB-less mode. You can include the full specification as part of the configuration. In Kong Manager, you can copy and paste the contents of the spec directly into the
Config.Api Specification
text field. - api
Specification StringFilename - The path and name of the specification file loaded into Kong Gateway's database. You cannot use this option for DB-less or hybrid mode.
- custom
Base StringPath - The base path to be used for path match evaluation. This value is ignored if
include_base_path
is set tofalse
. - include
Base BooleanPath - Indicates whether to include the base path when performing path match evaluation.
- included
Status List<Number>Codes - A global list of the HTTP status codes that can only be selected and returned.
- max
Delay NumberTime - The maximum value in seconds of delay time. Set this value when
random_delay
is enabled and you want to adjust the default. The value must be greater than themin_delay_time
. - min
Delay NumberTime - The minimum value in seconds of delay time. Set this value when
random_delay
is enabled and you want to adjust the default. The value must be less than themax_delay_time
. - random
Delay Boolean - Enables a random delay in the mocked response. Introduces delays to simulate real-time response times by APIs.
- random
Examples Boolean - Randomly selects one example and returns it. This parameter requires the spec to have multiple examples configured.
- random
Status BooleanCode - Determines whether to randomly select an HTTP status code from the responses of the corresponding API method. The default value is
false
, which means the minimum HTTP status code is always selected and returned.
GetGatewayPluginMockingConsumer
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginMockingOrdering
GetGatewayPluginMockingOrderingAfter
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginMockingOrderingBefore
- Accesses List<string>
- Accesses []string
- accesses List<String>
- accesses string[]
- accesses Sequence[str]
- accesses List<String>
GetGatewayPluginMockingRoute
- Id string
- Id string
- id String
- id string
- id str
- id String
GetGatewayPluginMockingService
- 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.