nse8_812 Exam QuestionsBrowse all questions from this exam

nse8_812 Exam - Question 41


A customer wants to use the FortiAuthenticator REST API to retrieve an SSO group called SalesGroup. The following API call is being made with the ‘curl’ utility:

Which two statements correctly describe the expected behavior of the FortiAuthenticator REST API? (Choose two.)

Show Answer
Correct Answer: CD

To retrieve an SSO group using the FortiAuthenticator REST API, a GET method should be used rather than PUT, which is typically used for updating resources. Additionally, if the REST API web service access key is lost, it cannot be retrieved and must be changed, ensuring the security of the API access.

Discussion

3 comments
Sign in to comment
Viewable8041Options: CD
Sep 5, 2023

https://docs.fortinet.com/document/fortiauthenticator/6.5.3/rest-api-solution-guide/999573/initializing-the-rest-api https://docs.fortinet.com/document/fortiauthenticator/6.5.3/rest-api-solution-guide/564066/sso-remote-groups-ssogroup

ama6Options: BD
Sep 25, 2023

B and D To retrieve an SSO group called SalesGroup using the FortiAuthenticator REST API, the following issues need to be fixed in the API call: The API version should be v2, not v1, as SSO groups are only supported in version 2 of the REST API. The HTTP method should be GET, not POST, as GET is used to retrieve information from the server, while POST is used to create or update information on the server

ac89l
Jan 23, 2024

oh really? then what is this ? https://docs.fortinet.com/document/fortiauthenticator/6.5.3/rest-api-solution-guide/564066/sso-remote-groups-ssogroup

node345Options: CD
Feb 29, 2024

C and D are correct. There is no PUT method available for this API endpoint. Only GET and POST. And the URL for the POST cannot end with the group ID, as in the example