Infrastructure/Installer
GETInstallerSince 1.0SynchronousAuth Required
StreamDeployLogs
Stream real-time deployment log entries as server-sent events
Execution Availability
Try It Out
Submit a mock request using the current auth context and example-driven inputs.
Path Parameters
Request Inputs
Path Parameters
deployIdStringRequiredID of the deploy session to stream logs from
Responses
Endpoint
GET/api/v1/installer/deploy/{deployId}/logs
/api/v1/installer/deploy/{deployId}/logs
Request Example
curl -X GET '{host}/api/v1/installer/deploy/{deployId}/logs' -H 'Authorization: Bearer {token}'
Response Example
200{
"result": {},
"error": {}
}Change History
This API has no change history records yet.
