Please enable JavaScript.
Coggle requires JavaScript to display documents.
REST API, JSON, MVC, Dockerfile, Ansible, SDLC, CI/CD Process, Unified Git…
REST API
Authentication
-
Cisco DNA
token (username="admin," password="Devnet123") HTTPBasciAuth
-
-
-
-
-
Stateless
the server does not store any client context between requests. Instead, each request contains all the necessary information to complete the request.
-
-
-
JSON
-
-
-
Objects: arrays, dictionary
-
-
MVC
Observer
aka subscriber. Subscribes for notifications from subjects or "Publisher" that trigger notifications to all Observers upon any change event is detected by device.
-
-
model contains only pure application data because the model is simply a representation of the application data.
-
-
Ansible
gather_facts
collect info about a target host system, such as its operating system, IP address, installed packages, and system resources.
-
-
-
-
-
Unified Git diff
-
-
-
"@ -1,3 +1,3 @" Changes start in the line 1 and ending at the line 3, both in the original and new version. So only the line 2 is changed.
DevOps Process
-
Set necessary properties, files, and dependencies
-
Design, build and test application code.
Cisco Portfolio
Security
-
-
Umbrella (no agent)
-
-
can block client connections at the application layer, by preventing the client from resolving DNS for the remote destination.
-
-
-
Network Management
-
-
-
Cisco Intersight
Cloud based. Enables cisco infraestructure management, automation and orchestration from anywhere.
Collaboration
Cisco Finesse
An agent and supervisor desktop that integrates traditional contact center function into a thin-client desktop.
-
-
-
-
-
-
REST API Commands
dna_api_auth: is a form of token-based authentication that uses JSON Web Tokens (JWTs) to verify the identity of the application making the API request.
requests.request(): is a versatile function that can be used to send a request. resquests.request("POST", url, headers= headers, json=payload)
fvsubnet is a range of IP addresses that are assigned to a specific endpoint group (EPG) within an ACI fabric
-
-
-
-
-
-
-
-
-
HTTP Status Code
204 - success request but no content returned.
3XX- Redirection issues
----Client ----
400-Bad request The request was malformed or invalid.
401-Unauthorized
403-Forbidden
404-Not found URL changed.
405 - Method not allowed
502 - Error in the server configuration