Snowflake · Example Payload

Snowflake Fetchservicelogs Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Fetchservicelogs 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": "fetchServiceLogs",
  "method": "GET",
  "path": "/api/v2/databases/{database}/schemas/{schema}/services/{name}/logs",
  "summary": "",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Fetchservicelogs200Example",
      "example": {
        "system$get_service_logs": "example_value"
      }
    }
  ]
}