Vslm Service Instance Retrieve Content

Vslm Service Instance Retrieve Content

Retrieves the properties of the Storage Lifecycle Management service instance.

Required privileges: System.Anonymous

Request
URI
POST
https://{vcenter-host}/sdk/vim25/{release}/vslm/VslmServiceInstance/{moId}/RetrieveContent
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 VslmServiceInstance/{moId}.

string
release
Required

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


Authentication
This operation uses the following authentication methods.
Responses
200

Service instance properties that provide access to Storage Lifecycle Management managed objects.

Returns VslmServiceInstanceContent of type(s) application/json
This response body class contains all of the following: DataObject
{
    "_typeName": "string",
    "aboutInfo": {
        "_typeName": "string",
        "name": "string",
        "fullName": "string",
        "vendor": "string",
        "apiVersion": "string",
        "instanceUuid": "string"
    },
    "sessionManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "vStorageObjectManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    },
    "storageLifecycleManager": {
        "_typeName": "string",
        "type": "string",
        "value": "string"
    }
}
aboutInfo
Required

This data object type describes system information.

This structure may be used only with operations rendered under /vslm.

sessionManager
Required

Reference to an instance of the VslmSessionManager managed object.

This structure may be used only with operations rendered under /vslm.

vStorageObjectManager
Required

Reference to an instance of the VslmVStorageObjectManager managed object.

This structure may be used only with operations rendered under /vslm.

storageLifecycleManager
Required

Reference to an instance of the VslmStorageLifecycleManager managed object.

This structure may be used only with operations rendered under /vslm.