com.vmware.vapi.metadata.metamodel.package

The package service provides operations to retrieve metamodel information about a package element in the interface definition language.

A package is a logical grouping of services, structures and enumerations. A package element describes the package. It contains the service elements, structure elements and enumeration elements that are grouped together.

list

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

Returns the identifiers for the packages elements that are contained in all the registered component elements.
Request:
Representations:
GET /com/vmware/vapi/metadata/metamodel/package

Parameters:
None

Response:
Representations:
{
    "value"[
        "obj-103",
        "obj-103"
    ]
}
<?xml version="1.0" ?>
<ns0:List-Result xmlns:ns0="http://vmware.com/vapi/metadata/metamodel/package" 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 package elements that are contained in all the registered component elements. Id of type com.vmware.vapi.package.

Errors:
None

Copyright © 2014. All Rights Reserved.