Fastly · Schema

Domain

A domain associated with a Fastly service, serving as the entry point for traffic routed through Fastly's edge network.

CDNEdge CloudEdge ComputeWebAssemblySecurityArtificial IntelligenceObservabilityAsyncAPIStreamingWebhookLogging

Properties

Name Type Description
name string The domain name.
comment string A freeform descriptive note about the domain.
service_id string The alphanumeric string identifying the service.
version integer The version number the domain is associated with.
created_at string The date and time the domain was created.
updated_at string The date and time the domain was last updated.
deleted_at string The date and time the domain was deleted.
View JSON Schema on GitHub

JSON Schema

fastly-domain-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Domain",
  "title": "Domain",
  "type": "object",
  "description": "A domain associated with a Fastly service, serving as the entry point for traffic routed through Fastly's edge network.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The domain name."
    },
    "comment": {
      "type": "string",
      "description": "A freeform descriptive note about the domain."
    },
    "service_id": {
      "type": "string",
      "description": "The alphanumeric string identifying the service."
    },
    "version": {
      "type": "integer",
      "description": "The version number the domain is associated with."
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time the domain was created."
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "description": "The date and time the domain was last updated."
    },
    "deleted_at": {
      "type": "string",
      "format": "date-time",
      "nullable": true,
      "description": "The date and time the domain was deleted."
    }
  }
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/fastly-domain"
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 email required.

A second provider on the same verified email joins the account you already have.