Vapi Metadata Metamodel Resource list

Vapi Metadata Metamodel Resource list

Returns the set of resource types present across all the service elements contained in all the package elements.

Request
URI
GET
https://{api_host}/api/vapi/metadata/metamodel/resource
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Set of resource types

The response will contain identifiers for the resource type: com.vmware.vapi.resource.

[
    {}
]
array of string
Optional

Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/api/vapi/metadata/metamodel/resource