content library subscriptions: summary
The
summary
structure contains commonly used information about the subscription. This structure was added in vSphere API 6.7.2.Representation:
{
"subscribed_library" : "obj-103",
"subscribed_library_name" : "string",
"subscription" : "obj-103",
"subscribed_library_vcenter_hostname" : "string"
}
"subscribed_library" : "obj-103",
"subscribed_library_name" : "string",
"subscription" : "obj-103",
"subscribed_library_vcenter_hostname" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
subscription | string | Identifier of the subscription. This attribute was added in vSphere API 6.7.2. 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 . |
subscribed_library | string | Identifier of the subscribed library. This attribute was added in vSphere API 6.7.2. 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 . |
subscribed_library_name | string | Name of the subscribed library. This attribute was added in vSphere API 6.7.2. |
Optional | ||
subscribed_library_vcenter_hostname | string | Hostname of the vCenter instance where the subscribed library exists. This attribute was added in vSphere API 6.7.2. Optional. This field is unset if the subscribed library is on the same vCenter Server instance as the published library. |