Skip to content

Add support for List Operating Systems #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
tintoy opened this issue Apr 17, 2017 · 0 comments
Open

Add support for List Operating Systems #13

tintoy opened this issue Apr 17, 2017 · 0 comments

Comments

@tintoy
Copy link
Contributor

tintoy commented Apr 17, 2017

Support:

  • Paging
  • Filtering by Id, Name, Family, and SupportsGuestOSCustomization.

Sample response payload;

{
    "operatingSystem": [
        {
            "displayName": "CENTOS5/32",
            "networkAdapter": [
                {
                    "name": "E1000",
                    "default": true
                },
                {
                    "name": "FLEXIBLE_PCNET32",
                    "default": false
                },
                {
                    "name": "VMXNET3",
                    "default": false
                }
            ],
            "scsiAdapter": [
                {
                    "adapterType": "LSI_LOGIC_PARALLEL",
                    "default": true
                },
                {
                    "adapterType": "LSI_LOGIC_SAS",
                    "default": false
                },
                {
                    "adapterType": "VMWARE_PARAVIRTUAL",
                    "default": false
                }
            ],
            "id": "CENTOS532",
            "family": "UNIX",
            "supportsGuestOsCustomization": true,
            "supportsBackup": true,
            "supportsOvfImport": true
        },
        {
            "displayName": "CENTOS5/64",
            "networkAdapter": [
                {
                    "name": "E1000",
                    "default": true
                },
                {
                    "name": "VMXNET3",
                    "default": false
                }
            ],
            "scsiAdapter": [
                {
                    "adapterType": "LSI_LOGIC_PARALLEL",
                    "default": true
                },
                {
                    "adapterType": "LSI_LOGIC_SAS",
                    "default": false
                },
                {
                    "adapterType": "VMWARE_PARAVIRTUAL",
                    "default": false
                }
            ],
            "id": "CENTOS564",
            "family": "UNIX",
            "supportsGuestOsCustomization": true,
            "supportsBackup": true,
            "supportsOvfImport": true
        },
        {
            "displayName": "CENTOS6/32",
            "networkAdapter": [
                {
                    "name": "E1000",
                    "default": true
                },
                {
                    "name": "VMXNET3",
                    "default": false
                }
            ],
            "scsiAdapter": [
                {
                    "adapterType": "LSI_LOGIC_PARALLEL",
                    "default": true
                },
                {
                    "adapterType": "LSI_LOGIC_SAS",
                    "default": false
                },
                {
                    "adapterType": "VMWARE_PARAVIRTUAL",
                    "default": false
                }
            ],
            "id": "CENTOS632",
            "family": "UNIX",
            "supportsGuestOsCustomization": true,
            "supportsBackup": true,
            "supportsOvfImport": true
        }
    ],
    "pageNumber": 1,
    "pageCount": 3,
    "totalCount": 3,
    "pageSize": 250
}

Requires API v2.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant