AppDiscoveryVmInfoListResult
AppDiscoveryVmInfoListResult
AppDiscoveryVmInfo list
AllOf
JSON Example
{
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"cursor": "string",
"sort_ascending": false,
"sort_by": "string",
"result_count": 0,
"results": [
{
"_self": {
"action": "string",
"href": "string",
"rel": "string"
},
"_links": [
{
"action": "string",
"href": "string",
"rel": "string"
}
],
"_schema": "string",
"vm_name": "string",
"os_type": "string",
"vm_external_id": "string",
"os_properties": [
"string"
]
}
]
}