Cisco Implementing and Operating Cisco Service Provider Network Core Technologies (350-501 SPCOR) 350-501 Question # 71 Topic 8 Discussion
350-501 Exam Topic 8 Question 71 Discussion:
Question #: 71
Topic #: 8
Refer to the exhibit. An engineer configured several network devices to run REST APIs. After testing, the organization plans to use REST APIs throughout the network to manage the network more efficiently. What is the effect if this script?
A.
It returns an AAA users with the last name CiscoTest.
B.
It creates a class map named aaauser with traffic tagged from AAA.
C.
It queries the local database to find a user named aaaUser.Json
D.
It adds the user CiscoTest to the AAA database located at 192.168.201.10.
The script shown in the exhibit is a REST API call that adds a user with the last name ‘CiscoTest’ to the AAA database on the server located at the IP address 192.168.201.10. This is achieved through a POST request, which is typically used to create or update resources on a server. The script specifies the user details in JSON format, which is a common data format used for API calls.
References: Implementing and Operating Cisco Service Provider Network Core Technologies (SPCOR)
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit