Cisco Expressway Registration
Schema for a device registration on Cisco Expressway. Represents an endpoint or device currently registered with the Expressway using SIP or H.323 protocols, including contact address, registration time, and subzone assignment.
Properties
| Name | Type | Description |
|---|---|---|
| Alias | string | Registered alias of the device, such as a SIP URI or H.323 alias |
| Type | string | Registration protocol type |
| ContactAddress | string | Network contact address of the device, including IP address and port |
| RegisteredAt | string | ISO 8601 timestamp when the device registered |
| ExpiresAt | string | ISO 8601 timestamp when the registration expires and must be renewed |
| DeviceType | string | Type or model of the registered device as reported during registration |
| Subzone | string | Subzone where the device is registered based on IP address ranges or alias patterns. Endpoints not matching any configured subzone are assigned to the DefaultSubzone. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/api-search/cisco-expressway/json-schema/cisco-expressway-registration-schema.json",
"title": "Cisco Expressway Registration",
"description": "Schema for a device registration on Cisco Expressway. Represents an endpoint or device currently registered with the Expressway using SIP or H.323 protocols, including contact address, registration time, and subzone assignment.",
"type": "object",
"properties": {
"Alias": {
"type": "string",
"description": "Registered alias of the device, such as a SIP URI or H.323 alias",
"examples": ["user1@example.com", "alice.smith@company.com"]
},
"Type": {
"type": "string",
"description": "Registration protocol type",
"enum": ["SIP", "H.323"]
},
"ContactAddress": {
"type": "string",
"description": "Network contact address of the device, including IP address and port",
"examples": ["192.168.1.100:5060", "10.0.0.50:1720"]
},
"RegisteredAt": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp when the device registered"
},
"ExpiresAt": {
"type": "string",
"format": "date-time",
"description": "ISO 8601 timestamp when the registration expires and must be renewed"
},
"DeviceType": {
"type": "string",
"description": "Type or model of the registered device as reported during registration",
"examples": ["Cisco CE Software", "Cisco IP Phone 8845", "Jabber"]
},
"Subzone": {
"type": "string",
"description": "Subzone where the device is registered based on IP address ranges or alias patterns. Endpoints not matching any configured subzone are assigned to the DefaultSubzone.",
"examples": ["DefaultSubzone", "HQ-Subzone"]
}
},
"required": ["Alias", "Type", "ContactAddress"]
}
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
curl "https://apis.io/api/v1/json-schemas/cisco-expressway-registration"
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.