Snowflake · Example Payload

Snowflake Fetchexternalvolume Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Fetchexternalvolume Example is an example object payload from Snowflake, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "fetchExternalVolume",
  "method": "GET",
  "path": "/api/v2/external-volumes/{name}",
  "summary": "Fetch an External Volume",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Fetchexternalvolume200Example",
      "example": {
        "name": "Example Title",
        "storage_locations": [
          {
            "name": "Example Title",
            "storage_provider": "S3"
          }
        ],
        "allow_writes": true,
        "comment": "example_value",
        "created_on": "2026-01-15T10:30:00Z",
        "owner": "example_value",
        "owner_role_type": "example_value"
      }
    }
  ]
}