Skip to main content

Update file storage volume

PATCH 

/file_storage_volumes/file_storage_volume

Update a file storage volume with new properties.

Scopes

  • file_storage_volumes

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Body

    file_storage_volume

    object

    required

    All 'file_storage_volume[]' params are mutually exclusive, only one can be provided.

    id string

    properties

    object

    required

    name string

    Unique name to help identify the volume.

    data_center

    object

    All 'data_center[]' params are mutually exclusive, only one can be provided.

    id string
    permalink string
    associations string[]

    annotations

    object[]

  • Array [

  • key stringrequired
    value string
  • ]

Responses

Update a file storage volume with new properties.

Schema

    file_storage_volume

    object

    required

    id string
    name string

    data_center

    object

    id string
    name string
    permalink string
    associations string[]
    state FileStorageVolumeStateEnum (string)

    Possible values: [pending, failed, ready, configuring]

    nfs_location stringnullable

    The NFS location of where to mount the volume from.

    size integernullable

    The size of the volume in bytes.

    annotations

    object[]

    required

  • Array [

  • key stringrequired
    value string
  • ]

Loading...