1. Packages
  2. Konnect Provider
  3. API Docs
  4. getGatewayPluginMocking
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

konnect.getGatewayPluginMocking

Explore with Pulumi AI

konnect logo
konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong

    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:

    getGatewayPluginMocking Result

    The following output properties are available:

    Supporting Types

    GetGatewayPluginMockingConfig

    ApiSpecification 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.
    ApiSpecificationFilename string
    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.
    CustomBasePath string
    The base path to be used for path match evaluation. This value is ignored if include_base_path is set to false.
    IncludeBasePath bool
    Indicates whether to include the base path when performing path match evaluation.
    IncludedStatusCodes List<double>
    A global list of the HTTP status codes that can only be selected and returned.
    MaxDelayTime double
    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 the min_delay_time.
    MinDelayTime double
    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 the max_delay_time.
    RandomDelay bool
    Enables a random delay in the mocked response. Introduces delays to simulate real-time response times by APIs.
    RandomExamples bool
    Randomly selects one example and returns it. This parameter requires the spec to have multiple examples configured.
    RandomStatusCode bool
    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.
    ApiSpecification 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.
    ApiSpecificationFilename string
    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.
    CustomBasePath string
    The base path to be used for path match evaluation. This value is ignored if include_base_path is set to false.
    IncludeBasePath bool
    Indicates whether to include the base path when performing path match evaluation.
    IncludedStatusCodes []float64
    A global list of the HTTP status codes that can only be selected and returned.
    MaxDelayTime float64
    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 the min_delay_time.
    MinDelayTime float64
    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 the max_delay_time.
    RandomDelay bool
    Enables a random delay in the mocked response. Introduces delays to simulate real-time response times by APIs.
    RandomExamples bool
    Randomly selects one example and returns it. This parameter requires the spec to have multiple examples configured.
    RandomStatusCode bool
    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.
    apiSpecification 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.
    apiSpecificationFilename String
    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.
    customBasePath String
    The base path to be used for path match evaluation. This value is ignored if include_base_path is set to false.
    includeBasePath Boolean
    Indicates whether to include the base path when performing path match evaluation.
    includedStatusCodes List<Double>
    A global list of the HTTP status codes that can only be selected and returned.
    maxDelayTime Double
    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 the min_delay_time.
    minDelayTime Double
    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 the max_delay_time.
    randomDelay Boolean
    Enables a random delay in the mocked response. Introduces delays to simulate real-time response times by APIs.
    randomExamples Boolean
    Randomly selects one example and returns it. This parameter requires the spec to have multiple examples configured.
    randomStatusCode Boolean
    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.
    apiSpecification 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.
    apiSpecificationFilename string
    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.
    customBasePath string
    The base path to be used for path match evaluation. This value is ignored if include_base_path is set to false.
    includeBasePath boolean
    Indicates whether to include the base path when performing path match evaluation.
    includedStatusCodes number[]
    A global list of the HTTP status codes that can only be selected and returned.
    maxDelayTime number
    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 the min_delay_time.
    minDelayTime number
    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 the max_delay_time.
    randomDelay boolean
    Enables a random delay in the mocked response. Introduces delays to simulate real-time response times by APIs.
    randomExamples boolean
    Randomly selects one example and returns it. This parameter requires the spec to have multiple examples configured.
    randomStatusCode boolean
    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_filename str
    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_path str
    The base path to be used for path match evaluation. This value is ignored if include_base_path is set to false.
    include_base_path bool
    Indicates whether to include the base path when performing path match evaluation.
    included_status_codes Sequence[float]
    A global list of the HTTP status codes that can only be selected and returned.
    max_delay_time float
    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 the min_delay_time.
    min_delay_time float
    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 the max_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_code bool
    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.
    apiSpecification 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.
    apiSpecificationFilename String
    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.
    customBasePath String
    The base path to be used for path match evaluation. This value is ignored if include_base_path is set to false.
    includeBasePath Boolean
    Indicates whether to include the base path when performing path match evaluation.
    includedStatusCodes List<Number>
    A global list of the HTTP status codes that can only be selected and returned.
    maxDelayTime Number
    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 the min_delay_time.
    minDelayTime Number
    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 the max_delay_time.
    randomDelay Boolean
    Enables a random delay in the mocked response. Introduces delays to simulate real-time response times by APIs.
    randomExamples Boolean
    Randomly selects one example and returns it. This parameter requires the spec to have multiple examples configured.
    randomStatusCode Boolean
    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.
    konnect logo
    konnect 2.4.1 published on Thursday, Mar 13, 2025 by kong