To support various customizations, the ServiceNow and VMware Aria Operations for Networks integration supports a generic configuration. The CMDB configuration must be in the JSON format.
- the configuration items
- the relation between the configuration items
- the rules for the dependency graph traversal.
Field Name | Description |
---|---|
fetchOnlyApprovedApplications | Allows the boolean value to fetch only approved applications from ServiceNow. By default, the value is set to False. |
nameBasedSearchForVm | Allows the boolean value to indicate whether to create a custom VM search criteria with the VM name if the ServiceNow VM is not present in VMware Aria Operations for Networks. If the value is set to True, then a custom VM name criteria is created and count will be reflected when corresponding VM is detected in VMware Aria Operations for Networks without recomputing the application. This can be used when you create the dependency graphs or the service map manually, without using Service Mapping. By default, the value is set to False. |
ignoreWorkloadCheck | Allows a boolean value to indicate whether to add an entity to the tier even when an associated workload entity does not exist. This can be used when you create the dependency graphs or the service map manually, without using Service Mapping and when relationships are not defined till the workload layer. By default, the value is set to False. |
ciGroup | Defines configuration items and relationships to fetch from ServiceNow. This field allows the following properties:
|
Rules for graph traversal | Supports three types of traversal rules:
Properties of a rule:
|
applicationClasses | Lists all entry point configuration item classes for the graph traversal. These classes represent the configuration item types which are used as application classes in the CMDB. The default configuration uses cmdb_ci_service_discovered class. This class represents applications created by the ServiceMapping feature of ServiceNow. |
workloadCIClasses | Lists all the configuration items that host either a software-based service or an operating system like Linux Server, Windows Server. Example, VMs, AWS instances, Physical Servers. Typically, workload configuration items are placed towards the end of the dependency graph. Tiers are not created for the configuration item classes that are mentioned in this group.
The default configuration contains the following configuration item classes:
|
trackedCIClasses | Lists all configuration items that can be part of the dependency graphs, but are not applicationClass or workloadCIClass. The configuration items in this group are required for the graph to complete from applicationClasses to workloadCIClasses. VMware Aria Operations for Networks creates tiers for all the classes mentioned in trackedCIClasses, unless the class is mentioned under ignoredTierCiClasses. |
relationshipTypeClasses | Lists all related configuration items represented by relation configuration items classes or relation types. The default configuration uses * to fetch all relation types. |
workloadRelationshipTypeClasses: | lists relation types which typically represent the relations with workload entities. Following are the relations supported by default in ServiceNow:
|
ignoredCiClasses | Lists all the configuration items that VMware Aria Operations for Networks must ignore to fetch from ServiceNow CMDB. This is useful while fetching a super class, to ignore the unnecessary subclasses. By default, cmdb_ci_vcenter_server_obj is listed under ignoredCiClasses as vCenter Server are not required for the application discovery. |
ignoredTierCiClasses | Lists all the configuration items for which tiers must not be created. |