Get VirtualModel

View as Markdown
Get a VirtualModel by workspace and name.

Path parameters

workspacestringRequired
namestringRequired

Response

VirtualModel details
workspacestringformat: "^[\w\-\+.@:]+$"
Workspace identifier
idstringRead-only
created_atdatetimeRead-only
created_bystring or nullRead-only
updated_atdatetimeRead-only
updated_bystring or nullRead-only
entity_idstringRead-only
Alias for id for backwards compatibility.
parentstringRead-only
Parent entity ID for nested entities.
namestringDefaults to
Entity name within the workspace
projectstring
The name of the project associated with this entity.
default_model_entitystring
autoprovisionedbooleanDefaults to false

Marks this VirtualModel as controller-managed. The Models controller will delete it once no ModelProvider serves the matching entity. Setting this manually opts the VirtualModel into that cleanup behavior.

modelslist of objects
request_middlewarelist of objectsDefaults to []
response_middlewarelist of objectsDefaults to []
post_response_middlewarelist of objectsDefaults to []
override_proxystring

Errors

404
Not Found Error
422
Unprocessable Entity Error