Vapi Metadata Authentication Service Operation get
Retrieves the authentication information about an operation element corresponding to operationId contained in the service element corresponding to serviceId.
Identifier of the service element.
The parameter must be an identifier for the resource type: com.vmware.vapi.service
.
Identifier of the operation element.
The parameter must be an identifier for the resource type: com.vmware.vapi.operation
.
The Vapi Metadata Authentication OperationInfo instance that corresponds to operationId.
{
"schemes": [
{
"scheme_type": "string",
"session_manager": "string",
"scheme": "string"
}
]
}
List of authentication schemes used by an operation element. The authentication scheme specified on the service element corresponding to this operation element is ignored.
if the service element associated with serviceId does not exist.
if the operation element associated with operationId does not exist.
if the operation element associated with operationId does not have any authentication information.
"Vapi Std Errors NotFound Object"
curl -H 'Authorization: <value>' https://{api_host}/api/vapi/metadata/authentication/service/{serviceId}/operation/{operationId}