Sms Storage Manager Query Provider
Get the list of Providers that are currently registered with StorageManager.
Required privileges: StorageViews.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 SmsStorageManager/{moId}.
The vSphere release schema. The current specification covers vSphere 9.1.0.0 APIs.
List of Providers.
[
{
"_typeName": "string",
"type": "string",
"value": "string"
}
]
Reference to an instance of the SmsProvider managed object.
This structure may be used only with operations rendered under /sms.
QueryExecutionFault: if an error is encountered while processing the query request.
{
"_typeName": "string",
"faultCause": {
"_typeName": "string",
"faultCause": "MethodFault Object",
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
},
"faultMessage": [
{
"_typeName": "string",
"key": "string",
"arg": [
{
"_typeName": "string",
"key": "string",
"value": {
"_typeName": "string"
}
}
],
"message": "string"
}
]
}
curl -X POST -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/sms/SmsStorageManager/{moId}/QueryProvider