:doc:`odb <../../odb>` / Client / list_system_versions

********************
list_system_versions
********************



.. py:method:: 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 <https://docs.aws.amazon.com/goto/WebAPI/odb-2024-08-20/ListSystemVersions>`_  


  **Request Syntax**
  ::

    response = client.list_system_versions(
        maxResults=123,
        nextToken='string',
        giVersion='string',
        shape='string'
    )
    
  :type maxResults: integer
  :param maxResults: 

    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``

    

  
  :type nextToken: string
  :param nextToken: 

    The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.

    

  
  :type giVersion: string
  :param giVersion: **[REQUIRED]** 

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

    

  
  :type shape: string
  :param shape: **[REQUIRED]** 

    The Exadata hardware system model.

    

  
  
  :rtype: 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**
  
  *   :py:class:`odb.Client.exceptions.ThrottlingException`

  
  *   :py:class:`odb.Client.exceptions.ValidationException`

  
  *   :py:class:`odb.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`odb.Client.exceptions.InternalServerException`

  
  *   :py:class:`odb.Client.exceptions.ResourceNotFoundException`

  