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.

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/