com.vmware.content.type

info

The info structure describes support for a specific type of data in an com.vmware.content.library.item_model. The info can be queried through the com.vmware.content.type service. Type support describes plugins in the Content Library which can provide metadata on library items and help manage the transfer process by adding dependent files when a current file is added.
Representations:
{
    "description""string",
    "name""string",
    "type""string",
    "vendor""string",
    "version""string"
}
<?xml version="1.0" ?>
<ns0:Info xmlns:ns0="http://vmware.com/content/type" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <vendor>string</vendor>
  <description>string</description>
  <name>string</name>
  <type>string</type>
  <version>string</version>
</ns0:Info>

Attributes:
Name Type Required Description
description
 *
string Yes A description of the type support offered by the plugin.
name
 *
string Yes The name of the plugin which provides the type support.
type
 *
string Yes The type which the plugin supports.

To upload a library item of the type supported by the plugin, the com.vmware.content.library.item_model.type field of the item should be set to this value.

vendor
 *
string Yes The name of the vendor who created the type support plugin.
version
 *
string Yes The version number of the type support plugin.

Copyright © 2014. All Rights Reserved.