Deprecated: Function get_magic_quotes_gpc() is deprecated in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 99
Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 619
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 832
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839
Warning: Cannot modify header information - headers already sent by (output started at /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php:99) in /hermes/walnacweb04/walnacweb04ab/b2791/pow.jasaeld/htdocs/De1337/nothing/index.php on line 839
resource "allquiet_integration_mapping" "your_checkly_mapping" {
integration_id = allquiet_integration.your_checkly.id
attributes_mapping = {
attributes = [
{
name = "CorrelationId"
mappings = [
{ json_path = "$.jsonBody.CHECK_ID" }
]
},
{
name = "Status"
mappings = [
{ json_path = "$.jsonBody.ALERT_TYPE" },
{ map = "ALERT_FAILURE->Open,ALERT_DEGRADED->Open,->Resolved" }
]
},
{
name = "Severity"
mappings = [
{ json_path = "$.jsonBody.ALERT_TYPE" },
{ map = "ALERT_FAILURE->Critical,ALERT_FAILURE_RECOVERY->Critical,->Warning" }
]
},
{
name = "Title"
mappings = [
{ json_path = "$.jsonBody.ALERT_TITLE" }
]
},
{
name = "Type"
mappings = [
{ json_path = "$.jsonBody.CHECK_TYPE" }
]
},
{
name = "Group"
mappings = [
{ json_path = "$.jsonBody.GROUP_NAME" }
]
},
{
name = "Location"
mappings = [
{ json_path = "$.jsonBody.RUN_LOCATION" }
]
},
{
name = "Link"
mappings = [
{ json_path = "$.jsonBody.RESULT_LINK" }
]
},
{
name = "Status Code"
mappings = [
{ json_path = "$.jsonBody.API_CHECK_RESPONSE_STATUS_CODE" }
]
}
]
}
}