Snowflake · Schema
ServiceEndpoint
DataData WarehouseData LakehouseCloud Data PlatformAnalyticsArtificial IntelligenceData EngineeringData GovernanceSQLApache IcebergModel Context ProtocolT1
Properties
| Name | Type | Description |
|---|---|---|
| name | string | User-friendly endpoint name that represents the corresponding port. |
| port | integer | The network port the service is listening on. NULL, when portRange is specified. |
| portRange | string | The network port range the service is listening on. NULL, when port is specified. |
| protocol | string | Supported network protocol (TCP, HTTP, or HTTPS). |
| is_public | boolean | True, if the endpoint is public, accessible from internet. |
| ingress_url | string | Endpoint URL accessible from the internet. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ServiceEndpoint",
"title": "ServiceEndpoint",
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "User-friendly endpoint name that represents the corresponding port.",
"example": "Example Title"
},
"port": {
"type": "integer",
"description": "The network port the service is listening on. NULL, when portRange is specified.",
"example": 10
},
"portRange": {
"type": "string",
"description": "The network port range the service is listening on. NULL, when port is specified.",
"example": "example_value"
},
"protocol": {
"type": "string",
"description": "Supported network protocol (TCP, HTTP, or HTTPS).",
"default": "HTTP",
"example": "example_value"
},
"is_public": {
"type": "boolean",
"description": "True, if the endpoint is public, accessible from internet.",
"default": false,
"example": true
},
"ingress_url": {
"type": "string",
"description": "Endpoint URL accessible from the internet.",
"readOnly": true,
"example": "https://www.example.com"
}
},
"example": {
"name": "endpoint",
"port": 8080,
"protocol": "HTTPS",
"is_public": true,
"ingress_url": "abcd-org-acc.snowflakecomputing.app"
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/snowflake-serviceendpoint"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.