Tanium · Arazzo Workflow
Tanium Deploy A Package As An Action
Version 1.0.0
Resolve a package, action group, and target computer group by name, then create and execute the action.
View Spec
View on GitHub
ComplianceEndpoint ManagementPatch ManagementSecurityThreat DetectionUnified Endpoint ManagementArazzoWorkflows
Provider
Workflows
deploy-package-action
Resolve package, action group, and computer group, then deploy an action.
Looks up the package, action group, and target computer group by name and creates a saved action that deploys the package to the targeted endpoints.
1
resolvePackage
getPackageByName
Resolve the deployment package by name to obtain its id before building the action.
2
resolveActionGroup
getActionGroupByName
Resolve the action group by name to obtain its id for approval and targeting.
3
resolveTargetGroup
getGroupByName
Resolve the target computer group by name to scope the endpoints the action affects.
4
createAction
createSavedAction
Create and execute a saved action that deploys the resolved package to the resolved target group under the resolved action group.