Skip to content
Start here

Hosts

Retrieve schema hosts in a zone
Deprecated
api_gateway.user_schemas.hosts.list(HostListParams**kwargs) -> SyncV4PagePaginationArray[HostListResponse]
GET/zones/{zone_id}/api_gateway/user_schemas/hosts
ModelsExpand Collapse
class HostListResponse:
created_at: datetime
formatdate-time
hosts: List[str]

Hosts serving the schema, e.g zone.host.com

name: str

Name of the schema

schema_id: str

UUID.

maxLength36
minLength36