Harbor Gateway
    Harbor Gateway
    • Harbor Gateway API
      • Harbor Gateway
      • Health & Status
        • Admin interface
        • Health check
      • Transactions
        • List all transactions
        • Create a transaction
        • Get transaction details
        • Release transaction
        • Open locker by transaction ID
      • Lockers
        • List all lockers
        • Get locker details
        • Open locker by ID
        • Open all lockers
      • System
        • Get system information
        • Update system configuration
        • Get system logs
      • Schemas
        • Locker
        • TransactionResponse
        • LockController
        • System
        • LogEntry
        • OperationResponse
        • LockerOperationResponse
        • MultiStatusOperationResponse
        • OpenAllLockersResponse
        • Error

    System

    {
        "serialNumber": "string",
        "hostname": "string",
        "locationId": "string",
        "version": "string",
        "schemaVersion": 0,
        "ipAddress": "string",
        "gateway": "string",
        "macAddress": "string",
        "controllers": [
            {
                "id": 0,
                "name": "string",
                "hostname": "string",
                "ipAddress": "string",
                "operational": true,
                "lastSeen": "2019-08-24T14:15:22Z",
                "lockerCount": 0
            }
        ],
        "networkLastUpdated": "2019-08-24T14:15:22Z"
    }
    Built with