From the course: Cisco DevNet Associate (200-901) Cert Prep 5: Infrastructure and Automation

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Understand sequence diagram for API calls

Understand sequence diagram for API calls

From the course: Cisco DevNet Associate (200-901) Cert Prep 5: Infrastructure and Automation

Start my 1-month free trial

Understand sequence diagram for API calls

- [Instructor] Let's talk about understanding and using sequence diagram for API calls. Sequence diagram is a type of UML diagrams. UML stands for Unified Modeling Language and is a general purpose, developmental modeling language in software engineering to visualize the design of a system. It could be used to illustrate different aspects of software design. It could be used to model structures such as different software components like classes or attributes. It could also be used to model software behaviors like activities and functionalities. Also, it could be used to model software interactions between objects. Sequence diagram is a type of diagram that illustrates the interactions between software objects. Sequence diagram is a great way to illustrate the order of operations, as well as the messages being exchanged in the API calls. In this API diagram from IBM we could see the order of operations, as well as the…

Contents