Viam · Arazzo Workflow
Viam Provision a New Fleet
Version 1.0.0
Stand up a brand-new organization, location, and machine in one pass.
View Spec
View on GitHub
RoboticsEdge AIFleet ManagementComputer VisionMachine LearningIoTEmbeddedgRPCArazzoWorkflows
Provider
Workflows
provision-fleet
Create an organization, then a location under it, then a machine in that location.
Creates an organization, lists organizations to resolve the new organization id, creates a location under it, and finally registers a machine inside the location.
1
createOrg
createOrganization
Create the tenant organization that will own the location and machine.
2
resolveOrg
listOrganizations
List organizations the caller can access and resolve the id of the organization that was just created by matching its name.
3
createLocation
createLocation
Create a location under the resolved organization.
4
listLocations
listLocations
List locations under the organization to resolve the new location id.
5
createMachine
newRobot
Register the first machine (robot) inside the resolved location.