Vapi Metadata Metamodel Component list

Vapi Metadata Metamodel Component list

Returns the identifiers for the component elements that are registered with the infrastructure.

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

The list of identifiers for the component elements that are registered with the infrastructure.

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

[
    {}
]
array of string
Optional

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