Direct Path Profile Manager Direct Path Profile Manager List

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

Request
URI
POST
https://{api_host}/sdk/vim25/{release}/DirectPathProfileManager/{moId}/DirectPathProfileManagerList
COPY
Path Parameters
string
moId
Required

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}.

string
release
Required

The vSphere release schema. The current specification covers vSphere 9.0.0.0 APIs.


Request Body
DirectPathProfileManagerListRequestType of type(s) application/json
Required
"DirectPathProfileManagerListRequestType Object"
object
filterSpec
Required

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

Authentication
This operation uses the following authentication methods.
Responses
200

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"
]
Optional

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/sdk/vim25/{release}/DirectPathProfileManager/{moId}/DirectPathProfileManagerList