GET
/
spark
/
driver
/
log
/
{id}
Get Spark pod logs
curl --request GET \
  --url https://{FUSION HOST}/api/spark/driver/log/{id} \
  --header 'Authorization: Basic <encoded-value>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Headers

Authorization
string

Path Parameters

id
string
required

The name of the job configuration for which to retrieve logs.

Query Parameters

rows
integer
default:100

Response

200 - text/plain

OK

The response is of type file.