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.
The Subscriptions.Location enumerated type defines the location of subscribed library relative to the published library.
LOCAL : The subscribed library belongs to the same vCenter instance as the published library.
REMOTE : The subscribed library belongs to a different vCenter instance than the published library.
Possible values are: LOCAL , REMOTE
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": "LOCAL",
"subscribed_library_name": "string",
"subscribed_library_placement": {}
}