Disable Tier Naming Rules

You can disable the tier naming rules by using:

Use UI to Disable Tier Naming Rules

Perform the following steps to disable tier naming rules in the Controller UI:
  1. Go to the Tier Naming Rules tab.
  2. Select the Rule Name that you want to disable.
  3. Click Disable rule.

Use API to Disable Tier Naming Rules

Format:

POST /customNaming/rules/{Id}/disable

Request Example:

curl --location --request POST 'https://demo.saas.appdynamics.com/zero/v1beta/customNaming/rules/9a7dfb82-480f-4beb-b72c-a3692b54fdec/disable' --header 'Authorization: Bearer {AuthToken}'

Response Example:

No response