API How-Tos

Network File Storage APIs allow contract owners, administrators, and authenticated users with the required permissions to create clusters and shares within the storage system via the API.

Learn how to set user privileges for Network File Storage via the API.

Learn how to create a cluster for Network File Storage.

Learn how to retrieve a specific cluster.

Learn how to retrieve all clusters of a Network File Storage.

Learn how to update a cluster via the API.

Learn how to delete a cluster via the API.

Learn how to create a share within a cluster.

Learn how to retrieve a specific share.

Learn how to retrieve all shares of a cluster.

Learn how to update a specific share via the API.

Learn how to delete a share from within the cluster via the API.

Endpoint

Use the regional endpoints to interact with Network File Storage:

  • Berlin, Germany: https://nfs.de-txl.ionos.com

  • Frankfurt, Germany: https://nfs.de-fra.ionos.com

Authentication

The API uses the following two authentication methods:

  • Basic Authentication: Ensure that the string containing your username and password is base64-encoded and separated by a colon: username@domain.tld:password.

  • Token Authentication: Provide a header value as Bearer followed by your token.

Important: From March 15, 2024, the Basic Authentication option will only be accessible if the 2-factor Authentication (2FA) is disabled for your account.

Last updated