purple-ssh 2.42.2

Open-source terminal SSH manager and SSH config editor. Search hundreds of hosts, sync from 16 clouds, transfer files, manage Docker and Podman over SSH, sign short-lived Vault SSH certs and expose an MCP server for AI agents. Rust TUI, MIT licensed.
Documentation
{
    "value": [
        {
            "name": "web-01",
            "location": "eastus",
            "tags": {"env": "prod"},
            "properties": {
                "vmId": "abc-123",
                "hardwareProfile": {"vmSize": "Standard_B1s"},
                "storageProfile": {
                    "imageReference": {
                        "offer": "UbuntuServer",
                        "sku": "22_04-lts"
                    }
                },
                "networkProfile": {
                    "networkInterfaces": [
                        {"id": "/subscriptions/sub/resourceGroups/rg/providers/Microsoft.Network/networkInterfaces/nic1"}
                    ]
                },
                "instanceView": {
                    "statuses": [
                        {"code": "ProvisioningState/succeeded"},
                        {"code": "PowerState/running"}
                    ]
                }
            }
        }
    ]
}