Vslm Service Instance Get Content

Vslm Service Instance Get Content

Contains references to Storage Lifecycle Management managed objects.

Required privileges: System.Anonymous

Request
URI
GET
https://{api_host}/sdk/vim25/{release}/vslm/VslmServiceInstance/{moId}/content
COPY
Path Parameters
string
moId
Required

The unique identifier for the managed object to which the property 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 9.0.0.0 APIs.


Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns VslmServiceInstanceContent of type(s) application/json
"VslmServiceInstanceContent Object"
aboutInfo
Required

Contains information that identifies the Storage Lifecycle Management service.

sessionManager
Required

VslmSessionManager contains login APIs to connect to VSLM service.

vStorageObjectManager
Required

VslmVStorageObjectManager contains virtual storage object APIs.

storageLifecycleManager
Required

VslmStorageLifecycleManager contains callback APIs to VSLM service.


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/sdk/vim25/{release}/vslm/VslmServiceInstance/{moId}/content