Cisco Training Courses

Cisco Training Courses

Insoft has been serving IT industry with authorized Cisco courses training, since 2010. Find all the relevant information on Cisco training on this page.

View More

Cisco Certifications

Experience a blended learning approach that combines the best of instructor-led training and self-paced e-learning to help you prepare for your certification exam.

View More

Cisco Learning Credits

Cisco Learning Credits (CLCs) are prepaid training vouchers redeemed directly with Cisco that make planning for your success easier when purchasing Cisco products and services.

Have CLCs and want to redeem them?

Cisco Continuing Education

The Cisco Continuing Education Program offers all active certification holders flexible options to recertify by completing a variety of eligible training items.

View More

Cisco U

Cisco U. is customized to achieve your learning needs as this provides learning paths that includes wide range of topics, including CCNA, Cloud and Network Automation Essentials.

Browse Catalogue

Cisco Business Enablement

The Cisco Business Enablement Partner Program focuses on sharpening the business skills of Cisco Channel Partners and customers.

View More

Fortinet Technical Certifications

Insoft Services´ training capabilities rely on the excellence of our exclusive Fortinet Certified Trainers (FCT). We are dedicated to providing high-quality training to Fortinet Customers and Partners.

View More

Fortinet Technical Courses

Insoft is recognised as Fortinet Authorized Training Center in selected locations across EMEA.

View More

ATC Status

Check our ATC Status across selected countries in Europe.

View More

Fortinet Services Packages

Insoft Services has developed a specific solution to streamline and simplify the process of installing or migrating to Fortinet Products.

Browse Packages

Prepforce Bootcamp

The only comprehensive source available today to prepare for Fortinet NSE 8 certification globally.

View More

Microsoft Training

Insoft Services provides Microsoft training in EMEAR. We provide Microsoft technical training and certification courses that are led by world-class instructors.

View More

Technical Training

The evolution of Extreme Networks Technical Training provides a comprehensive progressive pathway from Associate to Professional accreditation.

View More

ATP Accreditation

As an authorised training partner (ATP), Insoft Services ensures that you receive the highest standards of education available.

View More

What we do

Through our global presence and partner ecosystem, we provide strategic IT consulting services to align IT services with customers' business goals.

View More

 

We are pleased to launch pre-scoped Enterprise Networking Consulting Packages, our ready-made solutions, tailored to ensure efficiency and cost containment.

 

View More

 

We specialize in the deployment of vendor-specific automation tools as well as open-source and vendor-independent solutions, that can be tuned in accordance with the business needs of a specific organization.

 

View More

 

We provide comprehensive IoT consultancy, deployment and support solutions for businesses that want to launch or improve their use of connected technologies.

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

View More

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

View More

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

 

View More

 

In a world where technologies are evolving rapidly, every company - business needs a partner to rely on and trust for the smooth and secure operation of its network infrastructure.

 

View More
Cisco Training Courses

 

We provide the highest level of expertise on Cisco consultancy services, that target audits of your current network and implementing updates for improved operational performance, secure data and compliant systems.

View More

 

We provide the highest level of expertise on Fortinet consultancy services that target audits of your current network and implementing updates for improved operational performance, secure data and compliant systems.

View More

 

Our team can help enterprises, get the most value from Extreme products and services following our predefined value-added packages or custom ones that fits business needs.

 

View More

 

TXOne Networks provides cybersecurity solutions that ensure the reliability and safety of ICS and OT environments through the OT zero trust methodology protecting assets for their entire life cycle.

 

View More

About Us

Our training portfolio includes a wide range of IT training from IP providers, including Cisco, Extreme Networks, Fortinet, Microsoft, to name a few, in EMEA.

View More

Getting Started With FortiGate REST API

Getting-Started-With-Fortinet-Rest-APIs

Getting Started With FortiGate REST API

21 January 2020

Are you looking to dive into the field of programming your enterprise security infrastructure and automating your security workflows? How to use REST API for network programmability? Curious about the automation options available for the Fortinet security fabric? If your answer is yes, then this FortiOS network programmability series is for you.

Software is eating up the world?

“Software is eating up the world” is a statement that falls out of almost every technologically savvy mouth today, and the network hasn’t been left out. The initial hype around Software Defined Networking is now giving way to real and implementable programmable solutions.

Network vendors are now hitting the market with programmable switches and network controllers such as the Cisco DNA Center. Orchestration tools such as Ansible and Kubernetes are also being used to manage Data Centers and cloud networks at scale. Consequently, security solutions are now being built on extensible platforms that can integrate with other infrastructure through APIs so as to enable quick adaptability to changes in the network.

What is an API?

These are a set of routines, protocols, and tools for building software applications, it dictates how software components should interact and share information with each other.

FortiGate API

An API facilitates communication between a client and a server. The client would be an application such as a Python script or web UI application and the server would be the network device or controller.

In this age of virtualized environments, public and private clouds, APIs are driving the evolution of network management from manual configuration of hardware and software to more automated and scalable techniques.

FortiGate API

A majority, if not all of the devices being shipped from leading vendors today come with APIs. Most of the APIs that exist today within network infrastructure are HTTP-based RESTful APIs and the Netconf API.

What is FortiOS?

FortiOS is Fortinet’s network operating system that is the software foundation of Fortigate. It enables the Fortinet Security Fabric, allowing organizations to readily control their security and networking capabilities and achieve a security-driven network with one intuitive operating system. FortiOS activates the Fortinet Security Fabric for enhanced protection from the edge to the cloud.

The FortiGate REST API

Fortigate REST API is a very useful and powerful tool for network developers and programmers. It is directly built into your FortiGate device.

The FortiOS REST API provides configuration and state monitoring programmability options for FortiGate appliances or VMs. This allows for ease of scalability of administrative tasks and the ability to provide rapid response to changes in the environment.

The following types of REST APIs are supported:

  • Configuration APIs retrieve and modify CLI configuration items. For example, create or delete a firewall policy; view or change system settings.
  • Monitor APIs retrieve dynamic data and perform system/network operations. For example, restart or shut down a FortiGate; backup or restore configuration settings.

In a local network, you can communicate with the FortiOS REST API through your web browser by typing REQUEST into the address bar.

After the request is sent to Fortigate and internally processed, you’ll get a raw result back in JSON format. By adding filtering parameters to the request, a filtered response will be returned.

For convenience, I’ll be using the Try it Out feature of the Fortinet Developer Network. It provides an easy to use interactive interface that allows you to build requests which you can then send to your Fortigate. With FNDN, you can explore the FortiOS REST functionality of your Fortigate, see an immediate response and explore the whole system more efficiently.

In this series of articles and/or YouTube videos, we’ll delve into how one can get started with practically developing customized and relevant programmability solutions for their Fortinet Network Security fabric using Open-source tools e.g Python, Linux, Git, Postman, and Ansible.

You’ll learn about operational scripting, automation and network DevOps pipeline’s integration points on top of your Fortinet security infrastructure. By the end of these series, you’ll be better placed to programmatically monitor, detect and mitigate threats on your network, secure cloud resources with APIs and automate security workflows!

Continue to Part 2 of this series: FortiGate REST API Token Authentication

FortiGate API

More Blogs for you:

Relevant Exams: NSE4

Fortinet Specialist
Insoft Services
Raul has more than 15 years of telecom and network experience, he has worked in 9 different countries in Europe, West-Central Africa, Middle-East and South-East Asia, both in private and military sectors. He has extensive background in cellular networks, satellite communications and data centers but in recent years he’s been specifically concentrating on network security.

  • Recent Blogs

  • Relevant Blogs

  • No Comments

    Comments are closed.