Drag and drop the HTTP methods from the left onto their generally accepted corresponding create, read, update, and delete operations on the right
DRAG DROP Drag and drop the HTTP methods from the left onto their generally accepted corresponding create, read, update, and delete operations on the right. View AnswerAnswer: Explanation: 1 C D, 2 C B, 3 C C, 4 C E, 5 C A Reference: https://www.cisco.com/c/en/us/td/docs/cloud-systems-management/application-policy-infrastructure-controller-enterprise-module/1-2-x/config-guide/b_apic-em_config_guide_v_1-2-x/b_apic-em_config_guide_v_1-2-x_chapter_01001.pdf
Which mechanism is used to consume a RESTful API design when large amounts of data are returned?
Which mechanism is used to consume a RESTful API design when large amounts of data are returned?A . Data setsB . ScrollingC . BlobsD . PaginationView AnswerAnswer: D Explanation: Reference: https://nordicapis.com/everything-you-need-to-know-about-api-pagination/
Refer to the exhibit
DRAG DROP Refer to the exhibit. Drag and drop the descriptors from the left onto the correct parts of the API request and response on the right. View AnswerAnswer: Explanation: A C E, B C D, C C B, D C C, E C A, F C F
Which way should be used to safely the API keys?
Which way should be used to safely the API keys?A . In an environment variable unique to the system databaseB . Encrypted in a configuration file that is separate from the codeC . Encrypted in the code in a functionD . Plain text in the code as a constantView AnswerAnswer:...
Which two items are Cisco DevNet resources? (Choose two.)
Which two items are Cisco DevNet resources? (Choose two.)A . TAC supportB . BitbucketC . SandboxD . Software researchE . API DocumentationView AnswerAnswer: C,E Explanation: Reference: https://developer.cisco.com/
Which statement about authentication a RESTCONF API session with a router that runs Cisco IOS XE software is true?
Which statement about authentication a RESTCONF API session with a router that runs Cisco IOS XE software is true?A . OAuth must be used.B . A token must be retrieved and the associated string must be embedded in the X-Auth-Token header.C . Basic authentication must be used.D . No authentication...
Which python data structure does my_json contain?
Refer to the exhibit. Which python data structure does my_json contain?A . ListB . JsonC . MapD . DictView AnswerAnswer: D Explanation: Reference: https://stackoverflow.com/questions/34764979/loading-python-string-with-u-as-json?noredirect=1&lq=1
What is the effect of this Ansible playbook on an IOS router?
Refer to the exhibit. What is the effect of this Ansible playbook on an IOS router?A . A new running configuration is pushed to the IOS router.B . The current running configuration of the IOS router is backed up.C . The start-up configuration of the IOS router is copied to...
Which action resolves a 401 error in response to an HTTP GET that is issued to retrieve statement using RESTCONF on a CSR 1000V?
Which action resolves a 401 error in response to an HTTP GET that is issued to retrieve statement using RESTCONF on a CSR 1000V?A . Change the HTTP method to PUC . Change the transport protocol to HTTPE . Check the MIMF types in the HTTP headers.F . Check the...
On which port does NETCONF operate by default?
On which port does NETCONF operate by default?A . 23B . 443C . 822D . 830View AnswerAnswer: D