Sms Provider Query Provider Info
Get provider information.
Required privileges: StorageViews.View
Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/sms/SmsProvider/{moId}/QueryProviderInfo
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 SmsProvider/{moId}
.
string
release
Required
The vSphere release schema. The current specification covers vSphere 8.0.3.0 APIs.
Responses
200
OK
Returns SmsProviderInfo of type(s) application/json
This response body class contains all of the following: DataObject
{
"_typeName": "string",
"uid": "string",
"name": "string",
"description": "string",
"version": "string"
}
string
uid
Required
Unique identifier
string
name
Required
Name
string
description
Optional
Description of the provider
string
version
Optional
Version of the provider
Storage Monitoring Service Operations
POST
Sms Provider Query Provider Info