POST /v2/nfs
To create a new NFS share, send a POST request to /v2/nfs.
Servers
- https://api.digitalocean.com
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
region |
String | Yes |
The DigitalOcean region slug (e.g., nyc2, atl1) where the NFS share resides. |
name |
String | Yes |
The human-readable name of the share. |
performance_tier |
String | No |
The performance tier of the share. |
size_gib |
Integer | Yes |
The desired/provisioned size of the share in GiB (Gibibytes). Must be >= 50. |
vpc_ids[] |
Array | Yes |
List of VPC IDs that should be able to access the share. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.