[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
InlineTier1
Properties
array of
GroupMembershipCriteria
group_membership_criteria
Optional
EntityType currently restricted to VirtualMachine
JSON Example
{
"application": {
"entity_id": "string",
"entity_type": "VirtualMachine"
},
"group_membership_criteria": [
{
"ip_address_membership_criteria": {
"ip_addresses": [
"string"
]
},
"membership_type": "SearchMembershipCriteria",
"search_membership_criteria": {
"entity_type": "Group",
"filter": "string"
}
}
],
"member_list": {
"kubernetes_services": [
{
"key": {
"entity_id": "string",
"entity_type": "VirtualMachine"
},
"name": "string"
}
],
"physical_ips": [
{
"key": {
"entity_id": "string",
"entity_type": "VirtualMachine"
},
"name": "string"
}
],
"vms": [
{
"key": {
"entity_id": "string",
"entity_type": "VirtualMachine"
},
"name": "string"
}
]
}
}