[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

IntelligenceFeaturesAndOperationsInfo

NSX Intelligence available features and operations. And the permission based on the form factor, license and user’s roles.


Properties

features Optional

A list of available features in appliance and it indicates if each feature is available on the current appliance.


operations Optional

A list of available operations in appliance and it indicates if each operation


properties Optional

Metadata for user and appliance.

JSON Example

{
	"features": [
		{
			"feature": "string",
			"is_available": false,
			"reasons": [
				"string"
			]
		}
	],
	"operations": [
		{
			"can_access": false,
			"operation_id": "string"
		}
	],
	"properties": {
		"realised_form_factor": "SMALL",
		"realised_license": "STANDARD",
		"user_roles": [
			"string"
		]
	}
}
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform

Feedback

Was this page helpful?