OperatingSystemPage
OperatingSystemPage
It represents a paged response for a collection of operating systems
AllOf
JSON Example
{
"page": 1,
"page_size": 5,
"total_size": 10,
"total_pages": 2,
"items": [
{
"id": "d16c7f4d-b38a-405b-a1ca-3ac0a79418c1",
"name": "Centos 7",
"distro": "centos",
"version": "7",
"status": "ACTIVE"
}
]
}