batch
batch
¶
API router for batch operations.
create_batch_remediation(request)
async
¶
Create a batch remediation job for multiple devices.
Source code in hier_config_api/routers/batch.py
get_batch_job_status(job_id)
async
¶
Get the status of a batch job.
Source code in hier_config_api/routers/batch.py
get_batch_job_results(job_id)
async
¶
Get the results of a completed batch job.