LibrarySubscriptionsInfo
The Subscriptions.Info structure contains information about the subscription.
Properties
Identifier of the subscribed library associated with 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. 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.
Location of the subscribed library relative to the published library.
Name of the subscribed library associated with the subscription.
Placement information about the subscribed library’s virtual machine template items.
Information about the vCenter Server instance where the subscribed library exists. This field is optional and it is only relevant when the value of Subscriptions.Info.subscribed-library-location is REMOTE.
JSON Example
{
"subscribed_library": "string",
"subscribed_library_location": "enum",
"subscribed_library_name": "string",
"subscribed_library_placement": {}
}