com.publicdomainrelay.temp.compute.events.vm.onNetwork

johnandersen777.bsky.social

Documentation

Reports that a provisioned VM has come up on the network and is reachable (e.g. it registered its SSH key / fedproxy route and its policy engine answered).

main record

Reports that a provisioned VM has come up on the network and is reachable (e.g. it registered its SSH key / fedproxy route and its policy engine answered).

Record Key tid Timestamp-based ID

Properties

address string Optional

Address (hostname or IP) the VM is reachable at, if known.

createdAt string datetime Required

An RFC 3339 formatted timestamp.

View raw schema
{
  "key": "tid",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "createdAt"
    ],
    "properties": {
      "address": {
        "type": "string",
        "description": "Address (hostname or IP) the VM is reachable at, if known."
      },
      "createdAt": {
        "type": "string",
        "format": "datetime"
      }
    }
  },
  "description": "Reports that a provisioned VM has come up on the network and is reachable (e.g. it registered its SSH key / fedproxy route and its policy engine answered)."
}

Lexicon Garden

@