Vapi Metadata Authentication Service Operation list
Returns the identifiers for the operation elements contained in the service element corresponding to serviceId that have authentication information.
Identifier of the service element.
The parameter must be an identifier for the resource type: com.vmware.vapi.service
.
List of identifiers for the operation elements contained in the service element that have authentication information.
The response will contain identifiers for the resource type: com.vmware.vapi.operation
.
[
{}
]
if the service element associated with serviceId does not have any operation elements that have authentication information.
{
"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/authentication/service/{serviceId}/operation