REST API
NDFC

NDFC Live API Docs

The NDFC API docs are located and referenced in the same location that should already be open on your browser from the previous section focused on the ND API docs.
Like the live ND API docs, the live NDFC API docs allow you to gather the appropriate information to make the API calls for tools such as Postman, Python, or Ansible.

Step 1 - Navigate to NDFC API Docs

Within API Docs, navigate back to the top to select the NDFC API Docs:

  1. Scroll up to the top of the API Docs page
  2. In the drop-down menu, select Nexus Dashboard Fabric Controller



Step 2 - Explore an Example NDFC API Endpoint

In this example, we will query all the fabrics that are configured in NDFC.

  1. Scroll down and expand the Fabrics section
  2. Click the endpoint List all the fabrics
  3. Click the Run button



Step 3 - Confirm NDFC REST API Response

Confirm you received a response to your NDFC REST API request:




NDFC API Documentation on DevNet

You can find all API documentation on the DevNet website.

Note

Multiple versions of the API documents are indexed there, so ensure you're looking at the guide for your intended version of software.




Continue to the next section to learn how to use Postman to interact with and test NDFC REST API endpoints remotely.