com.vmware.vapi.metadata.metamodel.component

The component service providers operations to retrieve metamodel information of a component element.

A component defines a set of functionality that is deployed together and versioned together. For example, all the services that belong to VMware Content Library are part of a single component. A component element describes a component. A component element contains one or more package elements.

The operations for package elements are provided by service com.vmware.vapi.metadata.metamodel.package.

list

GET /com/vmware/vapi/metadata/metamodel/component
POST /com/vmware/vapi/metadata/metamodel/component?~action=list

Returns the identifiers for the component elements that are registered with the infrastructure.
Request:
Representations:
GET /com/vmware/vapi/metadata/metamodel/component

Parameters:
None

Response:
Representations:
{
    "value"[
        "obj-103",
        "obj-103"
    ]
}
<?xml version="1.0" ?>
<ns0:List-Result xmlns:ns0="http://vmware.com/vapi/metadata/metamodel/component" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <value-array>
    <array-item>obj-103</array-item>
    <array-item>obj-103</array-item>
  </value-array>
</ns0:List-Result>

Parameters:
Name Type Required Description
result List<ID> Yes The list of identifiers for the component elements that are registered with the infrastructure. Id of type com.vmware.vapi.component.

Errors:
None

Copyright © 2014. All Rights Reserved.