odb / Client / list_system_versions

list_system_versions

odb.Client.list_system_versions(**kwargs)

Returns information about the system versions that are available for a VM cluster for the specified giVersion and shape.

See also: AWS API Documentation

Request Syntax

response = client.list_system_versions(
    maxResults=123,
    nextToken='string',
    giVersion='string',
    shape='string'
)
Parameters:
  • maxResults (integer) –

    The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output.

    Default: 10

  • nextToken (string) – The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

  • giVersion (string) –

    [REQUIRED]

    The software version of the Exadata Grid Infrastructure (GI).

  • shape (string) –

    [REQUIRED]

    The Exadata hardware system model.

Return type:

dict

Returns:

Response Syntax

{
    'nextToken': 'string',
    'systemVersions': [
        {
            'giVersion': 'string',
            'shape': 'string',
            'systemVersions': [
                'string',
            ]
        },
    ]
}

Response Structure

  • (dict) –

    • nextToken (string) –

      The token to include in another request to get the next page of items. This value is null when there are no more items to return.

    • systemVersions (list) –

      The list of system versions.

      • (dict) –

        Information about the compatible system versions that can be used with a specific Exadata shape and Grid Infrastructure (GI) version.

        • giVersion (string) –

          The version of GI software.

        • shape (string) –

          The Exadata hardware model.

        • systemVersions (list) –

          The Exadata system versions that are compatible with the specified Exadata shape and GI version.

          • (string) –

Exceptions