Question 126

Why is end-to-end encryption deployed when exposing sensitive data through APIs?
  • Question 127

    Drag and Drop Question
    Refer to the above and click on the resource labs in the top left corner to view resources to help with this question.
    Python code using the UCS Python SDK is creating a server pool named "devcore_pool" and populating the pool with all servers from chassis 7, and then the server pool is associated to existing Service Profile template "devcore_template" Drag and drop the code snippets from the left onto the item numbers on the right that match the missing sections in the Python exhibit.

    Question 128

    Refer to the exhibit.

    Which RESTCONF verb changes the GigabitEthernet2 interface from 192.168.100.1/24 to 10.10.10.1/24
  • Question 129

    Refer to the exhibit.

    An application's REST API GET call is tested to the inventory database. Which missing code must be included to limit the number of values that are returned from the query to 20?
  • Question 130

    A developer is creating a Python script to catch errors using REST API calls and to aid in debugging. Drag and drop the code from the bottom onto the box where the code is missing to implement control flow for REST API errors. Not all options are used.