Initializing help system before first use

DebuggerResource

Provides methods for debugging the Mosel model while executing a scenario.

The following resources are part of this group:

/debugger

POST

Creates a new debug session for the given scenario and the current user.

Request Body

element: debugSessionInfo
media types: application/json

a JSON object containing the id of the scenario to be debugged

Response Body

element: debugSessionInfo
media types: application/json

a JSON object containing the id of the new debug session

/debugger/{debugSessionId}/queue

GET

Reads a continuous stream of messages for the given debug session.

Parameters

name description type default
debugSessionId the id of the debug session whose messages to read path

Response Body

element: (custom)
media types: text/plain

a stream of messages

POST

Sends a debug message to a debug session.

Parameters

name description type default
debugSessionId the id of the debug session to which to send the message path

Request Body

element: (custom)
media types: application/json

the debug message to send

Response Body

element: (custom)
media types: */*
application/xml

no content