v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBSpa
Get SPA Recommendations with a shard parameter
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 shard identifier, and SPA returns structured recommendations for driver and executor resources.
get/api/v2/spa/recommendations/{service}/{shard}
Path parameters
shardstring required
The shard tag for a spark job, which differentiates jobs within the same service that have different resource needs
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"
}
}