Direct Path Profile Manager Direct Path Profile Manager List
List DirectPath profiles in this vCenter that match the specified filtering criteria.
Since: vSphere API Release 9.0.0.0
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 DirectPathProfileManager/{moId}
.
The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.
"DirectPathProfileManagerListRequestType Object"
Specification describing the parameters used to filter the results when listing DirectPath profiles in a vCenter (see DirectPathProfileManagerList).
If multiple fields are specified, only the DirectPath profiles that match at least one element of each field match the filter.
Since: vSphere API Release 9.0.0.0
Information about DirectPath profiles matching the attributes specified in the input DirectPathProfileManagerFilterSpec. If an empty filterSpec is specified, then all the DirectPath profiles in the target vCenter are returned. If none of the DirectPath profiles match the attributes specified in the filterSpec, then an empty list is returned.
[
"DirectPathProfileInfo Object"
]
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/DirectPathProfileManager/{moId}/DirectPathProfileManagerList