InlineGroupPublishConfig1

InlineGroupPublishConfig1
InlineGroupPublishConfig1
JSON Example
{
    "hierarchy": [
        {
            "scope": "Application",
            "value": "E-Commerce Platform",
            "level": 0
        }
    ],
    "policy_path": "string",
    "add_new_members": [
        "string"
    ],
    "tag_vm_members": false,
    "add_all_members": false
}
hierarchy
Optional

Ordered tags representing the hierarchy. Null indicates global scope.

string
policy_path
Optional

Path to the policy containing the group for which the members will be updated. When provided together with hierarchy_tags, the group is validated and members are updated.

array of string
add_new_members
Optional
Constraints: maxItems: 1000

List of new members to add to the group. Required if add_all_members is false or not provided.

boolean
tag_vm_members
Optional

If true, adds VMs to the group by adding the right tags to the VMs. IP members are added statically.

boolean
add_all_members
Optional

If true, adds all discovered servers in the category to the group and add_new_members is ignored. Required if add_new_members is empty or not provided.