File tree Expand file tree Collapse file tree 2 files changed +29
-15
lines changed
coding-101-rest-basics-ga
coding-102-rest-python-ga Expand file tree Collapse file tree 2 files changed +29
-15
lines changed Original file line number Diff line number Diff line change 5
5
"time" : 20 ,
6
6
"byod" : true ,
7
7
"files" : [
8
- {"title" : " 1.md" },
9
- {"title" : " 2.md" },
10
- {"title" : " 3.md" },
11
- {"title" : " 4.md" },
12
- {"title" : " 5.md" },
13
- {"title" : " 6.md" },
14
- {"title" : " 7.md" },
15
- {"title" : " 8.md" }
8
+ {"title" : " Coding 101 - REST API Basics with APIC-EM" ,
9
+ "file" : " 1.md" },
10
+ {"title" : " Step 2. So what is a REST web service?" ,
11
+ "file" : " 2.md" },
12
+ {"title" : " Step 3. What do I need to know to make a Request?" ,
13
+ "file" : " 3.md" },
14
+ {"title" : " Step 4. Constructing a REST Call" ,
15
+ "file" : " 4.md" },
16
+ {"title" : " Step 5. Make a REST API Call" ,
17
+ "file" : " 5.md" },
18
+ {"title" : " Step 6. Using the Service Ticket to Make APIC-EM REST API Calls" ,
19
+ "file" : " 6.md" },
20
+ {"title" : " Step 7. Getting the Network Hosts" ,
21
+ "file" : " 7.md" },
22
+ {"title" : " Step 8. Getting the Network Devices" ,
23
+ "file" : " 8.md" }
16
24
],
17
25
"tags" : [
18
26
{"title" : " Coding" },
Original file line number Diff line number Diff line change 5
5
"time" : 35 ,
6
6
"byod" : true ,
7
7
"files" : [
8
- {"title" : " 1.md" },
9
- {"title" : " 2.md" },
10
- {"title" : " 3.md" },
11
- {"title" : " 4.md" },
12
- {"title" : " 5.md" },
13
- {"title" : " 6.md" }
8
+ {"title" : " Step 1. Find the APIC-EM API Resources" ,
9
+ "file" : " 1.md" },
10
+ {"title" : " Step 2. Make your first REST call from Python" ,
11
+ "file" : " 2.md" },
12
+ {"title" : " Step 3. Getting Information About the Network" ,
13
+ "file" : " 3.md" },
14
+ {"title" : " Step 4. Get Network Devices" ,
15
+ "file" : " 4.md" },
16
+ {"title" : " Step 5. Build Network Topology" ,
17
+ "file" : " 5.md" },
18
+ {"title" : " Step 6. Build Network Topology and Graphical Display" ,
19
+ "file" : " 6.md" }
14
20
],
15
21
"tags" : [
16
22
{"title" : " Coding" },
57
63
"authors" : [
58
64
{
"name" :
" brtiller" ,
"email" :
" [email protected] " }
59
65
]
60
- }
66
+ }
You can’t perform that action at this time.
0 commit comments