com.vmware.vapi.metadata.metamodel.service

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

A service is a logical grouping of operations that operate on some entity. A service element describes a service. It contains operation elements that describe the operations grouped in the service. It also contains structure elements and enumeration elements corresponding to the structures and enumerations defined in the service.

list

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

Returns the identifiers for the service elements that are currently registered with the infrastructure.

The list of service elements is an aggregate list of all the service elements contained in all the package elements.

Request:
Representations:
GET /com/vmware/vapi/metadata/metamodel/service

Parameters:
None

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

Errors:
None

Copyright © 2014. All Rights Reserved.