Content Library SourceInfo

Content Library SourceInfo
Content Library SourceInfo

The Content Library SourceInfo schema contains information about the source published library of a subscribed library.

This schema was added in vSphere API 6.7.2.

JSON Example
{
    "source_library": "string",
    "subscription": "string"
}
string
source_library
Optional

Identifier of the published library.

This property was added in vSphere API 6.7.2.

This property must be provided for the create operation. It will always be present in the response of the get or list operations. It is optional for the update operation.

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
subscription
Optional

Identifier of the subscription associated with the subscribed library.

This property was added in vSphere API 6.7.2.

This property must be provided for the create operation. It will always be present in the response of the get or list operations. It is optional for the update operation.

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.