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
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)."
}