Viam · Arazzo Workflow

Viam Machine Health Check

Version 1.0.0

Inspect a live machine's status, resources, version, and cloud identity.

1 workflow 1 source API 1 provider
View Spec View on GitHub RoboticsEdge AIFleet ManagementComputer-VisionMachine-LearningIoTEmbeddedgRPCArazzoWorkflows

Provider

viam

Workflows

machine-health-check
Read machine status, resource names, version, and cloud metadata.
Retrieves the overall machine status, lists registered resource names, reads the viam-server version, and reads the cloud metadata identifying the device.
4 steps inputs: apiKey outputs: cloudMetadata
1
readStatus
getMachineStatus
Retrieve the overall machine status including each resource's state.
2
readResources
resourceNames
List all registered resource names on the machine.
3
readVersion
getVersion
Read the viam-server version and platform metadata.
4
readCloudMetadata
getCloudMetadata
Read the org/location/machine id the device is registered to.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: Viam Machine Health Check
  summary: Inspect a live machine's status, resources, version, and cloud identity.
  description: >-
    Connects to a running viam-server instance and gathers a quick health
    picture — overall machine status, the registered resource names, the server
    version, and the org/location/machine identity the device is registered to.
    The endpoint is the per-machine viam-server address, authenticated with a
    Viam API key or location secret. Each request body is inlined so the check
    can be executed directly against the Viam Machine Management API.
  version: 1.0.0
sourceDescriptions:
- name: machineManagementApi
  url: ../openapi/viam-machine-management-api-openapi.yml
  type: openapi
workflows:
- workflowId: machine-health-check
  summary: Read machine status, resource names, version, and cloud metadata.
  description: >-
    Retrieves the overall machine status, lists registered resource names, reads
    the viam-server version, and reads the cloud metadata identifying the device.
  inputs:
    type: object
    required:
    - apiKey
    properties:
      apiKey:
        type: string
        description: Viam API key or location secret sent in the key header.
  steps:
  - stepId: readStatus
    description: Retrieve the overall machine status including each resource's state.
    operationId: getMachineStatus
    parameters:
    - name: key
      in: header
      value: $inputs.apiKey
    requestBody:
      contentType: application/json
      payload: {}
    successCriteria:
    - condition: $statusCode == 200
  - stepId: readResources
    description: List all registered resource names on the machine.
    operationId: resourceNames
    parameters:
    - name: key
      in: header
      value: $inputs.apiKey
    requestBody:
      contentType: application/json
      payload: {}
    successCriteria:
    - condition: $statusCode == 200
  - stepId: readVersion
    description: Read the viam-server version and platform metadata.
    operationId: getVersion
    parameters:
    - name: key
      in: header
      value: $inputs.apiKey
    requestBody:
      contentType: application/json
      payload: {}
    successCriteria:
    - condition: $statusCode == 200
  - stepId: readCloudMetadata
    description: Read the org/location/machine id the device is registered to.
    operationId: getCloudMetadata
    parameters:
    - name: key
      in: header
      value: $inputs.apiKey
    requestBody:
      contentType: application/json
      payload: {}
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      cloudMetadata: $response.body
  outputs:
    cloudMetadata: $steps.readCloudMetadata.outputs.cloudMetadata

Work with this as data

Every workflow here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This workflow
curl "https://apis.io/api/v1/arazzo/viam-machine-health-check-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.