Cisco APIC REST API

The Application Policy Infrastructure Controller REST API is the single programmatic interface into the ACI Management Information Tree. GET, POST and DELETE against /api/mo/.json (managed-object addressing) or /api/class/.json (class queries) read and write policy — tenants, application profiles, EPGs, bridge domains, VRFs, contracts, filters, L3Outs — plus statistics, faults and audit records. Query scoping, filtering, ordering and pagination are expressed as URI parameters (query-target, target-subtree-class, rsp-subtree, order-by, page, page-size). The same endpoints support ?subscription=yes to open a WebSocket push-notification channel.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/cisco-apic-rest-api"
All apis
curl "https://apis.io/api/v1/apis?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.

API entry from apis.yml

apis.yml Raw ↑
aid: cisco-aci:cisco-apic-rest-api
name: Cisco APIC REST API
description: The Application Policy Infrastructure Controller REST API is the single programmatic interface
  into the ACI Management Information Tree. GET, POST and DELETE against /api/mo/<distinguished-name>.json
  (managed-object addressing) or /api/class/<class-name>.json (class queries) read and write policy —
  tenants, application profiles, EPGs, bridge domains, VRFs, contracts, filters, L3Outs — plus statistics,
  faults and audit records. Query scoping, filtering, ordering and pagination are expressed as URI parameters
  (query-target, target-subtree-class, rsp-subtree, order-by, page, page-size). The same endpoints support
  ?subscription=yes to open a WebSocket push-notification channel.
humanURL: https://developer.cisco.com/docs/aci/
baseURL: https://{apic-hostname}/api
tags:
- SDN
- Data-Center
- Networking
- Fabric
- Automation
tags_raw:
- SDN
- Data Center
- Networking
- Fabric
- Automation
properties:
- type: Documentation
  url: https://www.cisco.com/c/en/us/td/docs/dcn/aci/apic/all/apic-rest-api-configuration-guide/cisco-apic-rest-api-configuration-guide-42x-and-later.html
- type: APIReference
  url: https://developer.cisco.com/site/apic-mim-ref-api/
- type: GettingStarted
  url: https://developer.cisco.com/docs/aci/getting-started/