Microsoft Endpoint Configuration Management · Arazzo Workflow
Microsoft Endpoint Configuration Management Report Export Job
Version 1.0.0
Create an Intune report export job, poll it, and capture the download URL when complete.
View Spec
View on GitHub
ComplianceConfiguration ManagementDevice ManagementEndpoint ManagementMobile Device ManagementPatch ManagementSoftware DeploymentArazzoWorkflows
Provider
Workflows
report-export-job
Create a report export job and resolve its download URL when complete.
Creates a deviceManagementExportJob for the supplied report name and format, reads the job back by id, and branches on the status to capture the download URL when the export has completed.
1
createExport
createExportJob
Create an export job for the named report.
2
pollExport
getExportJob
Read the export job by id to check its current status.
3
captureUrl
getExportJob
Re-read the completed export job to capture the SAS-signed download URL.