DEVASC  Β·  Study Notes
Cisco Platforms and Development
Generated May 12, 2026

Key Concepts


How It Works


Commands / Syntax / Key Values

Platform Base URL / Key Detail
DNA Center https://<dnac>/dna/intent/api/v1/
Meraki https://api.meraki.com/api/v1/
ACI / APIC https://<apic>/api/ β€” JSON or XML
SD-WAN vManage https://<vmanage>:443/dataservice/
Webex https://webexapis.com/v1/
RESTCONF (IOS XE) https://<device>/restconf/data/
NETCONF port SSH port 830

Authentication headers: - DNA Center β†’ X-Auth-Token: <token> - Meraki β†’ X-Cisco-Meraki-API-Key: <key> - Webex β†’ Authorization: Bearer <token> - ACI β†’ Cookie: APIC-cookie=<token>

Common DNA Center API endpoints: - GET /network-device β€” list devices - GET /site β€” list sites - POST /pnp/workflow β€” Plug and Play


Exam Gotchas

  1. DNA Center vs ACI: Don't confuse them. DNA Center is for campus/branch networks; ACI is for the data center. Both have REST APIs but different auth mechanisms and URL structures
  2. Meraki has no on-prem controller β€” all management is cloud-based. If a question mentions an on-prem controller for Meraki, it's wrong
  3. NETCONF uses port 830, not 22 (even though it runs over SSH). Exam loves to test this port number
  4. SD-WAN vManage needs TWO tokens β€” JSESSIONID (cookie) AND `X-