com.vmware.vapi.metadata.metamodel.enumeration

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

The enumeration has a list of enumeration value elements.

list

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

Returns the identifiers for the enumeration elements that are contained in all the package elements, service elements and structure elements.
Request:
Representations:
GET /com/vmware/vapi/metadata/metamodel/enumeration

Parameters:
None

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

Errors:
None

Copyright © 2014. All Rights Reserved.