[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api

RecommendedRules

Properties

array of RecommendedRule
results Optional

time_range Optional

JSON Example

{
	"results": [
		{
			"action": "ALLOW",
			"destinations": [
				{
					"entity_id": "string",
					"entity_type": "VirtualMachine"
				}
			],
			"port_ranges": [
				{
					"end": 0,
					"start": 0
				}
			],
			"protocols": [
				"string"
			],
			"sources": [
				{
					"entity_id": "string",
					"entity_type": "VirtualMachine"
				}
			]
		}
	],
	"time_range": {
		"end_time": 1597247999,
		"start_time": 1597247025
	}
}
[{"label":"Latest (6.4.0)","version":"latest"}]
vrealize-network-insight-api
Returned By

List Recommended Rules

Feedback

Was this page helpful?