
Dynatrace v0.1.0, May 24 23

Dynatrace v0.1.0, May 24 23
dynatrace.FailureDetectionParameters
Explore with Pulumi AI
Create FailureDetectionParameters Resource
new FailureDetectionParameters(name: string, args: FailureDetectionParametersArgs, opts?: CustomResourceOptions);
@overload
def FailureDetectionParameters(resource_name: str,
opts: Optional[ResourceOptions] = None,
broken_links: Optional[FailureDetectionParametersBrokenLinksArgs] = None,
description: Optional[str] = None,
exception_rules: Optional[FailureDetectionParametersExceptionRulesArgs] = None,
http_response_codes: Optional[FailureDetectionParametersHttpResponseCodesArgs] = None,
name: Optional[str] = None)
@overload
def FailureDetectionParameters(resource_name: str,
args: FailureDetectionParametersArgs,
opts: Optional[ResourceOptions] = None)
func NewFailureDetectionParameters(ctx *Context, name string, args FailureDetectionParametersArgs, opts ...ResourceOption) (*FailureDetectionParameters, error)
public FailureDetectionParameters(string name, FailureDetectionParametersArgs args, CustomResourceOptions? opts = null)
public FailureDetectionParameters(String name, FailureDetectionParametersArgs args)
public FailureDetectionParameters(String name, FailureDetectionParametersArgs args, CustomResourceOptions options)
type: dynatrace:FailureDetectionParameters
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FailureDetectionParametersArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args FailureDetectionParametersArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args FailureDetectionParametersArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args FailureDetectionParametersArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args FailureDetectionParametersArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
FailureDetectionParameters Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The FailureDetectionParameters resource accepts the following input properties:
- Broken
Links Lbrlabs.Pulumi Package. Dynatrace. Inputs. Failure Detection Parameters Broken Links Args HTTP 404 response codes are thrown when a web server can't find a certain page. 404s are classified as broken links on the client side and therefore aren't considered to be service failures. By enabling this setting, you can have 404s treated as server-side service failures.
- Exception
Rules Lbrlabs.Pulumi Package. Dynatrace. Inputs. Failure Detection Parameters Exception Rules Args Customize failure detection for specific exceptions and errors
- Http
Response Lbrlabs.Codes Pulumi Package. Dynatrace. Inputs. Failure Detection Parameters Http Response Codes Args HTTP response codes
- Description string
Description
- Name string
Name
- Broken
Links FailureDetection Parameters Broken Links Args HTTP 404 response codes are thrown when a web server can't find a certain page. 404s are classified as broken links on the client side and therefore aren't considered to be service failures. By enabling this setting, you can have 404s treated as server-side service failures.
- Exception
Rules FailureDetection Parameters Exception Rules Args Customize failure detection for specific exceptions and errors
- Http
Response FailureCodes Detection Parameters Http Response Codes Args HTTP response codes
- Description string
Description
- Name string
Name
- broken
Links FailureDetection Parameters Broken Links Args HTTP 404 response codes are thrown when a web server can't find a certain page. 404s are classified as broken links on the client side and therefore aren't considered to be service failures. By enabling this setting, you can have 404s treated as server-side service failures.
- exception
Rules FailureDetection Parameters Exception Rules Args Customize failure detection for specific exceptions and errors
- http
Response FailureCodes Detection Parameters Http Response Codes Args HTTP response codes
- description String
Description
- name String
Name
- broken
Links FailureDetection Parameters Broken Links Args HTTP 404 response codes are thrown when a web server can't find a certain page. 404s are classified as broken links on the client side and therefore aren't considered to be service failures. By enabling this setting, you can have 404s treated as server-side service failures.
- exception
Rules FailureDetection Parameters Exception Rules Args Customize failure detection for specific exceptions and errors
- http
Response FailureCodes Detection Parameters Http Response Codes Args HTTP response codes
- description string
Description
- name string
Name
- broken_
links FailureDetection Parameters Broken Links Args HTTP 404 response codes are thrown when a web server can't find a certain page. 404s are classified as broken links on the client side and therefore aren't considered to be service failures. By enabling this setting, you can have 404s treated as server-side service failures.
- exception_
rules FailureDetection Parameters Exception Rules Args Customize failure detection for specific exceptions and errors
- http_
response_ Failurecodes Detection Parameters Http Response Codes Args HTTP response codes
- description str
Description
- name str
Name
- broken
Links Property Map HTTP 404 response codes are thrown when a web server can't find a certain page. 404s are classified as broken links on the client side and therefore aren't considered to be service failures. By enabling this setting, you can have 404s treated as server-side service failures.
- exception
Rules Property Map Customize failure detection for specific exceptions and errors
- http
Response Property MapCodes HTTP response codes
- description String
Description
- name String
Name
Outputs
All input properties are implicitly available as output properties. Additionally, the FailureDetectionParameters resource produces the following output properties:
- Id string
The provider-assigned unique ID for this managed resource.
- Id string
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
- id string
The provider-assigned unique ID for this managed resource.
- id str
The provider-assigned unique ID for this managed resource.
- id String
The provider-assigned unique ID for this managed resource.
Look up Existing FailureDetectionParameters Resource
Get an existing FailureDetectionParameters resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: FailureDetectionParametersState, opts?: CustomResourceOptions): FailureDetectionParameters
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
broken_links: Optional[FailureDetectionParametersBrokenLinksArgs] = None,
description: Optional[str] = None,
exception_rules: Optional[FailureDetectionParametersExceptionRulesArgs] = None,
http_response_codes: Optional[FailureDetectionParametersHttpResponseCodesArgs] = None,
name: Optional[str] = None) -> FailureDetectionParameters
func GetFailureDetectionParameters(ctx *Context, name string, id IDInput, state *FailureDetectionParametersState, opts ...ResourceOption) (*FailureDetectionParameters, error)
public static FailureDetectionParameters Get(string name, Input<string> id, FailureDetectionParametersState? state, CustomResourceOptions? opts = null)
public static FailureDetectionParameters get(String name, Output<String> id, FailureDetectionParametersState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Broken
Links Lbrlabs.Pulumi Package. Dynatrace. Inputs. Failure Detection Parameters Broken Links Args HTTP 404 response codes are thrown when a web server can't find a certain page. 404s are classified as broken links on the client side and therefore aren't considered to be service failures. By enabling this setting, you can have 404s treated as server-side service failures.
- Description string
Description
- Exception
Rules Lbrlabs.Pulumi Package. Dynatrace. Inputs. Failure Detection Parameters Exception Rules Args Customize failure detection for specific exceptions and errors
- Http
Response Lbrlabs.Codes Pulumi Package. Dynatrace. Inputs. Failure Detection Parameters Http Response Codes Args HTTP response codes
- Name string
Name
- Broken
Links FailureDetection Parameters Broken Links Args HTTP 404 response codes are thrown when a web server can't find a certain page. 404s are classified as broken links on the client side and therefore aren't considered to be service failures. By enabling this setting, you can have 404s treated as server-side service failures.
- Description string
Description
- Exception
Rules FailureDetection Parameters Exception Rules Args Customize failure detection for specific exceptions and errors
- Http
Response FailureCodes Detection Parameters Http Response Codes Args HTTP response codes
- Name string
Name
- broken
Links FailureDetection Parameters Broken Links Args HTTP 404 response codes are thrown when a web server can't find a certain page. 404s are classified as broken links on the client side and therefore aren't considered to be service failures. By enabling this setting, you can have 404s treated as server-side service failures.
- description String
Description
- exception
Rules FailureDetection Parameters Exception Rules Args Customize failure detection for specific exceptions and errors
- http
Response FailureCodes Detection Parameters Http Response Codes Args HTTP response codes
- name String
Name
- broken
Links FailureDetection Parameters Broken Links Args HTTP 404 response codes are thrown when a web server can't find a certain page. 404s are classified as broken links on the client side and therefore aren't considered to be service failures. By enabling this setting, you can have 404s treated as server-side service failures.
- description string
Description
- exception
Rules FailureDetection Parameters Exception Rules Args Customize failure detection for specific exceptions and errors
- http
Response FailureCodes Detection Parameters Http Response Codes Args HTTP response codes
- name string
Name
- broken_
links FailureDetection Parameters Broken Links Args HTTP 404 response codes are thrown when a web server can't find a certain page. 404s are classified as broken links on the client side and therefore aren't considered to be service failures. By enabling this setting, you can have 404s treated as server-side service failures.
- description str
Description
- exception_
rules FailureDetection Parameters Exception Rules Args Customize failure detection for specific exceptions and errors
- http_
response_ Failurecodes Detection Parameters Http Response Codes Args HTTP response codes
- name str
Name
- broken
Links Property Map HTTP 404 response codes are thrown when a web server can't find a certain page. 404s are classified as broken links on the client side and therefore aren't considered to be service failures. By enabling this setting, you can have 404s treated as server-side service failures.
- description String
Description
- exception
Rules Property Map Customize failure detection for specific exceptions and errors
- http
Response Property MapCodes HTTP response codes
- name String
Name
Supporting Types
FailureDetectionParametersBrokenLinks
- Http404Not
Found boolFailures Consider 404 HTTP response codes as failures
- Broken
Link List<string>Domains If your application relies on other hosts at other domains, add the associated domain names here. Once configured, Dynatrace will consider 404s thrown by hosts at these domains to be service failures related to your application.
- Http404Not
Found boolFailures Consider 404 HTTP response codes as failures
- Broken
Link []stringDomains If your application relies on other hosts at other domains, add the associated domain names here. Once configured, Dynatrace will consider 404s thrown by hosts at these domains to be service failures related to your application.
- http404Not
Found BooleanFailures Consider 404 HTTP response codes as failures
- broken
Link List<String>Domains If your application relies on other hosts at other domains, add the associated domain names here. Once configured, Dynatrace will consider 404s thrown by hosts at these domains to be service failures related to your application.
- http404Not
Found booleanFailures Consider 404 HTTP response codes as failures
- broken
Link string[]Domains If your application relies on other hosts at other domains, add the associated domain names here. Once configured, Dynatrace will consider 404s thrown by hosts at these domains to be service failures related to your application.
- http404_
not_ boolfound_ failures Consider 404 HTTP response codes as failures
- broken_
link_ Sequence[str]domains If your application relies on other hosts at other domains, add the associated domain names here. Once configured, Dynatrace will consider 404s thrown by hosts at these domains to be service failures related to your application.
- http404Not
Found BooleanFailures Consider 404 HTTP response codes as failures
- broken
Link List<String>Domains If your application relies on other hosts at other domains, add the associated domain names here. Once configured, Dynatrace will consider 404s thrown by hosts at these domains to be service failures related to your application.
FailureDetectionParametersExceptionRules
- Ignore
All boolExceptions Ignore all exceptions
- Ignore
Span boolFailure Detection Ignore span failure detection
- Custom
Error Lbrlabs.Rules Pulumi Package. Dynatrace. Inputs. Failure Detection Parameters Exception Rules Custom Error Rules Some custom error situations are only detectable via a return value or other means. To support such cases, define a request attribute that captures the required data. Then define a custom error rule that determines if the request has failed based on the value of the request attribute.
- Custom
Handled Lbrlabs.Exceptions Pulumi Package. Dynatrace. Inputs. Failure Detection Parameters Exception Rules Custom Handled Exceptions There may be situations where your application code handles exceptions gracefully in a manner that these failures aren't detected by Dynatrace. Use this setting to define specific gracefully-handled exceptions that should be treated as service failures.
- Ignored
Exceptions Lbrlabs.Pulumi Package. Dynatrace. Inputs. Failure Detection Parameters Exception Rules Ignored Exceptions Some exceptions that are thrown by legacy or 3rd-party code indicate a specific response, not an error. Use this setting to instruct Dynatrace to treat such exceptions as non-failed requests.. If an exception matching any of the defined patterns occurs in a request, it will not be considered as a failure. Other exceptions occurring at the same request might still mark the request as failed.
- Success
Forcing Lbrlabs.Exceptions Pulumi Package. Dynatrace. Inputs. Failure Detection Parameters Exception Rules Success Forcing Exceptions Define exceptions which indicate that a service call should not be considered as failed. E.g. an exception indicating that the client aborted the operation.. If an exception matching any of the defined patterns occurs on the entry node of the service, it will be considered successful. Compared to ignored exceptions, the request will be considered successful even if other exceptions occur in the same request.
- Ignore
All boolExceptions Ignore all exceptions
- Ignore
Span boolFailure Detection Ignore span failure detection
- Custom
Error FailureRules Detection Parameters Exception Rules Custom Error Rules Some custom error situations are only detectable via a return value or other means. To support such cases, define a request attribute that captures the required data. Then define a custom error rule that determines if the request has failed based on the value of the request attribute.
- Custom
Handled FailureExceptions Detection Parameters Exception Rules Custom Handled Exceptions There may be situations where your application code handles exceptions gracefully in a manner that these failures aren't detected by Dynatrace. Use this setting to define specific gracefully-handled exceptions that should be treated as service failures.
- Ignored
Exceptions FailureDetection Parameters Exception Rules Ignored Exceptions Some exceptions that are thrown by legacy or 3rd-party code indicate a specific response, not an error. Use this setting to instruct Dynatrace to treat such exceptions as non-failed requests.. If an exception matching any of the defined patterns occurs in a request, it will not be considered as a failure. Other exceptions occurring at the same request might still mark the request as failed.
- Success
Forcing FailureExceptions Detection Parameters Exception Rules Success Forcing Exceptions Define exceptions which indicate that a service call should not be considered as failed. E.g. an exception indicating that the client aborted the operation.. If an exception matching any of the defined patterns occurs on the entry node of the service, it will be considered successful. Compared to ignored exceptions, the request will be considered successful even if other exceptions occur in the same request.
- ignore
All BooleanExceptions Ignore all exceptions
- ignore
Span BooleanFailure Detection Ignore span failure detection
- custom
Error FailureRules Detection Parameters Exception Rules Custom Error Rules Some custom error situations are only detectable via a return value or other means. To support such cases, define a request attribute that captures the required data. Then define a custom error rule that determines if the request has failed based on the value of the request attribute.
- custom
Handled FailureExceptions Detection Parameters Exception Rules Custom Handled Exceptions There may be situations where your application code handles exceptions gracefully in a manner that these failures aren't detected by Dynatrace. Use this setting to define specific gracefully-handled exceptions that should be treated as service failures.
- ignored
Exceptions FailureDetection Parameters Exception Rules Ignored Exceptions Some exceptions that are thrown by legacy or 3rd-party code indicate a specific response, not an error. Use this setting to instruct Dynatrace to treat such exceptions as non-failed requests.. If an exception matching any of the defined patterns occurs in a request, it will not be considered as a failure. Other exceptions occurring at the same request might still mark the request as failed.
- success
Forcing FailureExceptions Detection Parameters Exception Rules Success Forcing Exceptions Define exceptions which indicate that a service call should not be considered as failed. E.g. an exception indicating that the client aborted the operation.. If an exception matching any of the defined patterns occurs on the entry node of the service, it will be considered successful. Compared to ignored exceptions, the request will be considered successful even if other exceptions occur in the same request.
- ignore
All booleanExceptions Ignore all exceptions
- ignore
Span booleanFailure Detection Ignore span failure detection
- custom
Error FailureRules Detection Parameters Exception Rules Custom Error Rules Some custom error situations are only detectable via a return value or other means. To support such cases, define a request attribute that captures the required data. Then define a custom error rule that determines if the request has failed based on the value of the request attribute.
- custom
Handled FailureExceptions Detection Parameters Exception Rules Custom Handled Exceptions There may be situations where your application code handles exceptions gracefully in a manner that these failures aren't detected by Dynatrace. Use this setting to define specific gracefully-handled exceptions that should be treated as service failures.
- ignored
Exceptions FailureDetection Parameters Exception Rules Ignored Exceptions Some exceptions that are thrown by legacy or 3rd-party code indicate a specific response, not an error. Use this setting to instruct Dynatrace to treat such exceptions as non-failed requests.. If an exception matching any of the defined patterns occurs in a request, it will not be considered as a failure. Other exceptions occurring at the same request might still mark the request as failed.
- success
Forcing FailureExceptions Detection Parameters Exception Rules Success Forcing Exceptions Define exceptions which indicate that a service call should not be considered as failed. E.g. an exception indicating that the client aborted the operation.. If an exception matching any of the defined patterns occurs on the entry node of the service, it will be considered successful. Compared to ignored exceptions, the request will be considered successful even if other exceptions occur in the same request.
- ignore_
all_ boolexceptions Ignore all exceptions
- ignore_
span_ boolfailure_ detection Ignore span failure detection
- custom_
error_ Failurerules Detection Parameters Exception Rules Custom Error Rules Some custom error situations are only detectable via a return value or other means. To support such cases, define a request attribute that captures the required data. Then define a custom error rule that determines if the request has failed based on the value of the request attribute.
- custom_
handled_ Failureexceptions Detection Parameters Exception Rules Custom Handled Exceptions There may be situations where your application code handles exceptions gracefully in a manner that these failures aren't detected by Dynatrace. Use this setting to define specific gracefully-handled exceptions that should be treated as service failures.
- ignored_
exceptions FailureDetection Parameters Exception Rules Ignored Exceptions Some exceptions that are thrown by legacy or 3rd-party code indicate a specific response, not an error. Use this setting to instruct Dynatrace to treat such exceptions as non-failed requests.. If an exception matching any of the defined patterns occurs in a request, it will not be considered as a failure. Other exceptions occurring at the same request might still mark the request as failed.
- success_
forcing_ Failureexceptions Detection Parameters Exception Rules Success Forcing Exceptions Define exceptions which indicate that a service call should not be considered as failed. E.g. an exception indicating that the client aborted the operation.. If an exception matching any of the defined patterns occurs on the entry node of the service, it will be considered successful. Compared to ignored exceptions, the request will be considered successful even if other exceptions occur in the same request.
- ignore
All BooleanExceptions Ignore all exceptions
- ignore
Span BooleanFailure Detection Ignore span failure detection
- custom
Error Property MapRules Some custom error situations are only detectable via a return value or other means. To support such cases, define a request attribute that captures the required data. Then define a custom error rule that determines if the request has failed based on the value of the request attribute.
- custom
Handled Property MapExceptions There may be situations where your application code handles exceptions gracefully in a manner that these failures aren't detected by Dynatrace. Use this setting to define specific gracefully-handled exceptions that should be treated as service failures.
- ignored
Exceptions Property Map Some exceptions that are thrown by legacy or 3rd-party code indicate a specific response, not an error. Use this setting to instruct Dynatrace to treat such exceptions as non-failed requests.. If an exception matching any of the defined patterns occurs in a request, it will not be considered as a failure. Other exceptions occurring at the same request might still mark the request as failed.
- success
Forcing Property MapExceptions Define exceptions which indicate that a service call should not be considered as failed. E.g. an exception indicating that the client aborted the operation.. If an exception matching any of the defined patterns occurs on the entry node of the service, it will be considered successful. Compared to ignored exceptions, the request will be considered successful even if other exceptions occur in the same request.
FailureDetectionParametersExceptionRulesCustomErrorRules
FailureDetectionParametersExceptionRulesCustomErrorRulesCustomErrorRule
FailureDetectionParametersExceptionRulesCustomErrorRulesCustomErrorRuleCondition
- Compare
Operation stringType - Case
Sensitive bool - Double
Value double - Int
Value int - Text
Value string
- Compare
Operation stringType - Case
Sensitive bool - Double
Value float64 - Int
Value int - Text
Value string
- compare
Operation StringType - case
Sensitive Boolean - double
Value Double - int
Value Integer - text
Value String
- compare
Operation stringType - case
Sensitive boolean - double
Value number - int
Value number - text
Value string
- compare_
operation_ strtype - case_
sensitive bool - double_
value float - int_
value int - text_
value str
- compare
Operation StringType - case
Sensitive Boolean - double
Value Number - int
Value Number - text
Value String
FailureDetectionParametersExceptionRulesCustomHandledExceptions
FailureDetectionParametersExceptionRulesCustomHandledExceptionsCustomHandledException
- Class
Pattern string - Message
Pattern string
- Class
Pattern string - Message
Pattern string
- class
Pattern String - message
Pattern String
- class
Pattern string - message
Pattern string
- class_
pattern str - message_
pattern str
- class
Pattern String - message
Pattern String
FailureDetectionParametersExceptionRulesIgnoredExceptions
FailureDetectionParametersExceptionRulesIgnoredExceptionsCustomHandledException
- Class
Pattern string - Message
Pattern string
- Class
Pattern string - Message
Pattern string
- class
Pattern String - message
Pattern String
- class
Pattern string - message
Pattern string
- class_
pattern str - message_
pattern str
- class
Pattern String - message
Pattern String
FailureDetectionParametersExceptionRulesSuccessForcingExceptions
FailureDetectionParametersExceptionRulesSuccessForcingExceptionsCustomHandledException
- Class
Pattern string - Message
Pattern string
- Class
Pattern string - Message
Pattern string
- class
Pattern String - message
Pattern String
- class
Pattern string - message
Pattern string
- class_
pattern str - message_
pattern str
- class
Pattern String - message
Pattern String
FailureDetectionParametersHttpResponseCodes
- Client
Side stringErrors HTTP response codes which indicate client side errors
- Fail
On boolMissing Response Code Client Side Treat missing HTTP response code as client side error
- Fail
On boolMissing Response Code Server Side Treat missing HTTP response code as server side errors
- Server
Side stringErrors HTTP response codes which indicate an error on the server side
- Client
Side stringErrors HTTP response codes which indicate client side errors
- Fail
On boolMissing Response Code Client Side Treat missing HTTP response code as client side error
- Fail
On boolMissing Response Code Server Side Treat missing HTTP response code as server side errors
- Server
Side stringErrors HTTP response codes which indicate an error on the server side
- client
Side StringErrors HTTP response codes which indicate client side errors
- fail
On BooleanMissing Response Code Client Side Treat missing HTTP response code as client side error
- fail
On BooleanMissing Response Code Server Side Treat missing HTTP response code as server side errors
- server
Side StringErrors HTTP response codes which indicate an error on the server side
- client
Side stringErrors HTTP response codes which indicate client side errors
- fail
On booleanMissing Response Code Client Side Treat missing HTTP response code as client side error
- fail
On booleanMissing Response Code Server Side Treat missing HTTP response code as server side errors
- server
Side stringErrors HTTP response codes which indicate an error on the server side
- client_
side_ strerrors HTTP response codes which indicate client side errors
- fail_
on_ boolmissing_ response_ code_ client_ side Treat missing HTTP response code as client side error
- fail_
on_ boolmissing_ response_ code_ server_ side Treat missing HTTP response code as server side errors
- server_
side_ strerrors HTTP response codes which indicate an error on the server side
- client
Side StringErrors HTTP response codes which indicate client side errors
- fail
On BooleanMissing Response Code Client Side Treat missing HTTP response code as client side error
- fail
On BooleanMissing Response Code Server Side Treat missing HTTP response code as server side errors
- server
Side StringErrors HTTP response codes which indicate an error on the server side
Package Details
- Repository
- dynatrace lbrlabs/pulumi-dynatrace
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
dynatrace
Terraform Provider.