Snowflake · Example Payload

Snowflake Executejobservice Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Executejobservice 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": "executeJobService",
  "method": "POST",
  "path": "/api/v2/databases/{database}/schemas/{schema}/services:execute-job",
  "summary": "Execute a Job Service",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "ExecutejobserviceRequestExample",
      "example": {
        "name": {},
        "status": "example_value",
        "compute_pool": "example_value",
        "spec": {
          "spec_type": "example_value"
        },
        "external_access_integrations": [
          "example_value"
        ],
        "query_warehouse": {},
        "comment": "example_value",
        "is_async_job": true
      }
    }
  ],
  "responseExamples": []
}