Firewall_Attachment_Model
idinteger
Unique numeric identifier for the firewall attachment.
statusstring
Status of the firewall attachment.
vm object
Virtual machine the firewall is attached to.
idinteger
Unique numeric identifier for the virtual machine.
namestring
Name of the virtual machine.
flavorstring
Flavor (hardware configuration) of the virtual machine.
environmentstring
Name of the environment the virtual machine is deployed in.
statusstring
Current status of the virtual machine.
created_atstring<date-time>
ISO 8601 UTC timestamp marking when the virtual machine was created.
created_atstring<date-time>
ISO 8601 UTC timestamp marking when the firewall was attached to the virtual machine.
Firewall_Attachment_Model
{
"id": 0,
"status": "string",
"vm": {
"id": 0,
"name": "string",
"flavor": "string",
"environment": "string",
"status": "string",
"created_at": "2024-07-29T15:51:28.071Z"
},
"created_at": "2024-07-29T15:51:28.071Z"
}
Was this page helpful?