View Manager Create List View
Create a ListView object for this session.
The method returns a session object that has a list of managed object references. The list of references corresponds to the input object list. You can modify the resulting list after you have created the object.
Required privileges: System.View
The unique identifier for the managed object to which the method attaches; the serialized managed object reference for a request has the form moType/moId, in this case ViewManager/{moId}.
The vSphere release schema. The current specification covers vSphere 9.1.0.0 APIs.
{
"obj": [
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]
}
The initial list of objects in the view.
Required privileges: System.View
OK
{
"_typeName": "string",
"type": "string",
"value": "string"
}
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{}' https://{api_host}/sdk/vim25/{release}/ViewManager/{moId}/CreateListView