vapi metadata metamodel enumeration: list

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

Request:

HTTP request

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

Response:

HTTP Status Code: 200

Representation:

{
    "value"[
        "obj-103",
        "obj-103"
    ]
}

Response Type:

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

Errors:

None