Cisco
300-735 · Question #80
An engineer needs to export all access policies on a firewall. After the export, the policies with no hits need to be marked. Which cURL command using the Cisco Secure Firewall Device Manager API…
The correct answer is A. curl -X GET --header 'Accept: application/json' -H. The correct cURL command uses: GET method to retrieve access policies. Authorization: Bearer header (not Authentication) for token-based access. The correct endpoint is /api/fdm/v4/policy/accesspolicies for Cisco Secure Firewall Device Manager (FDM) API.
Integrations
Question
An engineer needs to export all access policies on a firewall. After the export, the policies with no hits need to be marked. Which cURL command using the Cisco Secure Firewall Device Manager API must be used?
Options
- Acurl -X GET --header 'Accept: application/json' -H
- Bcurl -X GET --header 'Accept: application/json' -H
- Ccurl -X GET --header 'Accept: application/json' -H
- Dcurl -X GET --header 'Accept: application/json' -H
How the community answered
(38 responses)- A84% (32)
- B3% (1)
- C8% (3)
- D5% (2)
Explanation
The correct cURL command uses: GET method to retrieve access policies. Authorization: Bearer header (not Authentication) for token-based access. The correct endpoint is /api/fdm/v4/policy/accesspolicies for Cisco Secure Firewall Device Manager (FDM) API.
Topics
#FDM API#cURL#access policies#REST GET
Community Discussion
No community discussion yet for this question.