List Widget Configurations
If no query params are specified then all the Widget Configurations of the specified view are returned.
Request
URLURL
https://nsxmanager.your.domain/policy/api/v1/ui-views/{view-id}/widgetconfigurations
Parameters
Parameters
string
view-id
Required
Not available
Query Parameters
Query Parameters
string
container
Optional
Id of the container
string
widget_ids
Optional
Ids of the WidgetConfigurations
Response
Response
Response BodyResponse Body
200 OK returns
WidgetConfigurationList
{
"widgetconfigurations": [
{
"_create_time": 0,
"_create_user": "string",
"_last_modified_time": 0,
"_last_modified_user": "string",
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_protection": "string",
"_revision": 0,
"_schema": "string",
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"_system_owned": false,
"datasources": [
{
"display_name": "string",
"urls": [
{
"alias": "string",
"query": "string",
"url": "string"
}
]
}
],
"description": "string",
"display_name": "string",
"drilldown_id": "string",
"footer": {
"actions": [
{
"dock_to_container_footer": false,
"label": {
"condition": "string",
"hover": false,
"icons": [
{
"placement": "string",
"tooltip": [
{
"condition": "string",
"heading": false,
"text": "string"
}
],
"type": "string"
}
],
"navigation": "string",
"text": "string"
},
"url": "string"
}
],
"condition": "string"
},
"icons": [
{
"placement": "string",
"tooltip": [
{
"condition": "string",
"heading": false,
"text": "string"
}
],
"type": "string"
}
],
"id": "string",
"is_drilldown": false,
"legend": {
"alignment": "string",
"display_count": false,
"position": "string",
"type": "string"
},
"resource_type": "string",
"shared": false,
"tags": [
{
"scope": "string",
"tag": "string"
}
],
"weight": 0
}
]
}
cURL Command
curl https://nsxmanager.your.domain/policy/api/v1/ui-views/{view-id}/widgetconfigurations
Errors
Not available
404
The requested resource could not be found but may be available again in the future.
500
The server encountered an unexpected condition which prevented it from fulfilling the request.
503
The server is currently unavailable (because it is overloaded or down for maintenance).