Vapi Metadata Metamodel Resource Model list
Returns the set of identifiers for the structure elements that are models for the resource type corresponding to resourceId.
The Vapi Metadata Metamodel Structure resource provides operations to retrieve more details about the structure elements corresponding to the identifiers returned by this operation.
Identifier of the resource type.
The parameter must be an identifier for the resource type: com.vmware.vapi.resource
.
The set of identifiers for the models that are associated with the resource type in resourceId.
The response will contain identifiers for the resource type: com.vmware.vapi.structure
.
[
{}
]
if the resource type associated with resourceId does not exist.
{
"messages": [
{
"id": "string",
"default_message": "string",
"args": [
"string"
],
"params": {
"params": {
"s": "string",
"dt": "string",
"i": 0,
"d": "number",
"l": "Vapi Std NestedLocalizableMessage Object",
"format": "string",
"precision": 0
}
},
"localized": "string"
}
],
"data": {},
"error_type": "string"
}
curl -H 'Authorization: <value>' https://{api_host}/api/vapi/metadata/metamodel/resource/{resourceId}/model