OperatingSystemPage

OperatingSystemPage
OperatingSystemPage

It represents a paged response for a collection of operating systems

AllOf
This class requires all of the following:
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",
            "replaced_by": "d16c7f4d-b38a-405b-a1ca-3ac0a79418c1",
            "created_at": "2023-03-03T00:59:52.762Z",
            "updated_at": "2023-03-03T00:59:52.762Z",
            "deprecated_at": "2023-03-03T00:59:52.762Z",
            "replaced_at": "2023-03-03T00:59:52.762Z"
        }
    ]
}