cd_e2e_monitoring_config/temp/request-naming-service/HTTP-Methodapivversionprese...

60 lines
1.3 KiB
JSON

{
"conditions": [
{
"attribute": "WEBREQUEST_URL_PATH",
"comparisonInfo": {
"caseSensitive": false,
"comparison": "REGEX_MATCHES",
"negate": false,
"type": "STRING",
"value": "/api/v[0-9]{1}/presentation/remote-history/[a-zA-Z0-9]{17}"
}
},
{
"attribute": "WEBREQUEST_URL_PATH",
"comparisonInfo": {
"caseSensitive": false,
"comparison": "REGEX_MATCHES",
"negate": true,
"type": "STRING",
"value": "/api/v[0-9]{1}/presentation/remote-history/[a-zA-Z0-9]{17}/"
}
},
{
"attribute": "SERVICE_TAG",
"comparisonInfo": {
"comparison": "EQUALS",
"negate": false,
"type": "TAG",
"value": {
"context": "CONTEXTLESS",
"key": "Component",
"value": "vehicle-remote-commands-composite-service"
}
}
}
],
"enabled": true,
"managementZones": [],
"metadata": {
"clusterVersion": "1.212.95.20210311-132530",
"configurationVersions": [
0
]
},
"namingPattern": "{HTTP-Method} /api/v{version}/presentation/remote-history/\u003cVIN\u003e",
"placeholders": [
{
"aggregation": null,
"attribute": "WEBREQUEST_URL_PATH",
"delimiterOrRegex": "/v([0-9]{1})/",
"endDelimiter": null,
"kind": "REGEX_EXTRACTION",
"name": "version",
"normalization": "ORIGINAL",
"requestAttribute": null,
"source": null,
"useFromChildCalls": null
}
]
}