Property description

The hierarchyDefinitionsApplications asset assigns hierarchy definitions to applications. Serves as an alternative to the application hierarchy definitions property, which is used more frequently.

Minimal JSON

{
  "applicationKey": "",
  "hierarchyDefinitionKey": ""
}
{
  "applicationKey": "cust_example_application",
  "hierarchyDefinitionKey": "core_sql_server_default"
}

Nested properties

PropertyDescriptionValuesMandatory
applicationKeyKey of the application the specified hierarchy is assigned to.stringYes
hierarchyDefinitionKeyKey of the hierarchy definition that is being assigned to the specified application.stringYes
childrenCountTypeSpecifies how the number of child objects is displayed for each object in the hierarchy. Supported options are: no_children_count: Only the object name is visible, no child objects are calculated.Recommended for large externally scanned applications with tens of thousands of objects or more.direct_children_count: Only first-level child objects are calculated.stringNo
isDefaultDetermines whether the specified hierarchy definition as the default for the specified application.booleanNo