IdfwVirtualMachineStatusListResult
IdfwVirtualMachineStatusListResult
VM ID and status of the Identity Firewall Compute collection.
AllOf
JSON Example
{
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"_self": {},
"cursor": "string",
"result_count": 0,
"sort_ascending": false,
"sort_by": "string",
"results": [
{
"vm_id": "string",
"vm_status": [
{
"status": "string",
"status_detail": "string"
}
]
}
]
}