com.vmware.vapi.metadata.metamodel.resource

The com.vmware.vapi.metadata.metamodel.resource service provides operations to retrieve information about resource types.

A service is a logical grouping of operations that operate on an entity. Each entity is identifier by a namespace (or resource type) and an unique identifier.

list

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

Returns the set of resource types present across all the service elements contained in all the package elements.
Request:
Representations:
GET /com/vmware/vapi/metadata/metamodel/resource

Parameters:
None

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

Errors:
None

Copyright © 2014. All Rights Reserved.