NSE 8 – Network Security Expert (811) — Question 2
You want to access the JSON API on FortiManager to retrieve information on an object.
In this scenario, which two methods will satisfy the requirement? (Choose two.)
Answer options
- A. Download the WSDL file from FortiManager administration GUI.
- B. Make a call with the curl utility on your workstation.
- C. Make a call with the SoapUI API tool on your workstation.
- D. Make a call with the Web browser on your workstation.
Correct answer: A, C
Explanation
Downloading the WSDL file from the FortiManager administration GUI and using the SoapUI API tool are both valid methods to access the JSON API. The other options, using curl and a web browser, do not specifically support the JSON API retrieval requirements for FortiManager.