Properties
| Name | Type | Description |
|---|---|---|
| _ref | string | The object reference for this A record. |
| name | string | The fully qualified domain name of the A record. |
| ipv4addr | string | The IPv4 address mapped to the domain name. |
| view | string | The DNS view in which this record exists. |
| zone | string | The DNS zone containing this record. |
| ttl | integer | The time to live in seconds for the record. |
| use_ttl | boolean | Whether to use the TTL value specified on this record. |
| comment | string | A descriptive comment for the record (max 256 characters). |
| disable | boolean | Whether the record is disabled. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RecordA",
"title": "RecordA",
"type": "object",
"properties": {
"_ref": {
"type": "string",
"description": "The object reference for this A record."
},
"name": {
"type": "string",
"description": "The fully qualified domain name of the A record."
},
"ipv4addr": {
"type": "string",
"format": "ipv4",
"description": "The IPv4 address mapped to the domain name."
},
"view": {
"type": "string",
"description": "The DNS view in which this record exists."
},
"zone": {
"type": "string",
"description": "The DNS zone containing this record."
},
"ttl": {
"type": "integer",
"description": "The time to live in seconds for the record."
},
"use_ttl": {
"type": "boolean",
"description": "Whether to use the TTL value specified on this record."
},
"comment": {
"type": "string",
"description": "A descriptive comment for the record (max 256 characters).",
"maxLength": 256
},
"disable": {
"type": "boolean",
"description": "Whether the record is disabled."
}
}
}
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/infoblox-recorda"
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.