Get a cron entry
GET/api/node/:hostname/schedule/cron/:name
Get a specific cron drop-in entry by name on the target node.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Cron entry detail.
Bad request - validation error.
Unauthorized - API key required
Forbidden - Insufficient permissions
Cron entry not found.
Error retrieving cron entry.