v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBSpa
Get SPA Recommendations
This endpoint is currently experimental and restricted to Datadog internal use only. Retrieve resource recommendations for a Spark job. The caller (Spark Gateway or DJM UI) provides a service name and SPA returns structured recommendations for driver and executor resources. The version with a shard should be preferred, where possible, as it gives more accurate results.
get/api/v2/spa/recommendations/{service}
Path parameters
servicestring required
The service name for a spark job.
Query parameters
bypass_cachestring
The recommendation service should not use its metrics cache.
Response
OK
Example response
{
"data": {
"type": "recommendation"
}
}