Library_Subscriptions_Summary

Library_Subscriptions_Summary
Library_Subscriptions_Summary

The Subscriptions.Summary structure contains commonly used information about the subscription.

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

Identifier of the subscription. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.content.library.Subscriptions. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.content.library.Subscriptions.

string
subscribed_library
Required

Identifier of the subscribed library. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.content.Library. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.content.Library.

string
subscribed_library_name
Required

Name of the subscribed library.

string
subscribed_library_vcenter_hostname
Optional

Hostname of the vCenter instance where the subscribed library exists. This field is unset if the subscribed library is on the same vCenter Server instance as the published library.