[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

InlineView1

Properties

string
display_name Required

Title of the widget.


array of WidgetItem
widgets Required

Array of widgets that are part of the view.


string
exclude_roles Optional

Comma separated list of roles to which the shared view is not visible. Allows user to prevent the visibility of a shared view to the specified roles. User defined roles can also be specified in the list. The roles can be obtained via GET /api/v1/aaa/roles. Please visit API documentation for details about roles. If include_roles is specified then exclude_roles cannot be specified.


string
include_roles Optional

Comma separated list of roles to which the shared view is visible. Allows user to specify the visibility of a shared view to the specified roles. User defined roles can also be specified in the list. The roles can be obtained via GET /api/v1/aaa/roles. Please visit API documentation for details about roles.


boolean
shared Optional

Defaults to false. Set to true to publish the view to other users. The widgets of a shared view are visible to other users.


integer as int32
weight Optional

Determines placement of view relative to other views. The lower the weight, the higher it is in the placement order.

JSON Example

{
	"display_name": "string",
	"widgets": [
		{
			"widget_id": "string"
		}
	]
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: NsxDashboard
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Used By

View

Feedback

Was this page helpful?