IpAddressResponse

In the response to a GetResolverEndpoint request, information about the IP addresses that the Resolver endpoint uses for DNS queries.

DNSHybrid CloudNetworking

Properties

Name Type Description
IpId object
SubnetId object
Ip object
Ipv6 object
Status object
StatusMessage object
CreationTime object
ModificationTime object
View JSON Schema on GitHub

JSON Schema

amazon-route53-resolver-openapi-ip-address-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route53-resolver/refs/heads/main/json-schema/amazon-route53-resolver-openapi-ip-address-response-schema.json",
  "title": "IpAddressResponse",
  "description": "In the response to a <a href=\"https://docs.aws.amazon.com/Route53/latest/APIReference/API_route53resolver_GetResolverEndpoint.html\">GetResolverEndpoint</a> request, information about the IP addresses that the Resolver endpoint uses for DNS queries.",
  "type": "object",
  "properties": {
    "IpId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceId"
        },
        {
          "description": "The ID of one IP address."
        }
      ]
    },
    "SubnetId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SubnetId"
        },
        {
          "description": "The ID of one subnet."
        }
      ]
    },
    "Ip": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Ip"
        },
        {
          "description": "One IPv4 address that the Resolver endpoint uses for DNS queries."
        }
      ]
    },
    "Ipv6": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Ipv6"
        },
        {
          "description": " One IPv6 address that the Resolver endpoint uses for DNS queries. "
        }
      ]
    },
    "Status": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IpAddressStatus"
        },
        {
          "description": "A status code that gives the current status of the request."
        }
      ]
    },
    "StatusMessage": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StatusMessage"
        },
        {
          "description": "A message that provides additional information about the status of the request."
        }
      ]
    },
    "CreationTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Rfc3339TimeString"
        },
        {
          "description": "The date and time that the IP address was created, in Unix time format and Coordinated Universal Time (UTC)."
        }
      ]
    },
    "ModificationTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Rfc3339TimeString"
        },
        {
          "description": "The date and time that the IP address was last modified, in Unix time format and Coordinated Universal Time (UTC)."
        }
      ]
    }
  }
}

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/amazon-route53-resolver-openapi-ip-address-response"
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.