Skip to main content

Create file storage volume

POST 

/organizations/organization/file_storage_volumes

Create a new file storage volume for a given organization.

Scopes

  • file_storage_volumes

OAuth2 Scopes

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

Request

Body

    organization

    object

    required

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

    id string
    sub_domain 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

Create a new file storage volume for a given organization.

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