Content Library Subscriptions Summary

Content Library Subscriptions Summary
Content Library Subscriptions Summary

The Content Library Subscriptions Summary schema contains commonly used information about the subscription.

This schema was added in vSphere API 6.7.2.

JSON Example
{
    "subscription": "string",
    "subscribed_library": "string",
    "subscribed_library_name": "string",
    "subscribed_library_vcenter_hostname": "string"
}
string
subscription
Required

Identifier of the subscription.

This property was added in vSphere API 6.7.2.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.content.library.Subscriptions. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.content.library.Subscriptions.

string
subscribed_library
Required

Identifier of the subscribed library.

This property was added in vSphere API 6.7.2.

When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.content.Library. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.content.Library.

string
subscribed_library_name
Required

Name of the subscribed library.

This property was added in vSphere API 6.7.2.

string
subscribed_library_vcenter_hostname
Optional

Hostname of the vCenter instance where the subscribed library exists.

This property was added in vSphere API 6.7.2.

This property is unset if the subscribed library is on the same vCenter Server instance as the published library.