Get options schema for an engine

get/sessions/{sessionId}/engines/{engineName}/definition
Internal-Use Only

Returns the options schema for a specific engine.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
engineName
string
true

Specifies the name or nickname of the requested engine.

sessionId
string<object-id>
true

Specifies the ID of the session.

Query Parameters

NameTypeRequiredDescription
limit
integer
false

Specifies the maximum number of resources to return. The default value is "50".

start
integer
false

Specifies the offset of the first resource to return. The default value is "0".

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers
400Bad RequestThe request was invalid.Schema
404Not FoundNo engine exists at the requested path.Schema
501Not ImplementedThe specified engine is not supported.