DeadlineCloud / Client / update_storage_profile

update_storage_profile#

DeadlineCloud.Client.update_storage_profile(**kwargs)#

Updates a storage profile.

See also: AWS API Documentation

Request Syntax

response = client.update_storage_profile(
    clientToken='string',
    displayName='string',
    farmId='string',
    fileSystemLocationsToAdd=[
        {
            'name': 'string',
            'path': 'string',
            'type': 'SHARED'|'LOCAL'
        },
    ],
    fileSystemLocationsToRemove=[
        {
            'name': 'string',
            'path': 'string',
            'type': 'SHARED'|'LOCAL'
        },
    ],
    osFamily='WINDOWS'|'LINUX'|'MACOS',
    storageProfileId='string'
)
Parameters:
  • clientToken (string) –

    The unique token which the server uses to recognize retries of the same request.

    This field is autopopulated if not provided.

  • displayName (string) – The display name of the storage profile to update.

  • farmId (string) –

    [REQUIRED]

    The farm ID to update.

  • fileSystemLocationsToAdd (list) –

    The file system location names to add.

    • (dict) –

      The details of the file system location for the resource.

      • name (string) – [REQUIRED]

        The location name.

      • path (string) – [REQUIRED]

        The file path.

      • type (string) – [REQUIRED]

        The type of file.

  • fileSystemLocationsToRemove (list) –

    The file system location names to remove.

    • (dict) –

      The details of the file system location for the resource.

      • name (string) – [REQUIRED]

        The location name.

      • path (string) – [REQUIRED]

        The file path.

      • type (string) – [REQUIRED]

        The type of file.

  • osFamily (string) – The OS system to update.

  • storageProfileId (string) –

    [REQUIRED]

    The storage profile ID to update.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions