:doc:`DeadlineCloud <../../deadline>` / Client / get_storage_profile_for_queue

*****************************
get_storage_profile_for_queue
*****************************



.. py:method:: DeadlineCloud.Client.get_storage_profile_for_queue(**kwargs)

  

  Gets a storage profile for a queue.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/deadline-2023-10-12/GetStorageProfileForQueue>`_  


  **Request Syntax**
  ::

    response = client.get_storage_profile_for_queue(
        farmId='string',
        queueId='string',
        storageProfileId='string'
    )
    
  :type farmId: string
  :param farmId: **[REQUIRED]** 

    The farm ID for the queue in storage profile.

    

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

    The queue ID the queue in the storage profile.

    

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

    The storage profile ID for the storage profile in the queue.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'storageProfileId': 'string',
          'displayName': 'string',
          'osFamily': 'WINDOWS'|'LINUX'|'MACOS',
          'fileSystemLocations': [
              {
                  'name': 'string',
                  'path': 'string',
                  'type': 'SHARED'|'LOCAL'
              },
          ]
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **storageProfileId** *(string) --* 

        The storage profile ID.

        
      

      - **displayName** *(string) --* 

        The display name of the storage profile connected to a queue.

         

        .. warning::

           

          This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field.

          

        
      

      - **osFamily** *(string) --* 

        The operating system of the storage profile in the queue.

        
      

      - **fileSystemLocations** *(list) --* 

        The location of the files for the storage profile within the queue.

        
        

        - *(dict) --* 

          The details of the file system location for the resource.

          
          

          - **name** *(string) --* 

            The location name.

            
          

          - **path** *(string) --* 

            The file path.

            
          

          - **type** *(string) --* 

            The type of file.

            
      
    
  
  **Exceptions**
  
  *   :py:class:`DeadlineCloud.Client.exceptions.AccessDeniedException`

  
  *   :py:class:`DeadlineCloud.Client.exceptions.InternalServerErrorException`

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

  
  *   :py:class:`DeadlineCloud.Client.exceptions.ThrottlingException`

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

  