changed CICD config
parent
e820669ba5
commit
ea0698903f
|
|
@ -1,43 +0,0 @@
|
||||||
config:
|
|
||||||
- CDCICD: default.json
|
|
||||||
|
|
||||||
|
|
||||||
#Prod alerting profiles for EMEA/NA/CN
|
|
||||||
CDCICD.EMEA-Prod:
|
|
||||||
- name: CD_CICD PROD
|
|
||||||
- tag: CICD
|
|
||||||
- mzId: CD_CICD/management-zone/CDCICD.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CDCICD.NA-Prod:
|
|
||||||
- name: CD_CICD PROD
|
|
||||||
- tag: CICD
|
|
||||||
- mzId: CD_CICD/management-zone/CDCICD.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CDCICD.CN-Prod:
|
|
||||||
- name: CD_CICD PROD
|
|
||||||
- tag: CICD
|
|
||||||
- mzId: CD_CICD/management-zone/CDCICD.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#INT alerting profiles for EMEA/NA/CN
|
|
||||||
CDCICD.EMEA-PreProd:
|
|
||||||
- name: CD_CICD INT
|
|
||||||
- tag: CICD
|
|
||||||
- mzId: CD_CICD/management-zone/CDCICD.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CDCICD.NA-PreProd:
|
|
||||||
- name: CD_CICD INT
|
|
||||||
- tag: CICD
|
|
||||||
- mzId: CD_CICD/management-zone/CDCICD.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CDCICD.CN-PreProd:
|
|
||||||
- name: CD_CICD INT
|
|
||||||
- tag: CICD
|
|
||||||
- mzId: CD_CICD/management-zone/CDCICD.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
@ -1,103 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"eventTypeFilters": [],
|
|
||||||
"managementZoneId": "{{.mzId}}",
|
|
||||||
"mzId": "{{.mzId}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"delayInMinutes": 0,
|
|
||||||
"severityLevel": "AVAILABILITY",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 10,
|
|
||||||
"severityLevel": "ERROR",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 30,
|
|
||||||
"severityLevel": "PERFORMANCE",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 30,
|
|
||||||
"severityLevel": "RESOURCE_CONTENTION",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"delayInMinutes": 10,
|
|
||||||
"severityLevel": "CUSTOM_ALERT",
|
|
||||||
"tagFilter": {
|
|
||||||
"includeMode": "INCLUDE_ALL",
|
|
||||||
"tagFilters": [
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Environment",
|
|
||||||
"value": "{{.env}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure custom metrics?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure process groups?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDCICD: template.json
|
|
||||||
|
|
||||||
CDCICD:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: CICD
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "PROCESS_GROUP_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "PROCESS_GROUP"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure service naming
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDCICD: template.json
|
|
||||||
|
|
||||||
CDCICD:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: CICD
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,29 +0,0 @@
|
||||||
{
|
|
||||||
"displayName": "{{.name}}",
|
|
||||||
"enabled": true,
|
|
||||||
"metadata": {
|
|
||||||
"clusterVersion": "1.214.107.20210407-223952",
|
|
||||||
"configurationVersions": [
|
|
||||||
0
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"nameFormat": "{{.nameFormat}}",
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Component",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "SERVICE_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"type": "SERVICE"
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure custom services?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Custom+Services) page to configure your custom services.
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
config:
|
|
||||||
- customService1: template-1-1.json
|
|
||||||
|
|
||||||
customService1:
|
|
||||||
- name: myJOYNRService
|
|
||||||
- className: com.bmw.cc.conn.this.is.just.an.exampleClasss
|
|
||||||
- methodName: exampleJoynrMethod
|
|
||||||
- returnType: void
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,23 +0,0 @@
|
||||||
{
|
|
||||||
"enabled": true,
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"processGroups": [],
|
|
||||||
"queueEntryPoint": false,
|
|
||||||
"queueEntryPointType": null,
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"annotations": [],
|
|
||||||
"className": "{{.className}}",
|
|
||||||
"enabled": true,
|
|
||||||
"fileName": "",
|
|
||||||
"matcher": "EQUALS",
|
|
||||||
"methodRules": [
|
|
||||||
{
|
|
||||||
"argumentTypes": [],
|
|
||||||
"methodName": "{{.methodName}}",
|
|
||||||
"returnType": "{{.returnType}}"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure notification systems?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
{
|
|
||||||
"active": true,
|
|
||||||
"alertingProfile": "{{.alertingProfile}}",
|
|
||||||
"bccReceivers": [],
|
|
||||||
"body": "{ProblemDetailsHTML}",
|
|
||||||
"ccReceivers": [],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"receivers": [
|
|
||||||
"{{.receivers}}"
|
|
||||||
],
|
|
||||||
"subject": "{State} Problem {ProblemID}: {ImpactedEntity}",
|
|
||||||
"type": "EMAIL"
|
|
||||||
}
|
|
||||||
|
|
@ -1,20 +0,0 @@
|
||||||
{
|
|
||||||
"acceptAnyCertificate": false,
|
|
||||||
"active": true,
|
|
||||||
"alertingProfile": "{{.alertingProfile}}",
|
|
||||||
"headers": [
|
|
||||||
{
|
|
||||||
"name": "Authorization",
|
|
||||||
"value": "{{.Env.SecretAuthHeader}}"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "x-apikey",
|
|
||||||
"value": "{{.Env.SecretXAPIKey}}"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"notifyEventMergesEnabled": false,
|
|
||||||
"payload": "[\n{\n \"attributes\": {\n \"CLASS\": \"BusinessTransaction\",\n \"source\": \"MgmtZone: {{.mzName}}\",\n \"severity\": \"MINOR\",\n \"origin\": \"{{.appdid}}\",\n \"sub_origin\": \"Dynatrace SaaS - {ImpactedEntity}\",\n \"adapter_host\": \"{{ .DTEnvironment }}\",\n \"msg\": \"{ProblemDetailsText}\",\n \"contract_id\": \"{{.contractid}}\",\n \"ars_esc\": \"Yes\",\n \"ars_delay_time\": \"0\",\n \"hostname\": \"test\",\n \"sub_source\": \"Environment: CoCo_EMEA_Prod\",\n \"server_loc\": \"\",\n \"event_id\": \"AI001\",\n \"dd_plus\": \"{ProblemSeverity}\",\n \"dd1\": \"{ProblemURL}\",\n \"dd2\": \"{PID}\"\n }\n}\n]",
|
|
||||||
"type": "WEBHOOK",
|
|
||||||
"url": "{{.webhook}}"
|
|
||||||
}
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
||||||
{
|
|
||||||
"acceptAnyCertificate": false,
|
|
||||||
"active": true,
|
|
||||||
"alertingProfile": "{{.alertingProfile}}",
|
|
||||||
"headers": [],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"notifyEventMergesEnabled": false,
|
|
||||||
"payload": "{\n\"title\":\"{ProblemTitle}\",\n\"text\":\"{ProblemDetailsHTML}\",\n\"themeColor\":\"EA4300\"\n}",
|
|
||||||
"type": "WEBHOOK",
|
|
||||||
"url": "{{.webhook}}"
|
|
||||||
}
|
|
||||||
|
|
@ -1,102 +0,0 @@
|
||||||
config:
|
|
||||||
- CDCICD: msTeams.json
|
|
||||||
- CDCICDITSM: itsm.json
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN Prod msTeams
|
|
||||||
CDCICD.EMEA-Prod:
|
|
||||||
- name: CD_CICD PROD
|
|
||||||
- alertingProfile: CD_CICD/alerting-profile/CDCICD.id
|
|
||||||
- webhook: https://empty
|
|
||||||
- skipDeployment: "true"
|
|
||||||
CDCICD.NA-Prod:
|
|
||||||
- name: CD_CICD PROD
|
|
||||||
- alertingProfile: CD_CICD/alerting-profile/CDCICD.id
|
|
||||||
- webhook: https://empty
|
|
||||||
- skipDeployment: "true"
|
|
||||||
CDCICD.CN-Prod:
|
|
||||||
- name: CD_CICD PROD
|
|
||||||
- alertingProfile: CD_CICD/alerting-profile/CDCICD.id
|
|
||||||
- webhook: https://empty
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN PreProd msTeams
|
|
||||||
CDCICD.EMEA-PreProd:
|
|
||||||
- name: CD_CICD INT
|
|
||||||
- alertingProfile: CD_CICD/alerting-profile/CDCICD.id
|
|
||||||
- webhook: https://empty
|
|
||||||
- skipDeployment: "true"
|
|
||||||
CDCICD.NA-PreProd:
|
|
||||||
- name: CD_CICD INT
|
|
||||||
- alertingProfile: CD_CICD/alerting-profile/CDCICD.id
|
|
||||||
- webhook: https://empty
|
|
||||||
- skipDeployment: "true"
|
|
||||||
CDCICD.CN-PreProd:
|
|
||||||
- name: CD_CICD INT
|
|
||||||
- alertingProfile: CD_CICD/alerting-profile/CDCICD.id
|
|
||||||
- webhook: https://empty
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN Prod ITSM
|
|
||||||
CDCICDITSM.EMEA-Prod:
|
|
||||||
- name: CD_CICD ITSM PROD
|
|
||||||
- alertingProfile: CD_CICD/alerting-profile/CDCICD.id
|
|
||||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
|
||||||
- contractid: "10APP11906401"
|
|
||||||
- appdid: "TEST123"
|
|
||||||
- mzName: CD_CICD/management-zone/CDCICD.id
|
|
||||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
||||||
CDCICDITSM.NA-Prod:
|
|
||||||
- name: CD_CICD ITSM PROD
|
|
||||||
- alertingProfile: CD_CICD/alerting-profile/CDCICD.id
|
|
||||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
|
||||||
- contractid: "10APP11906401"
|
|
||||||
- appdid: "TEST123"
|
|
||||||
- mzName: CD_CICD/management-zone/CDCICD.id
|
|
||||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
||||||
|
|
||||||
CDCICDITSM.CN-Prod:
|
|
||||||
- name: CD_CICD ITSM PROD
|
|
||||||
- alertingProfile: CD_CICD/alerting-profile/CDCICD.id
|
|
||||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
|
||||||
- contractid: "10APP11906401"
|
|
||||||
- appdid: "TEST123"
|
|
||||||
- mzName: CD_CICD/management-zone/CDCICD.id
|
|
||||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
||||||
CDCICDITSM.EMEA-PreProd:
|
|
||||||
- name: CD_CICD ITSM INT
|
|
||||||
- alertingProfile: CD_CICD/alerting-profile/CDCICD.id
|
|
||||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
|
||||||
- contractid: "10APP11906401"
|
|
||||||
- appdid: "TEST123"
|
|
||||||
- mzName: CD_CICD/management-zone/CDCICD.id
|
|
||||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
||||||
CDCICDITSM.NA-PreProd:
|
|
||||||
- name: CD_CICD ITSM INT
|
|
||||||
- alertingProfile: CD_CICD/alerting-profile/CDCICD.id
|
|
||||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
|
||||||
- contractid: "10APP11906401"
|
|
||||||
- appdid: "TEST123"
|
|
||||||
- mzName: CD_CICD/management-zone/CDCICD.id
|
|
||||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
||||||
|
|
||||||
CDCICDITSM.CN-PreProd:
|
|
||||||
- name: CD_CICD ITSM INT
|
|
||||||
- alertingProfile: CD_CICD/alerting-profile/CDCICD.id
|
|
||||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
|
||||||
- contractid: "10APP11906401"
|
|
||||||
- appdid: "TEST123"
|
|
||||||
- mzName: CD_CICD/management-zone/CDCICD.id
|
|
||||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
|
|
||||||
### How to configure synthetics?
|
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics.
|
|
||||||
|
|
@ -1,82 +0,0 @@
|
||||||
{
|
|
||||||
"anomalyDetection": {
|
|
||||||
"loadingTimeThresholds": {
|
|
||||||
"enabled": false,
|
|
||||||
"thresholds": [
|
|
||||||
{
|
|
||||||
"type": "TOTAL",
|
|
||||||
"valueMs": 0
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"outageHandling": {
|
|
||||||
"globalOutage": true,
|
|
||||||
"localOutage": false,
|
|
||||||
"localOutagePolicy": {
|
|
||||||
"affectedLocations": 1,
|
|
||||||
"consecutiveRuns": 3
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"automaticallyAssignedApps": [],
|
|
||||||
"enabled": true,
|
|
||||||
"frequencyMin": 1,
|
|
||||||
"locations": [
|
|
||||||
"{{.location}}"
|
|
||||||
],
|
|
||||||
"managementZones": [
|
|
||||||
{
|
|
||||||
"id": "{{.mzId}}",
|
|
||||||
"name": "{{.mzName}}"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"manuallyAssignedApps": [],
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"requests": [
|
|
||||||
{
|
|
||||||
"entityId": "HTTP_CHECK_STEP-0BA53EC80CD7EE5A",
|
|
||||||
"name": "{{.name}}",
|
|
||||||
"sequenceNumber": 1
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"script": {
|
|
||||||
"requests": [
|
|
||||||
{
|
|
||||||
"configuration": {
|
|
||||||
"acceptAnyCertificate": true,
|
|
||||||
"followRedirects": true,
|
|
||||||
"requestHeaders": [
|
|
||||||
{
|
|
||||||
"name": "accept",
|
|
||||||
"value": "application/json"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Content-Type",
|
|
||||||
"value": "application/json"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "api_key",
|
|
||||||
"value": "355DE89C-7B72-4EA3-BDD8-157C79EB2C23"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"description": "{{.name}}",
|
|
||||||
"method": "GET",
|
|
||||||
"url": "{{.endpoint}}",
|
|
||||||
"validation": {
|
|
||||||
"rules": [
|
|
||||||
{
|
|
||||||
"passIfFound": true,
|
|
||||||
"type": "httpStatusesList",
|
|
||||||
"value": "200"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"rulesChaining": "or"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"version": "1.0"
|
|
||||||
},
|
|
||||||
"tags": [],
|
|
||||||
"type": "HTTP"
|
|
||||||
}
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
config:
|
|
||||||
- CICD: default.json
|
|
||||||
|
|
||||||
CICD:
|
|
||||||
- name: CD_CICD - <synthetic-name>
|
|
||||||
- mzName: CD_CICD/management-zone/CDCICD.name
|
|
||||||
- mzId: CD_CICD/management-zone/CDCICD.id
|
|
||||||
- endpoint: <url>
|
|
||||||
- location: <location>
|
|
||||||
- skipDeployment: "true"
|
|
||||||
Loading…
Reference in New Issue