Edit Properties for Tier Naming Rules
You can edit properties for tier naming rules by using:
Use UI to Edit Properties for Tier Naming Rules
Use API to Edit Properties for Tier Naming Rules
Format:
PATCH /customNaming/rules/bulk
Request Example:
curl --location --request PATCH 'https://demo.saas.appdynamics.com/zero/v1beta/customNaming/rules/bulk' --header 'Authorization: Bearer {AuthToken}'
--header 'Content-Type: application/json' \
--data-raw
{
"total": 1,
"items": [
{
"id": "79962b2d-9afb-40e8-9529-428c5077e702",
"priority": 1,
"version": 1
},
{
"id": "9a7dfb82-480f-4beb-b72c-a3692b54fdec",
"priority": 2,
"version": 1
}
]
}
Response Example:
{
"total": 2,
"items": [
{
"ruleName": "TomcatRule1",
"status": "SUCCESS",
"description": null
},
{
"ruleName": "TomcatRule2",
"status": "SUCCESS",
"description": null
}
]
}