cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1378
Views
4
Helpful
5
Replies

I have started an API blog series...

aradford
Cisco Employee
Cisco Employee

Looking at the first 5 APIC-EM API to get started with...

includes sample scripts.

Five APIC-EM API to improve network engineer productivity – part 1

I have 5 in the series  so far:

- network-device

- interface

- license

- host

- path-trace

Any suggestions for the next ones after these 5?

Adam

5 Replies 5

bavo
Level 1
Level 1

Hi Adam,

I think its a very nice and educational blog. Thanks for that. I really like it. For sure i`m gonna follow your blogs.

As a beginner in the world of scripting i really think this will help me.

the Network engineer in the future should know more of this.

keep the blogs coming. for sure i`m gonna red them.

Thanks

Greetings

Palermo

aradford
Cisco Employee
Cisco Employee

Thanks for the feedback Palermo,  I really appreciate it.

Let me know if there are specific topics you would like me to cover.

khorheesoo
Level 4
Level 4

hi

I am running a JS code to access the APIC-EM API

================================

<html>

<head>

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

</head>

<script>

var url = 'https://sandboxapic.cisco.com/api/v1/ticket';

// provide username and password as body of request

var json_text = {"username" : "devnetuser","password" : "Cisco123!"};

var x = JSON.stringify(json_text);

var xmlHttp = new XMLHttpRequest();

xmlHttp.withCredentials = true;

alert("test1");

xmlHttp.open("POST", url, true);

xmlHttp.setRequestHeader("content-type", "application/json");

alert("test2");

xmlHttp.responseType = "json";

alert("test3");

// xmlHttp.send(JSON.stringify(j_data));

//var ticket_json = JSON.parse(json_text);

xmlHttp.send(x);

alert("test4");

//alert(xmlHttp.response);

var data = JSON.parse(xmlHttp.response);

//alert(data.response.serviceTicket);

</script>

</html>

============================================

But I am getting some CORS errors and not sure how to solve them. Could you advise?

bechong
Cisco Employee
Cisco Employee

A topic covering APIC-EM and how it can make a Wireless engineers job more efficient. I think this would resonate.

thanks.

great suggestion..

How about something that covers:

- PnP for wireless AP

- Path trace

- Easy QoS

Would that be useful?  I can talk about the API and how they can be used with wireless.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:


This community is intended for developer topics around Data Center technology and products. If you are looking for a non-developer topic about Data Center, you might find additional information in the Data Center and Cloud community