Snowflake · Example Payload

Snowflake Showserviceendpoints Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Showserviceendpoints 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": "showServiceEndpoints",
  "method": "GET",
  "path": "/api/v2/databases/{database}/schemas/{schema}/services/{name}/endpoints",
  "summary": "List the Endpoints in a Service.",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Showserviceendpoints200Example",
      "example": [
        {
          "name": "Example Title",
          "port": 10,
          "portRange": "example_value",
          "protocol": "example_value",
          "is_public": true,
          "ingress_url": "https://www.example.com"
        }
      ]
    }
  ]
}