vapi metadata metamodel structure: list

Returns the identifiers for the structure elements that are contained in all the package elements and service elements.

Request:

HTTP request

GET https://{server}/rest/com/vmware/vapi/metadata/metamodel/structure
No request parameters

Response:

HTTP Status Code: 200

Representations:

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

Response Type:

Name Type Description
bold = required
value string[] The list of identifiers for the structure elements.

Errors:

None