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

FeaturesOperations

The object containing the NSXi platform features and operations


Properties

array of PlatformFeatures
features Required

The features object for the NSXi platform composed of feature, availability and reasons if not available


operations Required

The operations object for the NSXi platform composed of the operation Id and whether it can be accessed on the current platform


properties Required

The properties object for the NSXi platform composed of user roles, realised license and form factor

JSON Example

{
	"features": [
		{
			"feature": "BAREMETALSUPPORT",
			"is_available": false,
			"reasons": [
				"InsufficientLicense"
			]
		}
	],
	"operations": [
		{
			"can_access": true,
			"operation_id": "FetchVmDetails"
		}
	],
	"properties": {
		"realised_license": "ENTERPRISE PLUS",
		"user_roles": [
			"ENTERPRISE_ADMIN"
		]
	}
}
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-intelligence-and-application-platform
Returned By

Get Full Features And Operations

Feedback

Was this page helpful?