Obtain Tier Naming Rule Details

Format:

GET /customNaming/rules/{Id}/details

Request Example:

curl --location --request GET 'https://demo.saas.appdynamics.com/zero/v1beta/customNaming/rules/0c328c2e-d6ab-4343-bcff-792a77c45413/details' \
--header 'Authorization: Bearer {AuthToken}'

Response Example:


"id": "56112e75-6308-4d04-b9fa-e336b967bc59",
"ruleName": "TomcatRule1",
"tierNamingFormat": "tomcat-tier-prod",
"processType": "JAVA",
"version": 1,
"appServerTypes": [
"TOMCAT"
],
"priority": 1,
"enabled": true,
"ruleConditions": [
{
"keyName": "<CmdlineArrya[_]>",
"conditionType": "CONTAINS",
"value": "-Dcatalina.home",
"sequence": 1
},
{
"keyName": "<envVarMap.HOSTNAME>",
"conditionType": "EQUAL",
"value": "localhost",
"sequence": 2
}
],
"applicationNames": [
"EcommerceApplication"
]
}