This call updates the details of a specific volume.
Learn more about using the Volumes API for Amazon S3 and for Google Cloud Storage.
If you are using Seven Bridges Platform EU, please use the following endpoint:
https://eu-api.sbgenomics.com/v2/storage/volumes/{volume_owner}/{volume_name}
{
"description": null,
"service": {
"properties": {
"sse_algorithm": "AES256"
}
},
}
Response
Response body
The response object contains information about the specified volume. The information is structured using the following key-value pairs:
Key | Data type of value | Description of value |
---|---|---|
| Boolean | If a volume is deactivated, this field will be set to false |
| String | ID of this volume, containing |
| String | Name of the volume. |
| String | The description of this volume. |
| Object | This object more closely describes the mapping of the volume to the cloud service where the data is stored. |
| String | The date and time this volume was created. |
| String | The date and time this volume was last modified. |
Note that you cannot view volumes that you have created via the visual interface. However, you can see all your volumes by making the call to list volumes.