Host templates will contain information about the role config groups that should be applied to a host. This basically means a host will have a role corresponding to each config group.
| name | data type | description |
|---|---|---|
| refName | string | |
| roleConfigGroupsRefNames | array of string | |
| cardinality | number |
Example
{
"refName" : "...",
"roleConfigGroupsRefNames" : [ "...", "..." ],
"cardinality" : 12345
}