[{"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
array of
IntelligenceFeature
features
Optional
A list of available features in appliance and it indicates if each feature is available on the current appliance.
array of
IntelligenceOperation
operations
Optional
A list of available operations in appliance and it indicates if each operation
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