/clusters/{clusterName}/services/{serviceName}/roles/{roleName}/logs/stdout

Mount Point: /api/v11/clusters/{clusterName}/services/{serviceName}/roles/{roleName}/logs/stdout

GET

Retrieves the role's standard output.

If the role is not started, this will be the output associated with the last time the role was run.

Log files are returned as plain text (type "text/plain").

Parameters

name description type default
roleName The role to fetch stdout from. path
serviceName (no documentation provided) path
clusterName (no documentation provided) path

Response Body

element: (custom)

Contents of the role's standard output.