Rackspace Technology · Example Payload

Rackspace Cloud Dns List Domains Example

CloudManaged ServiceMulti-CloudInfrastructureDevOps

Rackspace Cloud Dns List Domains Example is an example object payload from Rackspace Technology, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://dns.api.rackspacecloud.com/v1.0/1234/domains?limit=10&offset=20",
    "headers": {
      "Accept": "application/json",
      "X-Auth-Token": "ea85e6ac-baff-4a6c-bf43-848020ea3812"
    }
  },
  "response": {
    "status": 200,
    "headers": {
      "Content-Type": "application/json",
      "X-API-VERSION": "1.0.17"
    },
    "body": {
      "domains": [
        {
          "name": "example.com",
          "id": "2725233",
          "comment": "Optional domain comment.",
          "updated": "2011-06-24T01:23:15.000+0000",
          "accountId": "1234",
          "emailAddress": "sample@rackspace.com",
          "created": "2011-06-24T01:12:51.000+0000"
        },
        {
          "name": "sub1.example.com",
          "id": "2725257",
          "comment": "1st sample subdomain",
          "updated": "2011-06-23T03:09:34.000+0000",
          "accountId": "1234",
          "emailAddress": "sample@rackspace.com",
          "created": "2011-06-23T03:09:33.000+0000"
        }
      ],
      "links": [
        { "content": "", "href": "https://dns.api.rackspacecloud.com/v1.0/1234/domains?limit=10&offset=10", "rel": "previous" },
        { "content": "", "href": "https://dns.api.rackspacecloud.com/v1.0/1234/domains?limit=10&offset=30", "rel": "next" }
      ],
      "totalEntries": 114
    }
  }
}

Work with this as data

Every example 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 examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example 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 example
curl "https://apis.io/api/v1/examples/rackspace-cloud-dns-list-domains-example"
All examples
curl "https://apis.io/api/v1/examples?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.