Skip to main content

Get file storage volume

GET 

/file_storage_volumes/file_storage_volume

Returns details for a file storage volume.

Scopes

  • file_storage_volumes
  • file_storage_volumes:read

OAuth2 Scopes

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

Request

Query Parameters

    file_storage_volume[id] string

    The file storage volume to return.

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

Responses

Returns details for a file storage volume.

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